Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/volumeops/volume_operator_test.jl @ 1359:646027afe74b bugfix/lazytensors
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 14:33:25 +0200 |
parents | 356ec6a72974 |
children | 43aaf710463e |
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/volume_operator_test.jl Tue Apr 04 21:46:06 2023 +0200 +++ b/test/SbpOperators/volumeops/volume_operator_test.jl Sat May 20 14:33:25 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)