about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2025-11-28 08:06:12 +0100
committerPjotr Prins2025-11-28 08:06:12 +0100
commit36b77de195ee1d1140788f3833e41ee4a1524a31 (patch)
treed7aa5763466525f9861a7bded1cf8bcbce2f7ec3 /src
parent06f1f9fb6479bf12b63678e9fbe274bad48befe6 (diff)
downloadpangemma-36b77de195ee1d1140788f3833e41ee4a1524a31.tar.gz
Prepare for using mdb geno in a test
Diffstat (limited to 'src')
-rw-r--r--src/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/param.h b/src/param.h
index 0b8ed97..978196c 100644
--- a/src/param.h
+++ b/src/param.h
@@ -373,5 +373,6 @@ public:
 size_t GetabIndex(const size_t a, const size_t b, const size_t n_cvt);
 
 #define is_bimbam (!is_mdb)
+#define compute_kinship (a_mode == M_KIN || a_mode == M_KIN2)
 
 #endif