From 34aa1d3bb42bdde34b951a915056e9580382acdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 16 May 2022 15:38:29 +0200 Subject: [PATCH] Fix comment --- src/SubModel.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SubModel.hh b/src/SubModel.hh index 6c24d2cb..c2d2fa6a 100644 --- a/src/SubModel.hh +++ b/src/SubModel.hh @@ -288,7 +288,7 @@ private: public: /* (component variable/expr, growth, auxname, kind, coeff. in the linear - combination, growth_param ID possibly equal to -1, vector of h parameters, + combination, growth_param ID (unused if growth is nullptr), vector of h parameters, original_growth, growth_info) */ using target_component_t = tuple, expr_t, growth_info_t>;