| 662 | } |
| 663 | |
| 664 | static int Tcl_ops_nodeUnbalance(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 665 | wrapper->resetCommandLine(argc, 1, argv); |
| 666 | |
| 667 | if (OPS_nodeUnbalance() < 0) return TCL_ERROR; |
| 668 | |
| 669 | return TCL_OK; |
| 670 | } |
| 671 | |
| 672 | static int Tcl_ops_nodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 673 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected