Mercurial > repos > public > sbplib_julia
diff AbstractGrid.jl @ 134:79699dda29be
Merge in cell_based_test
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 21 Feb 2019 16:27:28 +0100 |
parents | 631eb9b35d72 |
children |
line wrap: on
line diff
--- a/AbstractGrid.jl Fri Jan 25 15:20:40 2019 +0100 +++ b/AbstractGrid.jl Thu Feb 21 16:27:28 2019 +0100 @@ -1,10 +1,6 @@ abstract type AbstractGrid end -function numberOfDimensions(grid::AbstractGrid) - error("Not implemented for abstact type AbstractGrid") -end - -function numberOfPoints(grid::AbstractGrid) +function dimension(grid::AbstractGrid) error("Not implemented for abstact type AbstractGrid") end