From b7681206bd14651980ea3ad731f0dc1c405b2f9b Mon Sep 17 00:00:00 2001 From: Kazem Date: Sat, 6 Jun 2020 13:41: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 a755c85..c731bb0 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\n "; + 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");