Changeset 4213 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 05/27/04 13:50:32 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mastro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.