Mercurial > repos > public > sbplib_julia
view grid.jl @ 137:99308f68e548 cell_based_test
Fix bug in pointsalongdim where an empty range was returned
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 21 Feb 2019 16:49:28 +0100 |
parents | 614b56a017b9 |
children | cb9a789338a1 |
line wrap: on
line source
module Grid # TODO: Where is this used? abstract type BoundaryId end include("AbstractGrid.jl") include("EquidistantGrid.jl") end