Skip to content

Commit 8b6bfff

Browse files
bbeaulantfontanf
authored andcommitted
Add missing comma in rectangle::Instance.write method
1 parent c6258bc commit 8b6bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rectangle/instance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,6 @@ void Instance::write(
415415
}
416416
f_parameters << "NAME,VALUE" << std::endl
417417
<< "objective," << objective() << std::endl
418-
<< "unloading_constraint" << unloading_constraint() << std::endl;
418+
<< "unloading_constraint," << unloading_constraint() << std::endl;
419419

420420
}

0 commit comments

Comments
 (0)