Index: /trunk/MagicSoft/Mars/mranforest/MRanForest.cc
===================================================================
--- /trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 7415)
+++ /trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 7416)
@@ -367,5 +367,5 @@
     }
 
-    const Int_t tryest = TMath::Nint(TMath::Sqrt(dim)+0.5);
+    const Int_t tryest = TMath::Nint(TMath::Sqrt(dim));
 
     *fLog << inf << endl;
@@ -382,9 +382,8 @@
         fNumTry=tryest;
         *fLog << inf << endl;
-        *fLog << "Set no. of trials to the recommended value of round("<< TMath::Sqrt(dim) <<") = ";
-        *fLog << fNumTry << endl;
-
-
-    }
+        *fLog << "Set no. of trials to the recommended value of round(";
+        *fLog << TMath::Sqrt(dim) << ") = " << fNumTry << endl;
+    }
+
     fRanTree->SetNumTry(fNumTry);
     fRanTree->SetClassify(fClassify);
