Skip to content

Commit e8dd4e0

Browse files
committed
Revert "Test CI"
This reverts commit 5be4e2c.
1 parent 5be4e2c commit e8dd4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/pyoptinterface/knitro_model.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ struct CallbackPattern
129129
template <typename V>
130130
struct CallbackEvaluator
131131
{
132-
const static std::string jac_coloring_ = "cppad";
133-
const static std::string hess_coloring_ = "cppad.symmetric";
132+
constexpr static std::string jac_coloring_ = "cppad";
133+
constexpr static std::string hess_coloring_ = "cppad.symmetric";
134134
std::vector<KNINT> indexVars;
135135
std::vector<KNINT> indexCons;
136136

0 commit comments

Comments
 (0)