| 1305 | } |
| 1306 | |
| 1307 | static int Tcl_ops_sensNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1308 | { |
| 1309 | wrapper->resetCommandLine(argc, 1, argv); |
| 1310 | |
| 1311 | if (OPS_sensNodeAccel() < 0) return TCL_ERROR; |
| 1312 | |
| 1313 | return TCL_OK; |
| 1314 | } |
| 1315 | |
| 1316 | static int Tcl_ops_sensLambda(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1317 | { |
nothing calls this directly
no test coverage detected