Mercurial > repos > public > sbplib_julia
diff src/Grids/equidistant_grid.jl @ 1518:0cd6cf62af93 feature/grids/componentview
Merge refactor/component_type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 21 Mar 2024 15:51:29 +0100 |
parents | d7bc11053951 |
children | 4df668d00d03 43aaf710463e |
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl Thu Mar 21 07:43:48 2024 +0100 +++ b/src/Grids/equidistant_grid.jl Thu Mar 21 15:51:29 2024 +0100 @@ -103,8 +103,8 @@ Note: If `limit_lower` and `limit_upper` are integers and `size` would allow a completely integer grid, `equidistant_grid` will still return a floating point -grid. This simlifies the implementation and avoids certain surprise -behaviours. +grid. This simplifies the implementation and avoids certain surprise +behaviors. """ function equidistant_grid(size::Dims, limit_lower, limit_upper) gs = map(equidistant_grid, size, limit_lower, limit_upper)