diff test/SbpOperators/volumeops/volume_operator_test.jl @ 1351:d7f29359b822

Merge refactor/grids
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 19 May 2023 23:53:36 +0200
parents 356ec6a72974
children 43aaf710463e
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/volume_operator_test.jl	Mon May 01 11:37:09 2023 +0200
+++ b/test/SbpOperators/volumeops/volume_operator_test.jl	Fri May 19 23:53:36 2023 +0200
@@ -14,7 +14,7 @@
 @testset "VolumeOperator" begin
     inner_stencil = CenteredStencil(1/4, 2/4, 1/4)
     closure_stencils = (Stencil(1/2, 1/2; center=1), Stencil(2.,1.; center=2))
-    g = EquidistantGrid(11,0.,1.)
+    g = equidistant_grid(11,0.,1.)
 
     @testset "Constructors" begin
         op = VolumeOperator(inner_stencil,closure_stencils,(11,),even)