diff options
| author | Pjotr Prins | 2025-11-20 11:05:57 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-20 11:05:57 +0100 |
| commit | 7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add (patch) | |
| tree | d85404f454a2af9eb5cb907881da245ea77a7371 /src/gemma.cpp | |
| parent | 3165580c4038cbf6bcd5798bbf541557581430e2 (diff) | |
| download | pangemma-7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add.tar.gz | |
Diffstat (limited to 'src/gemma.cpp')
| -rw-r--r-- | src/gemma.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 6c2b3f4..63f952e 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -84,7 +84,7 @@ void gemma_gsl_error_handler (const char * reason, void GEMMA::PrintHeader(void) { cout << - "GEMMA forked executable --- part of PanGEMMA " << version << " (" << date << ") by Xiang Zhou, Pjotr Prins and team (C) 2012-" << year << endl; + "Pangemma --- GEMMA 0.98.5 compatible executable " << version << " (" << date << ") by Xiang Zhou, Pjotr Prins and team (C) 2012-" << year << endl; return; } @@ -1653,7 +1653,7 @@ void GEMMA::BatchRun(PARAM &cPar) { clock_t time_begin, time_start; time_begin = clock(); - if (is_check_mode()) enable_segfpe(); // fast NaN checking by default + // if (is_check_mode()) enable_segfpe(); // fast NaN checking by default // Read Files. cout << "Reading Files ... " << endl; @@ -1943,7 +1943,7 @@ void GEMMA::BatchRun(PARAM &cPar) { VARCOV cVarcov; cVarcov.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 if (!cPar.file_bfile.empty()) { cVarcov.AnalyzePlink(); @@ -2058,7 +2058,7 @@ void GEMMA::BatchRun(PARAM &cPar) { VARCOV cVarcov; cVarcov.CopyFromParam(cPar); - if (is_check_mode()) disable_segfpe(); // fast NaN checking for now + // if (is_check_mode()) disable_segfpe(); // fast NaN checking for now if (!cPar.file_bfile.empty()) { cVarcov.AnalyzePlink(); |
