From a7e20237fa1a74990879ba067ca8b153f95138fb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Tue, 11 Jun 2024 19:06:45 +0200 Subject: [PATCH] quickfix --- src/CTBase.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CTBase.jl b/src/CTBase.jl index 605c4d9d..7f3e8b4b 100644 --- a/src/CTBase.jl +++ b/src/CTBase.jl @@ -246,7 +246,7 @@ export BoundaryConstraint, StateConstraint, ControlConstraint, MixedConstraint, # model export OptimalControlModel export Model -export __OCPModel # redirection to Model to avoir confusion with other Model functions from other packages. Due to @def macro +export __OCPModel # redirection to Model to avoid confusion with other Model functions from other packages. Due to @def macro export variable!, time!, constraint!, dynamics!, objective!, state!, control!, remove_constraint!, constraint export is_time_independent, is_time_dependent, is_min, is_max, is_variable_dependent, is_variable_independent export nlp_constraints, constraints_labels