Changeset 18680


Ignore:
Timestamp:
11/30/16 00:21:34 (8 years ago)
Author:
(none)
Message:
delete abortion due to too high NSB rate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_IncreaseNsb/msimcamera/MSimRandomPhotons.cc

    r10092 r18680  
    275275
    276276        // FIXME: Scale with the number of pixels
    277         if (freq0>1000)
    278         {
    279             *fLog << err << "ERROR - Frequency exceeds 1GHz, this might leed to too much memory consumption." << endl;
    280             return kFALSE;
    281         }
     277        // if (freq0>1000)
     278        // {
     279        //     *fLog << err << "ERROR - Frequency exceeds 1GHz, this might leed to too much memory consumption." << endl;
     280        //     return kFALSE;
     281        // }
    282282    }
    283283
Note: See TracChangeset for help on using the changeset viewer.