mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Verbose block parsing
This commit is contained in:
parent
2fc406af45
commit
3ce4178322
1 changed files with 1 additions and 0 deletions
1
external/cosmotool/src/loadGadget.cpp
vendored
1
external/cosmotool/src/loadGadget.cpp
vendored
|
@ -146,6 +146,7 @@ SimuData *CosmoTool::loadGadgetMulti(const char *fname, int id,
|
||||||
f->endCheckpoint();
|
f->endCheckpoint();
|
||||||
blockTable[block] = f->position();
|
blockTable[block] = f->position();
|
||||||
f->skip(blocksize);
|
f->skip(blocksize);
|
||||||
|
cout << "GADGET: Block '" << block << "', position is " << blockTable[block] << endl;
|
||||||
}
|
}
|
||||||
} catch (EndOfFileException&) {}
|
} catch (EndOfFileException&) {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue