remove dependency on H5Cpp.h

This commit is contained in:
Sebastian Held 2012-11-11 14:54:51 +01:00
parent ebc6930132
commit f11b98ecf4
5 changed files with 2 additions and 5 deletions

View File

@ -16,7 +16,6 @@
*/
#include <iomanip>
#include <H5Cpp.h>
#include "tools/global.h"
#include "tools/vtk_file_writer.h"
#include "tools/hdf5_file_writer.h"

View File

@ -19,7 +19,6 @@
#include "Common/operator_base.h"
#include "tools/vtk_file_writer.h"
#include "tools/hdf5_file_writer.h"
#include <H5Cpp.h>
#include <iomanip>
#include <sstream>
#include <string>

View File

@ -19,7 +19,6 @@
#include "Common/operator_base.h"
#include "tools/vtk_file_writer.h"
#include "tools/hdf5_file_writer.h"
#include <H5Cpp.h>
#include <iomanip>
#include <sstream>
#include <string>

View File

@ -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

View File

@ -41,7 +41,7 @@
#include "Common/processfields_td.h"
#include "Common/processfields_fd.h"
#include "Common/processfields_sar.h"
#include <H5Cpp.h> // only for H5get_libversion()
#include <hdf5.h> // only for H5get_libversion()
#include <boost/version.hpp> // only for BOOST_LIB_VERSION
#include <vtkVersion.h>