mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 21:25:56 +01:00
commit
ed1f20f3a1
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
using namespace Grid;
|
using namespace Grid;
|
||||||
#ifndef H5_NO_NAMESPACE
|
#ifndef H5_NO_NAMESPACE
|
||||||
using namespace H5NS;
|
using namespace H5NS; // Compile error here? Try adding --enable-cxx to hdf5 configure
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Writer implementation ///////////////////////////////////////////////////////
|
// Writer implementation ///////////////////////////////////////////////////////
|
||||||
|
@ -40,10 +40,6 @@
|
|||||||
#include <Grid/tensors/Tensors.h>
|
#include <Grid/tensors/Tensors.h>
|
||||||
#include "Hdf5Type.h"
|
#include "Hdf5Type.h"
|
||||||
|
|
||||||
#ifndef H5_NO_NAMESPACE
|
|
||||||
#define H5NS H5
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// default thresold above which datasets are used instead of attributes
|
// default thresold above which datasets are used instead of attributes
|
||||||
#ifndef HDF5_DEF_DATASET_THRES
|
#ifndef HDF5_DEF_DATASET_THRES
|
||||||
#define HDF5_DEF_DATASET_THRES 6u
|
#define HDF5_DEF_DATASET_THRES 6u
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
#include <complex>
|
#include <complex>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#ifndef H5_NO_NAMESPACE
|
#ifdef H5_NO_NAMESPACE
|
||||||
|
#define H5NS
|
||||||
|
#else
|
||||||
#define H5NS H5
|
#define H5NS H5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user