| 950 | } |
| 951 | |
| 952 | static int Tcl_ops_sectionDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 953 | wrapper->resetCommandLine(argc, 1, argv); |
| 954 | |
| 955 | if (OPS_sectionDeformation() < 0) return TCL_ERROR; |
| 956 | |
| 957 | return TCL_OK; |
| 958 | } |
| 959 | |
| 960 | static int Tcl_ops_sectionStiffness(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 961 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected