remove dependency on H5Cpp.h
This commit is contained in:
parent
ebc6930132
commit
f11b98ecf4
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user