Skip to content

Commit

Permalink
Re-arrange the inclusion order
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 16, 2023
1 parent 23b9ed3 commit 2c59a56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/FastIce.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
module FastIce

# core modules
include("Grids/Grids.jl")
include("GridOperators.jl")
include("Logging.jl")
include("Fields.jl")
include("Architectures.jl")
include("Utils/Utils.jl")
include("BoundaryConditions/BoundaryConditions.jl")
include("Models/models.jl")
include("KernelLaunch.jl")
include("Distributed/Distributed.jl")
include("Physics.jl")

# ice flow models
include("Models/models.jl")

end # module

0 comments on commit 2c59a56

Please sign in to comment.