Changeset 7209 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 07/22/05 12:15:53 (20 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/MagicSoft/Mars/mreport/MReportCamera.cc (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/MagicSoft/Mars/mreport/MReportCamera.ccr7208 r7209 396 396 Bool_t MReportCamera::InterpreteHOT(TString &str) 397 397 { 398 399 398 if (!CheckTag(str, "HOT ")) 400 399 return kFALSE; … … 619 618 return kCONTINUE; 620 619 621 if (!InterpreteHOT(str)) 622 return kCONTINUE; 620 if (ver >= 200407070) 621 { 622 if (!InterpreteHOT(str)) 623 return kCONTINUE; 624 } 623 625 624 626 if (ver > gkActiveLoadControlVersNum) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
