| 830 | } |
| 831 | |
| 832 | static int Tcl_ops_region(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 833 | wrapper->resetCommandLine(argc, 1, argv); |
| 834 | |
| 835 | if (OPS_MeshRegion() < 0) return TCL_ERROR; |
| 836 | |
| 837 | return TCL_OK; |
| 838 | } |
| 839 | |
| 840 | static int Tcl_ops_setPrecision(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 841 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected