Changeset 7731 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 05/23/06 16:31:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
r7726 r7731 161 161 (ver>=200603080)) 162 162 { 163 // For the mom ment this are only placeholders....163 // For the moment this are only placeholders.... 164 164 Float_t dx, dy; 165 165 n=sscanf(str.Data(), "%f %f %n", &dx, &dy, &len); … … 176 176 if (ver>=200605080) 177 177 { 178 // For the momment this are only placeholders....179 178 fNumCorrelatedStars = fNumIdentifiedStars; 180 179 n=sscanf(str.Data(), "%df %n", &fNumIdentifiedStars, &len);
Note:
See TracChangeset
for help on using the changeset viewer.