eoStdoutMonitor -> eoFileMonitor to correct an abusive cut-and-paste!
This commit is contained in:
parent
d20d36a116
commit
f7f226bae9
1 changed files with 6 additions and 4 deletions
|
|
@ -372,11 +372,13 @@ parameters in <font color="#FF6600">text format on the screen</font>. The
|
||||||
false, parsimonious output displays one line for all parameters.</li>
|
false, parsimonious output displays one line for all parameters.</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<b><tt><font color="#3366FF">eoStdoutMonitor</font></tt></b> writes its
|
<b><tt><font color="#3366FF">eoFileMonitor</font></tt></b> writes its
|
||||||
parameters in <font color="#FF6600">text format in a file</font>. A file
|
parameters in <font color="#FF6600">text format in a file</font>. A file
|
||||||
name is required in the constructor, and an optional separator character
|
name is required in the constructor, and an optional separator character
|
||||||
can be added (default is ','). Note that the file is overwritten by next
|
can be added (default is ' '). Note that the file is by default overwritten
|
||||||
call to the same program.</li>
|
by next call to the same program, unless you pass "true" as third (optional)
|
||||||
|
boolean parameter, which will result in appending to the file if it
|
||||||
|
ever exists.</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<b><tt><font color="#3366FF">eoGnuplot1DMonitor</font></tt></b> displays
|
<b><tt><font color="#3366FF">eoGnuplot1DMonitor</font></tt></b> displays
|
||||||
|
|
|
||||||
Reference in a new issue