Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 16, 2023
1 parent bbf60c7 commit bcb1bb6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/FastIce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@ module FastIce
using KernelAbstractions

include("Grids/Grids.jl")

include("GridOperators.jl")
include("Logging.jl")
include("Fields.jl")
include("Architectures.jl")

include("Utils/Utils.jl")


include("Physics.jl")

include("BoundaryConditions/BoundaryConditions.jl")
include("Models/models.jl")

include("KernelLaunch.jl")

include("Distributed/Distributed.jl")
include("Physics.jl")

end # module

0 comments on commit bcb1bb6

Please sign in to comment.