Changeset 4213
- Timestamp:
- 05/27/04 13:50:32 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4212 r4213 29 29 30 30 * mbase/MDirIter.cc 31 - changed MatchFilter to allow for filenames containing a '+' character. 31 - changed MatchFilter to allow for filenames containing a '+' 32 character. 32 33 33 34 … … 41 42 * mcalib/MCalibrationQEPix.cc 42 43 * mcalib/MCalibrationChargeCalc.cc 43 - several small bugs fixed concerning calibration with the blind pixel44 or the PIN Diode44 - several small bugs fixed concerning calibration with the blind 45 pixel or the PIN Diode 45 46 46 47 * mjobs/MGCamDisplays.[h,cc] -
trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
r4081 r4213 1247 1247 TStopwatch clk; 1248 1248 clk.Start(); 1249 #endif DEBUG1249 #endif 1250 1250 AddPrimitives(o); 1251 1251 #ifdef DEBUG 1252 1252 clk.Stop(); 1253 1253 clk.Print(); 1254 #endif DEBUG1254 #endif 1255 1255 1256 1256 // Append to a possible second pad -
trunk/MagicSoft/Mars/mastro/MAstroCatalog.h
r4081 r4213 193 193 ClassDef(MAstroCatalog, 1) // Display class for star catalogs 194 194 }; 195 195 196 #endif
Note:
See TracChangeset
for help on using the changeset viewer.