aboutsummaryrefslogtreecommitdiff
path: root/src/param.cpp
diff options
context:
space:
mode:
authorPjotr Prins2018-09-06 11:59:03 +0000
committerPjotr Prins2018-09-06 11:59:03 +0000
commitcdf407bd7994dbe41a952bf29cacc1a2ca9c722e (patch)
tree1bd91f84684d556505ca930ecc73ceacbb1ce8ca /src/param.cpp
parent6dd15bfabc5c655d18ea19c0d69b76ecc34630e2 (diff)
downloadpangemma-cdf407bd7994dbe41a952bf29cacc1a2ca9c722e.tar.gz
More debugging and a performance check
Diffstat (limited to 'src/param.cpp')
-rw-r--r--src/param.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/param.cpp b/src/param.cpp
index 6537379..de0c257 100644
--- a/src/param.cpp
+++ b/src/param.cpp
@@ -1942,8 +1942,7 @@ void PARAM::CheckCvt() {
indicator_cvt.clear();
n_cvt = 1;
} else if (flag_ipt == 0) {
- cout << "no intercept term is found in the cvt file. "
- << "a column of 1s is added." << endl;
+ info_msg("no intercept term is found in the cvt file: a column of 1s is added");
for (vector<int>::size_type i = 0; i < indicator_idv.size(); ++i) {
if (indicator_idv[i] == 0 || indicator_cvt[i] == 0) {
continue;