Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PTsolvers/FastIce.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Nov 25, 2023
2 parents 289898e + 9c27824 commit 4b441f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ using FastIce

push!(LOAD_PATH,"../src/")

DocMeta.setdocmeta!(FastIce, :DocTestSetup, :(using FastIce); recursive=true)

makedocs(
sitename = "FastIce",
authors="Ludovic Räss, Ivan Utkin and contributors",
Expand Down
5 changes: 4 additions & 1 deletion src/Grids/cartesian_grid.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""
Rectilinear grid with uniform spacing.
# Examples
Examples
========
```jldoctest
julia> using FastIce.Grids
julia> grid = CartesianGrid(origin=(0.0,0.0), extent=(1.0,1.0), size=(4,4))
2D 4×4 CartesianGrid{Float64}:
x ∈ [0.0–1.0]; Δx = 0.25
Expand Down

0 comments on commit 4b441f1

Please sign in to comment.