Skip to content

Commit 3fabbd8

Browse files
committed
Update
1 parent a39b14d commit 3fabbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileFormats/MOF/write.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function extract_function_and_set(expr::Expr)
8383
return error("Oops. The constraint $(expr) wasn't recognised.")
8484
end
8585

86-
function write_nlpblock(
86+
function _write_nlpblock(
8787
constraints::Vector{NamedTuple},
8888
model::Model,
8989
name_map::Dict{MOI.VariableIndex,String},

0 commit comments

Comments
 (0)