diff options
author | Pjotr Prins | 2018-09-06 11:59:03 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-06 11:59:03 +0000 |
commit | cdf407bd7994dbe41a952bf29cacc1a2ca9c722e (patch) | |
tree | 1bd91f84684d556505ca930ecc73ceacbb1ce8ca /src/param.cpp | |
parent | 6dd15bfabc5c655d18ea19c0d69b76ecc34630e2 (diff) | |
download | pangemma-cdf407bd7994dbe41a952bf29cacc1a2ca9c722e.tar.gz |
More debugging and a performance check
Diffstat (limited to 'src/param.cpp')
-rw-r--r-- | src/param.cpp | 3 |
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; |