about summary refs log tree commit diff
path: root/src/param.h
diff options
context:
space:
mode:
authorPjotr Prins2025-12-01 11:05:03 +0100
committerPjotr Prins2025-12-01 11:05:03 +0100
commit02149fb38d05b14f74caa458741b1512bbf6a8d5 (patch)
tree6cac95601c46b36d71cf403bed3ebc0a4345e0fc /src/param.h
parentb76a21467c8692f263c07aa4f013370a8d10ce20 (diff)
downloadpangemma-02149fb38d05b14f74caa458741b1512bbf6a8d5.tar.gz
Refactoring
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h
index 7cf4a6c..36c9a9f 100644
--- a/src/param.h
+++ b/src/param.h
@@ -344,7 +344,7 @@ public:
   void CopyA(size_t flag, gsl_matrix *A);
   void CopyGxe(gsl_vector *gxe);
   void CopyWeight(gsl_vector *w);
-  void ProcessCvtPhen();
+  void ProcessInclusionIndicators();
   void CopyCvtPhen(gsl_matrix *W, gsl_vector *y, size_t flag);
   void CopyCvtPhen(gsl_matrix *W, gsl_matrix *Y, size_t flag);
   gsl_matrix *MdbCalcKin();