Ignore:
Timestamp:
04/16/09 10:46:32 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimcamera/MSimBundlePhotons.cc

    r9318 r9422  
    106106    // Make sure that each line has exactly one row
    107107    if (!fLut.HasConstantLength() && fLut.GetMaxEntries()!=1)
    108         return kFALSE;
     108    {
     109        *fLog << err << fFileName << " wrongly formatted." << endl;
     110        return kFALSE;
     111    }
    109112
    110113    *fLog << inf << "Using look-up table from " << fFileName << endl;
Note: See TracChangeset for help on using the changeset viewer.