| 694 | } |
| 695 | |
| 696 | static int Tcl_ops_nodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 697 | wrapper->resetCommandLine(argc, 1, argv); |
| 698 | |
| 699 | if (OPS_nodeAccel() < 0) return TCL_ERROR; |
| 700 | |
| 701 | return TCL_OK; |
| 702 | } |
| 703 | |
| 704 | static int Tcl_ops_setNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 705 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected