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

Function Tcl_ops_algorithm

SRC/interpreter/TclWrapper.cpp:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256static int Tcl_ops_algorithm(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
257 wrapper->resetCommandLine(argc, 1, argv);
258
259 if (OPS_Algorithm() < 0) return TCL_ERROR;
260
261 return TCL_OK;
262}
263
264static int Tcl_ops_analysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
265 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_AlgorithmFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected