| 1314 | } |
| 1315 | |
| 1316 | static int Tcl_ops_sensLambda(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1317 | { |
| 1318 | wrapper->resetCommandLine(argc, 1, argv); |
| 1319 | |
| 1320 | if (OPS_sensLambda() < 0) return TCL_ERROR; |
| 1321 | |
| 1322 | return TCL_OK; |
| 1323 | } |
| 1324 | |
| 1325 | static int Tcl_ops_sensSectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1326 | { |
nothing calls this directly
no test coverage detected