Removed verbose header print in Gadget loader

This commit is contained in:
Guilhem Lavaux 2016-02-01 17:52:15 +01:00
parent f7b9f4493d
commit 959f631b9c

View file

@ -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&) {}