changeset 1249:215f36712332 refactor/grids

Fix typo
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 22 Feb 2023 12:42:38 +0100
parents a5f2372d0e87
children 40ca0af6e480
files src/Grids/equidistant_grid.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl	Wed Feb 22 12:42:08 2023 +0100
+++ b/src/Grids/equidistant_grid.jl	Wed Feb 22 12:42:38 2023 +0100
@@ -65,7 +65,7 @@
 
     new_sz = (length(g) - 1)÷r + 1
 
-    return EquidistantGrid(change_length(g.points), new_sz)
+    return EquidistantGrid(change_length(g.points, new_sz))
 end