Corrected an error in name of statusParam parameter
This commit is contained in:
parent
cf40eab455
commit
b5d61be21a
1 changed files with 2 additions and 2 deletions
|
|
@ -205,10 +205,10 @@ else, postpone these</font></tt>
|
|||
<br><b><tt><font color="#3366FF"> parser.printHelp(cout);</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF"> exit(1);</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF"> }</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF">if (status_nameParam.value() != "")</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF">if (statusParam.value() != "")</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF"> {</font></tt></b>
|
||||
<br><b><tt><font color="#3366FF"> ofstream
|
||||
os(status_nameParam.value().c_str());</font></tt></b>
|
||||
os(statusParam.value().c_str());</font></tt></b>
|
||||
<br><tt><font color="#3366FF"><b> os <<
|
||||
parser; </b>// and you can use that file as parameter file</font></tt>
|
||||
<br><b><tt><font color="#3366FF"> }</font></tt></b></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue