From 0e7d831e6f059d50b26e423b62ff66c7e095b7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 10 Oct 2018 17:08:10 +0200 Subject: [PATCH] Remove redundant private keyword --- src/DynamicModel.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh index 75a8096e..cad78c57 100644 --- a/src/DynamicModel.hh +++ b/src/DynamicModel.hh @@ -180,7 +180,6 @@ private: */ void substituteLeadLagInternal(AuxVarType type, bool deterministic_model, const vector<string> &subset); -private: //! Indicate if the temporary terms are computed for the overall model (true) or not (false). Default value true bool global_temporary_terms{true}; -- GitLab