| 958 | } |
| 959 | |
| 960 | static int Tcl_ops_sectionStiffness(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 961 | wrapper->resetCommandLine(argc, 1, argv); |
| 962 | |
| 963 | if (OPS_sectionStiffness() < 0) return TCL_ERROR; |
| 964 | |
| 965 | return TCL_OK; |
| 966 | } |
| 967 | |
| 968 | static int Tcl_ops_sectionFlexibility(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 969 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected