diff test/testSbpOperators.jl @ 514:14e722e8607d feature/boundary_ops

Clean up constructors
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 23 Nov 2020 21:19:08 +0100
parents 547639572208
children d55008f5e2f3
line wrap: on
line diff
--- a/test/testSbpOperators.jl	Mon Nov 23 20:22:14 2020 +0100
+++ b/test/testSbpOperators.jl	Mon Nov 23 21:19:08 2020 +0100
@@ -192,10 +192,6 @@
     @test_throws BoundsError (e_l*v)[Index{Lower}(3)]
     @test_throws BoundsError (e_r*v)[Index{Upper}(3)]
 
-
-
-
-
     g = EquidistantGrid((4,5), (0.0, 0.0), (1.0,1.0))
 
     e_w = boundary_restriction(g, op.eClosure, CartesianBoundary{1,Lower}())