Changeset 4844


Ignore:
Timestamp:
09/03/04 16:55:40 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r4838 r4844  
    342342    fName  = name  ? name  : gsDefName.Data();
    343343    fTitle = title ? title : gsDefTitle.Data();
    344 
    345     Print();
    346344}
    347345
     
    571569        return kFALSE;
    572570
     571    Print();
     572
    573573    return kTRUE;
    574574}
     
    660660        break;
    661661    }
    662     *fLog << " cleaning initialized with noise level " << fCleanLvl1 << " and " << fCleanLvl2;
     662    *fLog << " cleaning initialized with level " << fCleanLvl1 << " and " << fCleanLvl2;
    663663    *fLog << " (CleanRings=" << fCleanRings << ")" << endl;
    664664}
  • trunk/MagicSoft/Mars/mpointing/MSrcPosFromModel.cc

    r4825 r4844  
    7575// Search and if necessary create MSrcPosCam in the parameter list
    7676//
    77 #include "MAstroCatalog.h"
    7877Int_t MSrcPosFromModel::PreProcess(MParList *pList)
    7978{
Note: See TracChangeset for help on using the changeset viewer.