Skip to content

Commit

Permalink
fix order of includes to make sure dependencies are defined first
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Apr 16, 2024
1 parent 9e51abc commit a4257b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuctAPE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export c4b
##### ----- UTILITIES ----- #####
# general utility functions
include("utilities/misc.jl")
include("utilities/options.jl")
include("utilities/inputs.jl")
include("utilities/options.jl")
include("utilities/update_propulsor.jl")
include("utilities/package_states.jl")
include("utilities/bookkeeping.jl")
Expand Down

0 comments on commit a4257b8

Please sign in to comment.