Changeset 19533 for trunk/Mars


Ignore:
Timestamp:
06/03/19 09:07:28 (5 years ago)
Author:
tbretz
Message:
Tell where the warning happened
File:
1 edited

Legend:

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

    r19366 r19533  
    261261
    262262    if (f[0]!=1)
    263         cout << "WARNING - Bunch size !=1 (" << f[0] << ")" <<endl;
     263        cout << "MPhotonData::FillCorsika: WARNING - Bunch size !=1 (" << f[0] << ")" <<endl;
    264264
    265265#ifdef __MMCS__
     
    347347
    348348    if (f[0]!=1)
    349         cout << "WARNING - Bunch size !=1 (" << f[0] << ")" <<endl;
     349        cout << "MPhotonData::FillCorsikaThin: WARNING - Bunch size !=1 (" << f[0] << ")" <<endl;
    350350
    351351
Note: See TracChangeset for help on using the changeset viewer.