From b9c225c7226a3a38f903f6909355d6867939e94d Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Sun, 14 Mar 2021 20:29:59 +0100 Subject: [PATCH] Update deprecated_constants.jl (#177) --- src/MOI_wrapper/deprecated_constants.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOI_wrapper/deprecated_constants.jl b/src/MOI_wrapper/deprecated_constants.jl index 8970a4b..dfa725a 100644 --- a/src/MOI_wrapper/deprecated_constants.jl +++ b/src/MOI_wrapper/deprecated_constants.jl @@ -18,7 +18,7 @@ function MOI.set( "The GLPK constants have been renamed from `GLPK.XXX` to " * "`GLPK.GLP_XXX` in order to better match the C API. For example, " * "`GLPK.MSG_OFF` is now `GLPK.GLP_MSG_OFF`. Support for the old " * - "constants will be removed in a future release." + "constants will be removed in a future release.", maxlog=1 ) MOI.set(model, param, value.x) end