Skip to content

Commit ee8a461

Browse files
chore: mark apply_to_variables as public
1 parent 950cede commit ee8a461

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ModelingToolkit.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const DQ = DynamicQuantities
9999

100100
import DifferentiationInterface as DI
101101
using ADTypes: AutoForwardDiff
102+
import SciMLPublic: @public
102103

103104
export @derivatives
104105

@@ -358,4 +359,6 @@ export AbstractDynamicOptProblem, JuMPDynamicOptProblem, InfiniteOptDynamicOptPr
358359
CasADiDynamicOptProblem
359360
export DynamicOptSolution
360361

362+
@public apply_to_variables
363+
361364
end # module

0 commit comments

Comments
 (0)