changeset 1213:0905c3c674e9 feature/dissipation_operators

Remove unused where T
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 07 Feb 2023 21:29:52 +0100
parents 8abbe0a842ac
children 559b623e6a95
files test/SbpOperators/volumeops/derivatives/dissipation_test.jl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Fri Feb 03 10:20:40 2023 +0100
+++ b/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Tue Feb 07 21:29:52 2023 +0100
@@ -30,8 +30,8 @@
     g = EquidistantGrid(20, 0., 11.)
     D,Dᵀ = undivided_skewed04(g, 1)
 
-    @test D isa LazyTensor{Float64,1,1} where T
-    @test Dᵀ isa LazyTensor{Float64,1,1} where T
+    @test D isa LazyTensor{Float64,1,1}
+    @test Dᵀ isa LazyTensor{Float64,1,1}
 
      @testset "Accuracy conditions" begin
         N = 20