Changeset 3207


Ignore:
Timestamp:
02/16/04 17:48:12 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3206 r3207  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/02/16: Abelardo Moralejo
     7
     8   * mcalib/MMcCalibrationCalc.cc
     9     - Fixed two typos in screen output.
     10
    611 2004/02/16: Markus Gaug
    712
  • trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.cc

    r3183 r3207  
    142142  if (!CheckRunType(pList))
    143143  {
    144       *fLog << err << "MMcCalibrationCalc can only used with MC files... aborting." << endl;
     144      *fLog << err << "MMcCalibrationCalc can only be used with MC files... aborting." << endl;
    145145      return kFALSE;
    146146  }
     
    152152  if (!fGeom)
    153153  {
    154       *fLog << err << AddSerialNumber("MGeomCam") << " mot found... aborting." << endl;
     154      *fLog << err << AddSerialNumber("MGeomCam") << " not found... aborting." << endl;
    155155      return kFALSE;
    156156  }
Note: See TracChangeset for help on using the changeset viewer.