MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / responseSpectrumAnalysis

Function responseSpectrumAnalysis

SRC/tcl/commands.cpp:5876–5883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5874}
5875
5876int
5877responseSpectrumAnalysis(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
5885int
5886videoPlayer(ClientData clientData, Tcl_Interp *interp, int argc,

Callers

nothing calls this directly

Calls 2

OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected