diff --git a/src/DynamicModel.hh b/src/DynamicModel.hh
index 75a8096ea6ccc58bb3599b0ce2a75f147bb4a590..cad78c579a0c72a0542d56ff897397e174b61d0f 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};