[Genabel-commits] r1626 - branches/ProbABEL-0.50/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 27 23:20:11 CET 2014
Author: maartenk
Date: 2014-02-27 23:20:11 +0100 (Thu, 27 Feb 2014)
New Revision: 1626
Modified:
branches/ProbABEL-0.50/src/reg1.cpp
Log:
removed some useless debug output
Modified: branches/ProbABEL-0.50/src/reg1.cpp
===================================================================
--- branches/ProbABEL-0.50/src/reg1.cpp 2014-02-27 21:56:38 UTC (rev 1625)
+++ branches/ProbABEL-0.50/src/reg1.cpp 2014-02-27 22:20:11 UTC (rev 1626)
@@ -374,7 +374,6 @@
//Oct 26, 2009
#if EIGEN
- cout << "BB"<<X.data.cols()<<"AAAAAAa"<<endl;
if (X.data.cols()== 3){
Matrix<double,3,Dynamic> tXW = X.data.transpose()*invvarmatrixin.masked_data->data;
Matrix3d xWx = tXW * X.data;
More information about the Genabel-commits
mailing list