From ab434bbd38a61941bf32afcf91b7cc397462a53b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 30 Nov 2025 08:53:10 +0100 Subject: Write out K --- src/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/param.h') diff --git a/src/param.h b/src/param.h index aa08b5d..7cf4a6c 100644 --- a/src/param.h +++ b/src/param.h @@ -347,7 +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(); + gsl_matrix *MdbCalcKin(); void CalcKin(gsl_matrix *matrix_kin); void CalcS(const map &mapRS2wA, const map &mapRS2wK, const gsl_matrix *W, -- cgit 1.4.1