Skip to content

Commit 47c0039

Browse files
authored
defaults is no longer exported
1 parent c4d11db commit 47c0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export Differential, expand_derivatives, @derivatives
161161
export Equation, ConstrainedEquation
162162
export Term, Sym
163163
export SymScope, LocalScope, ParentScope, GlobalScope
164-
export independent_variable, states, parameters, equations, controls, observed, structure, defaults
164+
export independent_variable, states, parameters, equations, controls, observed, structure
165165
export structural_simplify
166166
export DiscreteSystem, DiscreteProblem
167167

0 commit comments

Comments
 (0)