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

Function Tcl_ops_numIter

SRC/interpreter/TclWrapper.cpp:1064–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064static int Tcl_ops_numIter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1065 wrapper->resetCommandLine(argc, 1, argv);
1066
1067 if (OPS_numIter() < 0) return TCL_ERROR;
1068
1069 return TCL_OK;
1070}
1071
1072static int Tcl_ops_systemSize(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1073 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_numIterFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected