From f11b98ecf401a501ba151b09621e4b1bdf834c1e Mon Sep 17 00:00:00 2001 From: Sebastian Held Date: Sun, 11 Nov 2012 14:54:51 +0100 Subject: [PATCH] remove dependency on H5Cpp.h --- Common/processfields.cpp | 1 - Common/processfields_fd.cpp | 1 - Common/processfields_td.cpp | 1 - openEMS.pro | 2 +- openems.cpp | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Common/processfields.cpp b/Common/processfields.cpp index 5a6c91e..cff34d3 100644 --- a/Common/processfields.cpp +++ b/Common/processfields.cpp @@ -16,7 +16,6 @@ */ #include -#include #include "tools/global.h" #include "tools/vtk_file_writer.h" #include "tools/hdf5_file_writer.h" diff --git a/Common/processfields_fd.cpp b/Common/processfields_fd.cpp index a97f4d5..8d3cb77 100644 --- a/Common/processfields_fd.cpp +++ b/Common/processfields_fd.cpp @@ -19,7 +19,6 @@ #include "Common/operator_base.h" #include "tools/vtk_file_writer.h" #include "tools/hdf5_file_writer.h" -#include #include #include #include diff --git a/Common/processfields_td.cpp b/Common/processfields_td.cpp index 353f643..86104ef 100644 --- a/Common/processfields_td.cpp +++ b/Common/processfields_td.cpp @@ -19,7 +19,6 @@ #include "Common/operator_base.h" #include "tools/vtk_file_writer.h" #include "tools/hdf5_file_writer.h" -#include #include #include #include diff --git a/openEMS.pro b/openEMS.pro index 79f1ee7..e4020f2 100644 --- a/openEMS.pro +++ b/openEMS.pro @@ -63,7 +63,7 @@ win32 { LIBS += -ltinyxml DEFINES += TIXML_USE_STL LIBS += -lboost_thread-mt - LIBS += -lhdf5 -lhdf5_cpp + LIBS += -lhdf5 # CSXCAD INCLUDEPATH += ../CSXCAD LIBS += -L../CSXCAD -lCSXCAD diff --git a/openems.cpp b/openems.cpp index 4a563c9..d7e7ab8 100644 --- a/openems.cpp +++ b/openems.cpp @@ -41,7 +41,7 @@ #include "Common/processfields_td.h" #include "Common/processfields_fd.h" #include "Common/processfields_sar.h" -#include // only for H5get_libversion() +#include // only for H5get_libversion() #include // only for BOOST_LIB_VERSION #include