Skip to content

Commit e12e97c

Browse files
committed
Move precompile.jl to the end
1 parent 3c45aea commit e12e97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ModelingToolkit.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ using .SystemStructures
152152
include("systems/alias_elimination.jl")
153153
include("structural_transformation/StructuralTransformations.jl")
154154

155-
include("precompile.jl")
156-
157155
@reexport using .StructuralTransformations
158156

159157
for S in subtypes(ModelingToolkit.AbstractSystem)
@@ -210,4 +208,6 @@ export modelingtoolkitize
210208
export @variables, @parameters
211209
export @named, @nonamespace, @namespace, extend, compose
212210

211+
include("precompile.jl")
212+
213213
end # module

0 commit comments

Comments
 (0)