added to output line to signal which subsampling has been done; output number of particles on resubsample

This commit is contained in:
P.M. Sutter 2013-03-04 08:56:07 -06:00
parent 69aa5b2676
commit eca4ef4362

View file

@ -545,6 +545,7 @@ void makeBoxFromParameter(SimuData *simu, SimuData* &boxed, generateMock_info& a
}
boxed->NumPart = pid_write;
delete preselect;
cout << "Num accepted here = " << pid_write << " / input = " << pid_read << endl;
}
void makeBoxFromSimulation(SimulationLoader *loader, SimuData* &boxed, MetricFunctor metric, generateMock_info& args_info)