diff options
author | Pjotr Prins | 2018-09-06 10:25:22 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-06 10:25:22 +0000 |
commit | 6dd15bfabc5c655d18ea19c0d69b76ecc34630e2 (patch) | |
tree | 336c37cac9b105bec550405a11853277631c2810 /src/gemma.h | |
parent | 8010061e8af476d66a0ca6fb6d509b36acdb9b9a (diff) | |
download | pangemma-6dd15bfabc5c655d18ea19c0d69b76ecc34630e2.tar.gz |
More debugging info and raise SIGINT instead of exit
Diffstat (limited to 'src/gemma.h')
-rw-r--r-- | src/gemma.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gemma.h b/src/gemma.h index 4deab51..67a7f58 100644 --- a/src/gemma.h +++ b/src/gemma.h @@ -25,6 +25,25 @@ using namespace std; +// OPTIONS +// ------- +// gk: 21-22 +// gs: 25-26 +// gq: 27-28 +// eigen: 31-32 +// lmm: 1-5 +// bslmm: 11-15 +// predict: 41-43 +// lm: 51 +// vc: 61 +// ci: 66-67 +// calccor: 71 +// gw: 72 + +enum M_MODE { M_LMM1=1, M_LMM2=2, M_LMM3=3, M_LMM4=4, M_LMM5=5, + M_BSLMM5=15, + M_KIN=21, M_KIN2=22, M_EIGEN=31 }; + class GEMMA { public: |