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

Function modalProperties

SRC/tcl/commands.cpp:5867–5874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5865}
5866
5867int
5868modalProperties(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
5876int
5877responseSpectrumAnalysis(ClientData clientData, Tcl_Interp* interp, int argc, TCL_Char** argv)

Callers

nothing calls this directly

Calls 2

OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected