From 6a113c07d782c3604d1c50686893cf041624f794 Mon Sep 17 00:00:00 2001 From: Kazem Date: Sat, 6 Jun 2020 13:40:55 -0400 Subject: [PATCH] WIP: fixing bounded to smp --- smp_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smp_format.h b/smp_format.h index 9e5dda9..a755c85 100644 --- a/smp_format.h +++ b/smp_format.h @@ -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");