From 2d08be6a6ed83b85505c7df27d29e5d47e300f34 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@localhost.localdomain> Date: Wed, 16 Mar 2016 11:43:10 +0100 Subject: [PATCH] Fixing IO --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 41909bf0..4b4177e2 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,5 +10,5 @@ #include "CSVWriter/CSVWriter_unit_tests.hpp" #include "GraphMLWriter/GraphMLWriter_unit_tests.hpp" #include "VTKWriter/VTKWriter_unit_tests.hpp" -#include "HDF5_XdmfWriter/HDF5_XdmfWriter_unit_tests.hpp" +//#include "HDF5_XdmfWriter/HDF5_XdmfWriter_unit_tests.hpp" #include "Plot/Plot_unit_tests.hpp" -- GitLab