| 5865 | } |
| 5866 | |
| 5867 | int |
| 5868 | modalProperties(ClientData clientData, Tcl_Interp* interp, int argc, TCL_Char** argv) |
| 5869 | { |
| 5870 | OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain); |
| 5871 | if (OPS_DomainModalProperties() < 0) |
| 5872 | return TCL_ERROR; |
| 5873 | return TCL_OK; |
| 5874 | } |
| 5875 | |
| 5876 | int |
| 5877 | responseSpectrumAnalysis(ClientData clientData, Tcl_Interp* interp, int argc, TCL_Char** argv) |
nothing calls this directly
no test coverage detected