Skip to content

Commit

Permalink
WIP: fixing bounded to smp
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshmi committed Jun 6, 2020
1 parent cba149a commit 6a113c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smp_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace format{
application_("contact simulation"){}

std::string get_desc(){
std::string out="Sparse Mathematical Programming Repository ";
std::string out="Sparse Mathematical Programming Repository\n ";
out += ("ID = "+ ID_ + "\n"); out += ("category = "+ category_+ "\n");
out += ("application = "+ application_ + "\n");
out += ("name = "+ name_ + "\n"); out += ("group = "+ group_ + "\n");
Expand Down

0 comments on commit 6a113c0

Please sign in to comment.