- Timestamp:
- 10/07/19 22:28:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MPhotonData.cc
r19551 r19738 264 264 // to the output file but only for the surviving photons 265 265 if (f[0]>1) 266 cout<< "MPhotonData::FillCorsika: WARNING - Bunch size > 1 (" << f[0] << ")" <<endl;266 gLog << warn << "MPhotonData::FillCorsika: WARNING - Bunch size > 1 (" << f[0] << ")" <<endl; 267 267 268 268 #ifdef __MMCS__ … … 376 376 // to the output file but only for the surviving photons 377 377 if (f[0]>1) 378 cout<< "MPhotonData::FillCorsikaThin: WARNING - Bunch size > 1 (" << f[0] << ")" <<endl;378 gLog << warn << "MPhotonData::FillCorsikaThin: WARNING - Bunch size > 1 (" << f[0] << ")" <<endl; 379 379 380 380 // x=north, y=west
Note:
See TracChangeset
for help on using the changeset viewer.