Add missing whitespace in output of BGP warning

master
Johannes Pfeifer 2022-08-03 10:52:08 +02:00
parent fc4c9a73c9
commit da5b36704d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "