| 1278 | } |
| 1279 | |
| 1280 | static int Tcl_ops_sensitivityAlgorithm(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1281 | { |
| 1282 | wrapper->resetCommandLine(argc, 1, argv); |
| 1283 | |
| 1284 | if (OPS_sensitivityAlgorithm() < 0) return TCL_ERROR; |
| 1285 | |
| 1286 | return TCL_OK; |
| 1287 | } |
| 1288 | |
| 1289 | static int Tcl_ops_sensNodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 1290 | { |
nothing calls this directly
no test coverage detected