Skip to content

Commit f389c99

Browse files
authored
copy! -> copyto! (#227)
1 parent f9a1b97 commit f389c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SolverInterface/lpqp_to_conic.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ end
326326
for f in [:cbgetmipsolution,:cbgetlpsolution]
327327
@eval function ($f)(cb::LPQPWrapperCallbackData,output)
328328
($f)(cb.lpqpcb,cb.solvec)
329-
copy!(output,1,cb.solvec,1,length(output))
329+
copyto!(output,1,cb.solvec,1,length(output))
330330
end
331331
end
332332

0 commit comments

Comments
 (0)