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

Commit

Permalink
Fix #46
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 19, 2018
1 parent 03b73ea commit a6cd28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MathOptInterfaceMosek.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function MOI.empty!(m::MosekModel)
end

function MOI.copy_to(dest::MosekModel, src::MOI.ModelLike; copy_names=true)
return MOIU.default_copy_to(dest, srt, copy_names)
return MOIU.default_copy_to(dest, src, copy_names)
end

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

0 comments on commit a6cd28b

Please sign in to comment.