| 1332 | } |
| 1333 | |
| 1334 | static int Tcl_ops_sensNodePressure(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1335 | { |
| 1336 | wrapper->resetCommandLine(argc, 1, argv); |
| 1337 | |
| 1338 | if (OPS_sensNodePressure() < 0) return TCL_ERROR; |
| 1339 | |
| 1340 | return TCL_OK; |
| 1341 | } |
| 1342 | |
| 1343 | static int Tcl_ops_getNumElements(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1344 | { |
nothing calls this directly
no test coverage detected