Ignore:
Timestamp:
12/11/03 14:10:51 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MGeomApply.cc

    r2470 r2644  
    5757#include "MGeomCam.h"
    5858#include "MPedestalCam.h"
     59#include "MCalibrationCam.h"
    5960#include "MBlindPixels.h"
    6061
     
    109110        ped->InitSize(cam->GetNumPixels());
    110111
     112
     113    MCalibrationCam *cal = (MCalibrationCam*)pList->FindObject(AddSerialNumber("MCalibrationCam"));
     114    if (cal)
     115        cal->InitSize(cam->GetNumPixels());
     116
     117
    111118    MBlindPixels *bnd = (MBlindPixels*)pList->FindObject(AddSerialNumber("MBlindPixels"));
    112119    if (bnd)
Note: See TracChangeset for help on using the changeset viewer.