reports file name when loading gadget files

This commit is contained in:
P.M. Sutter 2014-11-11 11:51:03 -06:00
parent e8f1449741
commit eb8c7dd3e3

View file

@ -105,6 +105,8 @@ SimulationLoader *gadgetLoader(const std::string& snapshot, double Mpc_unitLengt
int num_files;
SimuData *d;
cout << " File to load is:" << snapshot.c_str() << endl;
try
{
d = loadGadgetMulti(snapshot.c_str(), -1, 0);