| 1296 | } |
| 1297 | |
| 1298 | static int Tcl_ops_sensNodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1299 | { |
| 1300 | wrapper->resetCommandLine(argc, 1, argv); |
| 1301 | |
| 1302 | if (OPS_sensNodeVel() < 0) return TCL_ERROR; |
| 1303 | |
| 1304 | return TCL_OK; |
| 1305 | } |
| 1306 | |
| 1307 | static int Tcl_ops_sensNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1308 | { |
nothing calls this directly
no test coverage detected