Mercurial > repos > public > sbplib_julia
changeset 22:f2dc3e09fffc
Add comments
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 18 Dec 2018 14:51:41 +0100 |
parents | 2dbdd00eaea0 |
children | 9031fe054f2c |
files | grid.jl |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/grid.jl Tue Dec 18 13:27:25 2018 +0100 +++ b/grid.jl Tue Dec 18 14:51:41 2018 +0100 @@ -14,6 +14,7 @@ error("Not yet implemented") end +# TODO: Should this be here? abstract type BoundaryId end # TODO: Move to seperate file. @@ -54,7 +55,7 @@ # TODO: Decide if spacings should be positive or if it is allowed to be negative # If defined as positive, then need to do something extra when calculating the -# points. The current implementation works for +# points. The current implementation works for arbitarily given limits of the grid. function spacings(grid::EquidistantGrid) h = Vector{Real}(undef, numberOfDimensions(grid)) for i ∈ eachindex(h)