| 1621 | } |
| 1622 | |
| 1623 | static int Tcl_ops_logFile(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1624 | { |
| 1625 | wrapper->resetCommandLine(argc, 1, argv); |
| 1626 | |
| 1627 | if (OPS_logFile() < 0) return TCL_ERROR; |
| 1628 | |
| 1629 | return TCL_OK; |
| 1630 | } |
| 1631 | |
| 1632 | static int Tcl_ops_setStartNodeTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1633 | { |
nothing calls this directly
no test coverage detected