| 1006 | } |
| 1007 | |
| 1008 | static int Tcl_ops_basicForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1009 | wrapper->resetCommandLine(argc, 1, argv); |
| 1010 | |
| 1011 | if (OPS_basicForce() < 0) return TCL_ERROR; |
| 1012 | |
| 1013 | return TCL_OK; |
| 1014 | } |
| 1015 | |
| 1016 | static int Tcl_ops_basicStiffness(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 1017 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected