| 838 | } |
| 839 | |
| 840 | static int Tcl_ops_setPrecision(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 841 | wrapper->resetCommandLine(argc, 1, argv); |
| 842 | |
| 843 | if (OPS_setPrecision() < 0) return TCL_ERROR; |
| 844 | |
| 845 | return TCL_OK; |
| 846 | } |
| 847 | |
| 848 | static int Tcl_ops_searchPeerNGA(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 849 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected