Verbose block parsing

This commit is contained in:
Guilhem Lavaux 2016-01-27 15:05:22 +01:00
parent 2fc406af45
commit 3ce4178322

View file

@ -146,6 +146,7 @@ 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&) {}