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

Function Tcl_ops_groundMotion

SRC/interpreter/TclWrapper.cpp:1112–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112static int Tcl_ops_groundMotion(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1113 wrapper->resetCommandLine(argc, 1, argv);
1114
1115 if (OPS_groundMotion() < 0) return TCL_ERROR;
1116
1117 return TCL_OK;
1118}
1119
1120static int Tcl_ops_equalDOF_Mixed(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1121 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_groundMotionFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected