| 1594 | } |
| 1595 | |
| 1596 | static int Tcl_ops_sdfResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1597 | { |
| 1598 | wrapper->resetCommandLine(argc, 1, argv); |
| 1599 | |
| 1600 | if (OPS_sdfResponse() < 0) return TCL_ERROR; |
| 1601 | |
| 1602 | return TCL_OK; |
| 1603 | } |
| 1604 | |
| 1605 | static int Tcl_ops_getNumThreads(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1606 | { |
nothing calls this directly
no test coverage detected