Added dummy function in case HDF5 is not found

This commit is contained in:
Guilhem Lavaux 2011-06-28 09:08:12 -04:00
parent 1ae7233139
commit 0eb308f1d0

9
src/loadFlash_dummy.cpp Normal file
View 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;
}