about summary refs log tree commit diff
path: root/src/param.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-28 20:13:34 +0100
committerPjotr Prins2025-11-28 20:13:34 +0100
commit1dcecc851c02785b19bdd9b25dbab3317ac9c886 (patch)
treea6c65e38da36bffcbfaa5c95a044f2480e87adb5 /src/param.h
parent01fa01a3553eeadbdd56e11f5fcd020f4dd71310 (diff)
downloadpangemma-1dcecc851c02785b19bdd9b25dbab3317ac9c886.tar.gz
Toying with lmdbi
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/param.h b/src/param.h
index 38b9430..a6dfac8 100644
--- a/src/param.h
+++ b/src/param.h
@@ -347,6 +347,7 @@ public:
   void ProcessCvtPhen();
   void CopyCvtPhen(gsl_matrix *W, gsl_vector *y, size_t flag);
   void CopyCvtPhen(gsl_matrix *W, gsl_matrix *Y, size_t flag);
+  void MdbCalcKin();
   void CalcKin(gsl_matrix *matrix_kin);
   void CalcS(const map<string, double> &mapRS2wA,
              const map<string, double> &mapRS2wK, const gsl_matrix *W,