[Genabel-commits] r1536 - branches/ProbABEL-0.50/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 10 23:41:44 CET 2014
Author: maartenk
Date: 2014-01-10 23:41:44 +0100 (Fri, 10 Jan 2014)
New Revision: 1536
Modified:
branches/ProbABEL-0.50/src/reg1.cpp
Log:
commented out another variable 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:35:53 UTC (rev 1535)
+++ branches/ProbABEL-0.50/src/reg1.cpp 2014-01-10 22:41:44 UTC (rev 1536)
@@ -453,7 +453,7 @@
std::cout << "tXX-1:\n";
tXX_i.print();
std::cout << "tXY:\n";
- tXY.print();
+ //tXY.print();
std::cout << "beta:\n";
(beta).print();
}
More information about the Genabel-commits
mailing list