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

Function Tcl_ops_InitialStateAnalysis

SRC/interpreter/TclWrapper.cpp:1024–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022}
1023
1024static int Tcl_ops_InitialStateAnalysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1025 wrapper->resetCommandLine(argc, 1, argv);
1026
1027 if (OPS_InitialStateAnalysis() < 0) return TCL_ERROR;
1028
1029 return TCL_OK;
1030}
1031
1032static int Tcl_ops_totalCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1033 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_InitialStateAnalysisFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected