Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1888)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1889)
@@ -1,3 +1,10 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/04/02: Abelardo Moralejo
+
+   * mdata/MDataValue.h
+     - added default constructor (otherwise, no constant values 
+       can be used in the parameters used in the random forest 
+       separation)
 
  2003/04/02: Wolfgang Wittek
Index: trunk/MagicSoft/Mars/mdata/MDataValue.h
===================================================================
--- trunk/MagicSoft/Mars/mdata/MDataValue.h	(revision 1888)
+++ trunk/MagicSoft/Mars/mdata/MDataValue.h	(revision 1889)
@@ -18,5 +18,5 @@
 
 public:
-    MDataValue(Double_t v) : fValue(v)
+    MDataValue(Double_t v = 0.) : fValue(v)
     {
     }
