1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-19 07:47:05 +01:00

latan-config utility and HDF5 is now mandatory

This commit is contained in:
2018-08-26 02:55:53 +03:00
parent b4ad61406f
commit 8b9494029c
5 changed files with 35 additions and 27 deletions

View File

@ -25,12 +25,7 @@
#ifndef DEF_NSAMPLE
#define DEF_NSAMPLE "100"
#endif
#ifdef HAVE_HDF5
#define DEF_FMT "h5"
#else
#define DEF_FMT "sample"
#endif
using namespace std;
using namespace Latan;