[Genabel-commits] r1908 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 4 23:12:40 CET 2015
Author: lckarssen
Date: 2015-01-04 23:12:40 +0100 (Sun, 04 Jan 2015)
New Revision: 1908
Modified:
pkg/ProbABEL/src/phedata.cpp
Log:
ProbABEL: Removed some debug print statements left over from r1803.
Modified: pkg/ProbABEL/src/phedata.cpp
===================================================================
--- pkg/ProbABEL/src/phedata.cpp 2015-01-04 22:07:47 UTC (rev 1907)
+++ pkg/ProbABEL/src/phedata.cpp 2015-01-04 22:12:40 UTC (rev 1908)
@@ -151,12 +151,6 @@
for (int i = (2 + noutcomes); i <= nphenocols; i++)
{
infile >> tmp;
- std::cout << "nphenocols=" << nphenocols << "\n";
- std::cout << "i=" << i
- << ", is_interaction_excluded="
- << is_interaction_excluded
- << ", interaction=" << interaction
- << ", n_model_terms=" << n_model_terms << "\n";
if (n_model_terms == interaction && is_interaction_excluded)
{
interaction_cov_name = tmp;
@@ -167,7 +161,6 @@
model = model + " + ";
model = model + tmp;
model_terms[n_model_terms++] = tmp;
- std::cout << "model=" << model << "\n";
}
}
model = model + " + SNP_A1";
More information about the Genabel-commits
mailing list