Changeset 7639 for trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
- Timestamp:
- 04/13/06 15:59:48 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
r7487 r7639 130 130 131 131 // Seems that hasn't yet been implemented 132 if (ver>=200508290 && ver<200509300) 132 if ((ver>=200508290 && ver<200509300) || 133 (ver>=200603080)) 133 134 { 134 135 // For the momment this are only placeholders.... 135 136 Float_t dx, dy; 136 137 n=sscanf(str.Data(), "%f %f %n", &dx, &dy, &len); 137 if (n!=2 )138 if (n!=2 && ((n!=0&&n!=EOF) || ver!=200603080)) 138 139 { 139 140 *fLog << warn << "WARNING - Not enough arguments." << endl; … … 146 147 147 148 return str.IsNull() ? kTRUE : kCONTINUE; 148 149 149 } 150 150
Note:
See TracChangeset
for help on using the changeset viewer.