Skip to content

Commit 877fc2c

Browse files
committed
Import
1 parent 723a1d0 commit 877fc2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/structural_transformation/StructuralTransformations.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ using ModelingToolkit: ODESystem, AbstractSystem,var_from_nested_derivative, Dif
1919
isdiffeq, isdifferential, get_structure, get_iv, independent_variables,
2020
get_structure, defaults, InvalidSystemException,
2121
ExtraEquationsSystemException,
22-
ExtraVariablesSystemException
22+
ExtraVariablesSystemException,
23+
get_postprocess_fbody
2324

2425
using ModelingToolkit.BipartiteGraphs
2526
using LightGraphs

0 commit comments

Comments
 (0)