Added dummy function in case HDF5 is not found
This commit is contained in:
parent
1ae7233139
commit
0eb308f1d0
1 changed files with 9 additions and 0 deletions
9
src/loadFlash_dummy.cpp
Normal file
9
src/loadFlash_dummy.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "load_data.hpp"
|
||||
#include "loadFlash.hpp"
|
||||
|
||||
using namespace CosmoTool;
|
||||
|
||||
SimuData *CosmoTool::loadFlashMulti(const char *fname, int id, int loadflags)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue