Changeset 4213


Ignore:
Timestamp:
05/27/04 13:50:32 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4212 r4213  
    2929
    3030   * mbase/MDirIter.cc
    31      - changed MatchFilter to allow for filenames containing a '+' character.
     31     - changed MatchFilter to allow for filenames containing a '+'
     32       character.
    3233
    3334
     
    4142   * mcalib/MCalibrationQEPix.cc
    4243   * mcalib/MCalibrationChargeCalc.cc
    43      - several small bugs fixed concerning calibration with the blind pixel
    44        or the PIN Diode
     44     - several small bugs fixed concerning calibration with the blind
     45       pixel or the PIN Diode
    4546
    4647   * mjobs/MGCamDisplays.[h,cc]
  • trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc

    r4081 r4213  
    12471247    TStopwatch clk;
    12481248    clk.Start();
    1249 #endif DEBUG
     1249#endif
    12501250    AddPrimitives(o);
    12511251#ifdef DEBUG
    12521252    clk.Stop();
    12531253    clk.Print();
    1254 #endif DEBUG
     1254#endif
    12551255
    12561256    // Append to a possible second pad
  • trunk/MagicSoft/Mars/mastro/MAstroCatalog.h

    r4081 r4213  
    193193    ClassDef(MAstroCatalog, 1) // Display class for star catalogs
    194194};
     195
    195196#endif
Note: See TracChangeset for help on using the changeset viewer.