diff options
author | Pjotr Prins | 2025-01-04 02:53:42 -0600 |
---|---|---|
committer | Pjotr Prins | 2025-01-04 02:53:42 -0600 |
commit | e58c198e1e5fd8f94cdcaf3c621931ee3a21e2f4 (patch) | |
tree | a62fbb0bad7c1a4c38ee835f6d32318d652dda9f /src/gemma.cpp | |
parent | 2701a364228d91ba2c52f511ad6619d070e2235b (diff) | |
download | pangemma-e58c198e1e5fd8f94cdcaf3c621931ee3a21e2f4.tar.gz |
Added checkpoints for file readers
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index a50d8ab..6c2b3f4 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 " << version << " (" << date << ") by Xiang Zhou, Pjotr Prins and team (C) 2012-" << year << endl; + "GEMMA forked executable --- part of PanGEMMA " << version << " (" << date << ") by Xiang Zhou, Pjotr Prins and team (C) 2012-" << year << endl; return; } |