Skip to content

Commit 82863eb

Browse files
committed
fix function name
1 parent 37dc89d commit 82863eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/TestConstitutiveModels/PhysicalModelTests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ end
501501

502502
F0 = I3
503503
E0 = VectorValue(0.,0.,0.)
504-
cv(F,E,θ,x...) = -θ*∂Ψtem∂θθ(F,E,θ,x...)
505-
@test isapprox(Cv, cv(F0, E0, θr))
504+
cv(F,E,θ,x...) = -θ*2Ψ∂2θ(F,E,θ,x...)
505+
@test isapprox(Cv, cv(F0, E0, θr); rtol=1e-14)
506506
end
507507

508508

0 commit comments

Comments
 (0)