Add a line feed to make message more readable.
This commit is contained in:
parent
fac1d3a79c
commit
7f4fc2948b
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue