mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Fixed regeneration step in generateMock. Fixed gadget loading (missing initialization for multiple files)
This commit is contained in:
parent
64e226c786
commit
9bd0cbbb88
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue