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

Function Tcl_ops_analysis

SRC/interpreter/TclWrapper.cpp:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264static int Tcl_ops_analysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
265 wrapper->resetCommandLine(argc, 1, argv);
266
267 if (OPS_Analysis() < 0) return TCL_ERROR;
268
269 return TCL_OK;
270}
271
272static int Tcl_ops_analyze(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
273 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_AnalysisFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected