Ignore:
Timestamp:
12/15/03 15:41:15 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2644 r2674  
    106106    }
    107107
     108    // FIXME, workaround: this call to CalcPixRatio is here just to allow
     109    // the use of some camera files from the 0.7 beta version in which the
     110    // array containing pixel ratios is not initialized.
     111
     112    cam->CalcPixRatio();
     113
    108114    MPedestalCam *ped = (MPedestalCam*)pList->FindObject(AddSerialNumber("MPedestalCam"));
    109115    if (ped)
Note: See TracChangeset for help on using the changeset viewer.