Skip to content

Commit 9cfba5b

Browse files
refactor: mark SymbolicContinuousCallback, SymbolicDiscreteCallback as public
1 parent 42034e9 commit 9cfba5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export DynamicOptSolution
338338
@public unbound_outputs, is_bound
339339
@public AbstractSystem, CheckAll, CheckNone, CheckComponents, CheckUnits
340340
@public t, D, t_nounits, D_nounits, t_unitful, D_unitful
341+
@public SymbolicContinuousCallback, SymbolicDiscreteCallback
341342

342343
for prop in [SYS_PROPS; [:continuous_events, :discrete_events]]
343344
getter = Symbol(:get_, prop)

0 commit comments

Comments
 (0)