| 1046 | } |
| 1047 | |
| 1048 | static int Tcl_ops_accelCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1049 | wrapper->resetCommandLine(argc, 1, argv); |
| 1050 | |
| 1051 | if (OPS_accelCPU() < 0) return TCL_ERROR; |
| 1052 | |
| 1053 | return TCL_OK; |
| 1054 | } |
| 1055 | |
| 1056 | static int Tcl_ops_numFact(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1057 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected