diff --git a/c_tools/mock/generateMock.cpp b/c_tools/mock/generateMock.cpp index 628dca1..cd92cce 100644 --- a/c_tools/mock/generateMock.cpp +++ b/c_tools/mock/generateMock.cpp @@ -274,7 +274,7 @@ void selectBox(SimuData *simu, std::vector& targets, generateMock_info& ar numAccepted++; } } - cout << "Num accepted here = " << numAccepted << " / input = " << simu->NumPart << endl; + cout << "SELECTBOX: Num accepted here = " << numAccepted << " / input = " << simu->NumPart << " (after resubsampling)" << endl; } class PreselectParticles: public SimulationPreprocessor