Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/volumeops/derivatives/dissipation_test.jl @ 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 | 254934aac3f8 |
children | 7d52c4835d15 |
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