Skip to content

Commit

Permalink
Move utils to the main module
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Aug 9, 2023
1 parent 6b04d2d commit 417f621
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/FastIce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module FastIce

using KernelAbstractions

include("utils.jl")
include("logging.jl")
include("grids.jl")
include("fields.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/models/full_stokes/isothermal/isothermal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export IsothermalFullStokesModel, advance_iteration!, advance_timestep!
using FastIce.Physics
using FastIce.Grids
using FastIce.BoundaryConditions
using FastIce.Models.FullStokes.Utils
using FastIce.Utils

include("kernels.jl")

Expand Down
File renamed without changes.

0 comments on commit 417f621

Please sign in to comment.