Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 25, 2024
1 parent 49c0f03 commit 1511942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ for p in problems
fval = T[0.0]
if ncon > 0
cx = zeros(T, ncon)
cfn(T, status, Cint[nvar], Cint[ncon], x0, fval, cx)
CUTEst.cfn(T, status, Cint[nvar], Cint[ncon], x0, fval, cx)
else
ufn(T, status, Cint[nvar], x0, fval)
CUTEst.ufn(T, status, Cint[nvar], x0, fval)
end
println("$p: core interface: f(x₀) = $(fval[1])")

Expand Down

0 comments on commit 1511942

Please sign in to comment.