mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
more ramses fixes
This commit is contained in:
parent
3be25104c9
commit
5b7e94c4b1
2 changed files with 4 additions and 7 deletions
|
@ -95,12 +95,9 @@ public:
|
|||
if (id >= _num_files)
|
||||
return 0;
|
||||
|
||||
|
||||
d = loadRamsesSimu("/home/ben/phd/software/VIDE/vide_public/output_00091/", baseid, id, double_precision, load_flags);
|
||||
d = loadRamsesSimu(snapshot_name.c_str(), baseid, id, double_precision, load_flags);
|
||||
assert(d != 0);
|
||||
|
||||
cout << " Id " << id << "\n";
|
||||
|
||||
if (d->Id != 0)
|
||||
{
|
||||
long *uniqueID = new long[d->NumPart];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue