comparison src/Grids/equidistant_grid.jl @ 1276:75a65db29be1 refactor/grids

Minor clean up
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 26 Feb 2023 17:09:35 +0100
parents 5e28ae42caf2
children 1157f889bf50
comparison
equal deleted inserted replaced
1275:dcd8654ca33b 1276:75a65db29be1
74 74
75 return EquidistantGrid(change_length(g.points, new_sz)) 75 return EquidistantGrid(change_length(g.points, new_sz))
76 end 76 end
77 77
78 78
79
80
81
82
83
84 """ 79 """
85 equidistant_grid(size::Dims, limit_lower, limit_upper) 80 equidistant_grid(size::Dims, limit_lower, limit_upper)
86 81
87 Construct an equidistant grid with corners at the coordinates `limit_lower` and 82 Construct an equidistant grid with corners at the coordinates `limit_lower` and
88 `limit_upper`. 83 `limit_upper`.