Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit a6cd28b

Browse files
committed
Fix #46
1 parent 03b73ea commit a6cd28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MathOptInterfaceMosek.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function MOI.empty!(m::MosekModel)
377377
end
378378

379379
function MOI.copy_to(dest::MosekModel, src::MOI.ModelLike; copy_names=true)
380-
return MOIU.default_copy_to(dest, srt, copy_names)
380+
return MOIU.default_copy_to(dest, src, copy_names)
381381
end
382382

383383
function MOI.write_to_file(m::MosekModel, filename :: String)

0 commit comments

Comments
 (0)