Fixed regeneration step in generateMock. Fixed gadget loading (missing initialization for multiple files)

This commit is contained in:
Guilhem Lavaux 2013-01-29 13:58:12 -06:00
parent 64e226c786
commit 9bd0cbbb88
2 changed files with 6 additions and 4 deletions

View file

@ -77,7 +77,7 @@ public:
SimulationLoader *gadgetLoader(const std::string& snapshot, double Mpc_unitLength, int flags)
{
bool singleFile;
bool singleFile = false;
int num_files;
SimuData *d;