| 1323 | } |
| 1324 | |
| 1325 | static int Tcl_ops_sensSectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1326 | { |
| 1327 | wrapper->resetCommandLine(argc, 1, argv); |
| 1328 | |
| 1329 | if (OPS_sensSectionForce() < 0) return TCL_ERROR; |
| 1330 | |
| 1331 | return TCL_OK; |
| 1332 | } |
| 1333 | |
| 1334 | static int Tcl_ops_sensNodePressure(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1335 | { |
nothing calls this directly
no test coverage detected