Changeset 3137 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/13/04 13:25:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3136 r3137  
    2727   * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
    2828     - 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
    2933
    3034
  • trunk/MagicSoft/Mars/merpp.cc

    r2728 r3137  
    234234        if (isdc)
    235235        {
    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");
    239239        }
    240240        else
Note: See TracChangeset for help on using the changeset viewer.