Skip to content

Commit 5a18c37

Browse files
author
Sherin Joseph
committed
modified: test/schemes/fluid/viscosity.jl
1 parent 7804aeb commit 5a18c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/schemes/fluid/viscosity.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
v, v, 1, 2, pos_diff, distance,
229229
sound_speed, m_a, m_b, rho_a, rho_b, v_a, v_b, grad_kernel)
230230

231-
@test isapprox(dv[][1], -5.3174381515989315e-9, atol=6e-15)
232-
@test isapprox(dv[][2], 1.7724793838663105e-8, atol=6e-15)
231+
@test isapprox(dv[1], -5.3174381515989315e-9, atol=6e-15)
232+
@test isapprox(dv[2], 1.7724793838663105e-8, atol=6e-15)
233233
end
234234
end

0 commit comments

Comments
 (0)