| 5874 | } |
| 5875 | |
| 5876 | int |
| 5877 | responseSpectrumAnalysis(ClientData clientData, Tcl_Interp* interp, int argc, TCL_Char** argv) |
| 5878 | { |
| 5879 | OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain); |
| 5880 | if (OPS_ResponseSpectrumAnalysis() < 0) |
| 5881 | return TCL_ERROR; |
| 5882 | return TCL_OK; |
| 5883 | } |
| 5884 | |
| 5885 | int |
| 5886 | videoPlayer(ClientData clientData, Tcl_Interp *interp, int argc, |
nothing calls this directly
no test coverage detected