[Genabel-commits] r1535 - branches/ProbABEL-0.50/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 10 23:35:54 CET 2014


Author: maartenk
Date: 2014-01-10 23:35:53 +0100 (Fri, 10 Jan 2014)
New Revision: 1535

Modified:
   branches/ProbABEL-0.50/src/reg1.cpp
Log:
commented out some variables in a verbose report branch that are not  used anymore

Modified: branches/ProbABEL-0.50/src/reg1.cpp
===================================================================
--- branches/ProbABEL-0.50/src/reg1.cpp	2014-01-10 22:30:46 UTC (rev 1534)
+++ branches/ProbABEL-0.50/src/reg1.cpp	2014-01-10 22:35:53 UTC (rev 1535)
@@ -445,9 +445,9 @@
     if (verbose)
     {
         std::cout << "tX:\n";
-        tX.print();
+        //tX.print();
         std::cout << "tXX:\n";
-        tXX.print();
+        //tXX.print();
         std::cout << "chole tXX:\n";
         tXX_i.print();
         std::cout << "tXX-1:\n";



More information about the Genabel-commits mailing list