Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3136)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3137)
@@ -27,4 +27,8 @@
    * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
      - added MBadPixelsTreat
+
+   * merpp.cc:
+     - changed the name of the "DC" tree to "Currents" to make
+       MReportRead work correctly with this tree
 
 
Index: trunk/MagicSoft/Mars/merpp.cc
===================================================================
--- trunk/MagicSoft/Mars/merpp.cc	(revision 3136)
+++ trunk/MagicSoft/Mars/merpp.cc	(revision 3137)
@@ -234,7 +234,7 @@
         if (isdc)
         {
-            w->AddContainer("MTimeCurrents",   "DC");
-            w->AddContainer("MCameraDC",       "DC");
-            w->AddContainer("MReportCurrents", "DC");
+            w->AddContainer("MTimeCurrents",      "Currents");
+            w->AddContainer("MCameraDC",          "Currents");
+            w->AddContainer("MReportCurrents",    "Currents");
         }
         else
