Skip to content

Commit c87d038

Browse files
committed
Fix constructor
1 parent 957c7ea commit c87d038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lp_data/HighsOptions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class OptionRecordBool : public OptionRecord {
5151
OptionRecordBool(std::string Xname, std::string Xdescription, bool Xadvanced,
5252
bool* Xvalue_pointer, bool Xdefault_value)
5353
: OptionRecord(HighsOptionType::kBool, Xname, Xdescription, Xadvanced) {
54-
advanced = Xadvanced;
5554
value = Xvalue_pointer;
5655
default_value = Xdefault_value;
5756
*value = default_value;

0 commit comments

Comments
 (0)