From da5b36704d2b8012259767c6ee225059c68daa1a Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Wed, 3 Aug 2022 10:52:08 +0200
Subject: [PATCH] Add missing whitespace in output of BGP warning

---
 src/DynamicModel.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/DynamicModel.cc b/src/DynamicModel.cc
index a7b140dc..74266f63 100644
--- a/src/DynamicModel.cc
+++ b/src/DynamicModel.cc
@@ -4081,7 +4081,7 @@ DynamicModel::testTrendDerivativesEqualToZero(const eval_context_t &eval_context
                       {
                         cerr << "ERROR: trends not compatible with balanced growth path; the second-order cross partial of equation " << eq + 1;
                         if (equations_lineno[eq])
-                          cerr << " (line " << *equations_lineno[eq] << ")";
+                          cerr << " (line " << *equations_lineno[eq] << ") ";
                         cerr << "w.r.t. trend variable "
                              << symbol_table.getName(symb_id1) << " and endogenous variable "
                              << symbol_table.getName(symb_id2) << " is not null (abs. value = "
-- 
GitLab