| 942 | } |
| 943 | |
| 944 | static int Tcl_ops_sectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 945 | wrapper->resetCommandLine(argc, 1, argv); |
| 946 | |
| 947 | if (OPS_sectionForce() < 0) return TCL_ERROR; |
| 948 | |
| 949 | return TCL_OK; |
| 950 | } |
| 951 | |
| 952 | static int Tcl_ops_sectionDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 953 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected