changeset 685:bc2a9b8d2774 feature/boundary_quads

Merge heads
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 09 Feb 2021 09:44:32 +0100
parents 984f6fe42708 (diff) 841ca12f3359 (current diff)
children 27dcac8fb350
files
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/EquidistantGrid.jl	Tue Feb 09 06:48:43 2021 +0100
+++ b/src/Grids/EquidistantGrid.jl	Tue Feb 09 09:44:32 2021 +0100
@@ -127,8 +127,6 @@
 	if orth_dims == dims
 		throw(DomainError("boundary identifier not matching grid"))
 	end
-    dims = collect(1:dimension(grid))
-    orth_dims = dims[dims .!= dim(id)]
     return restrict(grid,orth_dims)
 end
 export boundary_grid