[Genabel-commits] r861 - pkg/ProbABEL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 26 22:24:24 CEST 2012


Author: lckarssen
Date: 2012-03-26 22:24:23 +0200 (Mon, 26 Mar 2012)
New Revision: 861

Modified:
   pkg/ProbABEL/src/main.cpp
Log:
ProbABEL: Removed debug print statements that we commented out.

Modified: pkg/ProbABEL/src/main.cpp
===================================================================
--- pkg/ProbABEL/src/main.cpp	2012-03-26 19:27:49 UTC (rev 860)
+++ pkg/ProbABEL/src/main.cpp	2012-03-26 20:24:23 UTC (rev 861)
@@ -378,14 +378,10 @@
     logistic_reg nrd(nrgd);
     nrd.estimate(nrgd,0,MAXITER,EPS,CHOLTOL,0, interaction, ngpreds, invvarmatrix, robust, 1);
 #elif LINEAR
-    //fprintf(stdout,"HERE 0\n");
     linear_reg nrd(nrgd);
-    //fprintf(stdout,"HERE 0\n");
     nrd.estimate(nrgd,0,CHOLTOL,0, interaction, ngpreds, invvarmatrix, robust, 1);
-    //fprintf(stdout,"HERE 0\n");
 #elif COXPH
     coxph_reg nrd(nrgd);
-//	std::cout << " !!! AAA !!! ";
     nrd.estimate(nrgd,0,MAXITER,EPS,CHOLTOL,0, interaction, ngpreds, 1);
 #endif
     null_loglik = nrd.loglik;
@@ -405,12 +401,7 @@
     std::cout.flush();
 
 
-    //fprintf(stdout,"HERE 1\n");
 
-
-
-
-
     //________________________________________________________________
     //Maksim, 9 Jan, 2009
 



More information about the Genabel-commits mailing list