diff options
| author | Pjotr Prins | 2025-11-30 08:53:10 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-30 08:53:10 +0100 |
| commit | ab434bbd38a61941bf32afcf91b7cc397462a53b (patch) | |
| tree | 6bddea2b6a706a6f91ec98a654627f3458e84f9f /src/param.h | |
| parent | 254113f4e02d5b423af302e9facb0ed580749ef5 (diff) | |
| download | pangemma-ab434bbd38a61941bf32afcf91b7cc397462a53b.tar.gz | |
Write out K
Diffstat (limited to 'src/param.h')
| -rw-r--r-- | src/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<string, double> &mapRS2wA, const map<string, double> &mapRS2wK, const gsl_matrix *W, |
