Changeset 9422 for trunk/MagicSoft/Mars/msimcamera/MSimBundlePhotons.cc
- Timestamp:
- 04/16/09 10:46:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimcamera/MSimBundlePhotons.cc
r9318 r9422 106 106 // Make sure that each line has exactly one row 107 107 if (!fLut.HasConstantLength() && fLut.GetMaxEntries()!=1) 108 return kFALSE; 108 { 109 *fLog << err << fFileName << " wrongly formatted." << endl; 110 return kFALSE; 111 } 109 112 110 113 *fLog << inf << "Using look-up table from " << fFileName << endl;
Note:
See TracChangeset
for help on using the changeset viewer.