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