Changeset 3137 for trunk/MagicSoft/Mars
- Timestamp:
- 02/13/04 13:25:16 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3136 r3137 27 27 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h: 28 28 - added MBadPixelsTreat 29 30 * merpp.cc: 31 - changed the name of the "DC" tree to "Currents" to make 32 MReportRead work correctly with this tree 29 33 30 34 -
trunk/MagicSoft/Mars/merpp.cc
r2728 r3137 234 234 if (isdc) 235 235 { 236 w->AddContainer("MTimeCurrents", "DC");237 w->AddContainer("MCameraDC", "DC");238 w->AddContainer("MReportCurrents", "DC");236 w->AddContainer("MTimeCurrents", "Currents"); 237 w->AddContainer("MCameraDC", "Currents"); 238 w->AddContainer("MReportCurrents", "Currents"); 239 239 } 240 240 else
Note:
See TracChangeset
for help on using the changeset viewer.