Add a line feed to make message more readable.

This commit is contained in:
Holger Vogt 2021-08-29 14:28:27 +02:00
parent fac1d3a79c
commit 7f4fc2948b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ PTeval(INPparseNode * tree, double gmin, double *res, double *vals)
return (err);
*res = PTbinary(tree -> function) (r1, r2);
if (*res == HUGE) {
fprintf(stderr, "Error: %g, %g out of range for %s\n",
fprintf(stderr, "\nError: %g, %g out of range for %s\n",
r1, r2, tree->funcname);
return (E_PARMVAL);
}