diff options
| author | Pjotr Prins | 2025-11-30 07:41:48 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-30 07:41:48 +0100 |
| commit | 882a426c70370e50a521435e1b2175598e0fe411 (patch) | |
| tree | 0a6f5abd5f325aca6d5b39de33654d1a281122bd /src/param.h | |
| parent | 16bf371dff5d1ec20a7ce924c3329dd298e10de3 (diff) | |
| download | pangemma-882a426c70370e50a521435e1b2175598e0fe411.tar.gz | |
Fetch ni_total from lmdb
Diffstat (limited to 'src/param.h')
| -rw-r--r-- | src/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/param.h b/src/param.h index a6dfac8..aa08b5d 100644 --- a/src/param.h +++ b/src/param.h @@ -369,6 +369,8 @@ public: const map<string, double> &mapRS2z, gsl_vector *w, gsl_vector *z, vector<size_t> &vec_cat); 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); |
