diff options
author | Pjotr Prins | 2018-08-25 10:18:41 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-08-25 10:18:41 +0000 |
commit | a24297bb1cb686d3630db3a0da8fa8a2079ad178 (patch) | |
tree | 53fb715e2b76f3a761eae06a962a2355b2c62b87 /src/gemma.cpp | |
parent | 4d1a44cb90affbe9c73a27767bae4a4b69c72402 (diff) | |
download | pangemma-a24297bb1cb686d3630db3a0da8fa8a2079ad178.tar.gz |
Added remarks
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 78633e8..6c04c8d 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -2763,7 +2763,7 @@ void GEMMA::BatchRun(PARAM &cPar) { LMM cLmm; cLmm.CopyFromParam(cPar); - if (is_check_mode()) disable_segfpe(); // disable fast NaN checking for now + // if (is_check_mode()) disable_segfpe(); // disable fast NaN checking for now gsl_vector_view Y_col = gsl_matrix_column(Y, 0); gsl_vector_view UtY_col = gsl_matrix_column(UtY, 0); @@ -2796,7 +2796,7 @@ void GEMMA::BatchRun(PARAM &cPar) { MVLMM cMvlmm; cMvlmm.CopyFromParam(cPar); - if (is_check_mode()) disable_segfpe(); // disable fast NaN checking + // if (is_check_mode()) disable_segfpe(); // disable fast NaN checking if (!cPar.file_bfile.empty()) { if (cPar.file_gxe.empty()) { |