Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5664)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5665)
@@ -20,4 +20,14 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/12/22: Abelardo Moralejo
+
+   * mtemp/mpadova/macros/MRanForestPD.C:
+     - added parentheses in the expressions inside the calls to
+       AddColumn() regarding the scaled Width and Length, otherwise
+       they are not interpreted correctly. However, there is no
+       difference in the outcome: the "scaling" seems to be done
+       internally by RF in any case... 
+
 
  2004/12/17: Markus Gaug
Index: trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C	(revision 5664)
+++ trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C	(revision 5665)
@@ -71,6 +71,6 @@
     // Scaled Width and Length:
     //
-    matrixg.AddColumn("MHillas.fWidth/(-13.1618+10.0492*log10(MHillas.fSize))");   
-    matrixg.AddColumn("MHillas.fLength/(-57.3784+32.6131*log10(MHillas.fSize))");
+    matrixg.AddColumn("MHillas.fWidth/(-13.1618+(10.0492*log10(MHillas.fSize)))");   
+    matrixg.AddColumn("MHillas.fLength/(-57.3784+(32.6131*log10(MHillas.fSize)))");
 
     //    matrixg.AddColumn("(MHillas.fSize/(MHillas.fWidth*MHillas.fLength))");
