Changeset 9910 for trunk/Mars


Ignore:
Timestamp:
08/30/10 14:39:03 (14 years ago)
Author:
tbretz
Message:
Fixed a problem with the compilation of ReadEnv
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MSimRays.cc

    r9903 r9910  
    221221    {
    222222        rc = kTRUE;
    223         fNumPhotons = GetEnvValue(env, prefix, "NumPhotons", fNumPhotons);
     223        fNumPhotons = GetEnvValue(env, prefix, "NumPhotons", (Int_t)fNumPhotons);
    224224    }
    225225
Note: See TracChangeset for help on using the changeset viewer.