diff options
| author | Pjotr Prins | 2025-12-01 11:23:04 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-12-01 11:23:04 +0100 |
| commit | 32a5367f0a0a00bec7e610b74abc899521a75fa5 (patch) | |
| tree | e0e74b3499d1ec270e95f2fc7142d0ede1a30675 /src/param.h | |
| parent | 02149fb38d05b14f74caa458741b1512bbf6a8d5 (diff) | |
| download | pangemma-32a5367f0a0a00bec7e610b74abc899521a75fa5.tar.gz | |
Almost ready to run GWA
Diffstat (limited to 'src/param.h')
| -rw-r--r-- | src/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/param.h b/src/param.h index 36c9a9f..046f543 100644 --- a/src/param.h +++ b/src/param.h @@ -371,6 +371,7 @@ public: void UpdateSNP(const map<string, double> &mapRS2wA); inline bool is_loco() { return !loco.empty(); } + }; size_t GetabIndex(const size_t a, const size_t b, const size_t n_cvt); |
