|
From: <pl...@pi...> - 2011-10-13 14:32:24
|
Hi,
I don't know exactly what the function eval error is but the break in
execution seems to highlight a bug in the new if/then/else error trapping.
Seems the parser is set half way though an if block and then gets
confused when I reload the file.
Otherwise the new syntax makes life a lot easier. Thanks.
Don't know if this is important .
regards. Peter.
gnuplot> load "doublet_integral.gnu
Undefined value during function evaluation
gnuplot> load "doublet_integral.gnu
gnuplot> if (use_SD) outfilebase=outfilebase."SD_fit."
^
"doublet_integral.gnu", line 65: Old-style if/else statement
encountered inside brackets
gnuplot> load "doublet_integral.gnu
Undefined value during function evaluation
|