Changeset 19738 for trunk


Ignore:
Timestamp:
10/07/19 22:28:53 (5 years ago)
Author:
tbretz
Message:
Do not use cout but gLog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonData.cc

    r19551 r19738  
    264264    // to the output file but only for the surviving photons
    265265    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;
    267267
    268268#ifdef __MMCS__
     
    376376    // to the output file but only for the surviving photons
    377377    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;
    379379
    380380    // x=north, y=west
Note: See TracChangeset for help on using the changeset viewer.