| 998 | } |
| 999 | |
| 1000 | static int Tcl_ops_basicDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1001 | wrapper->resetCommandLine(argc, 1, argv); |
| 1002 | |
| 1003 | if (OPS_basicDeformation() < 0) return TCL_ERROR; |
| 1004 | |
| 1005 | return TCL_OK; |
| 1006 | } |
| 1007 | |
| 1008 | static int Tcl_ops_basicForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1009 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected