Ignore:
Timestamp:
06/05/03 10:18:20 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2004 r2161  
    8282    if (!fSrcPos)
    8383    {
    84         *fLog << err << dbginf << fSrcName << " [MSrcPosCam] not found... aborting." << endl;
    85         return kFALSE;
     84        *fLog << warn << fSrcName << " [MSrcPosCam] not found... creating default MSrcPosCam." << endl;
     85        fSrcPos = (MSrcPosCam*)pList->FindCreateObj("MSrcPosCam", fSrcName);
     86        if (!fSrcPos)
     87            return kFALSE;
    8688    }
    8789
Note: See TracChangeset for help on using the changeset viewer.