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

Function getCTestIter

SRC/tcl/commands.cpp:6231–6246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6229}
6230
6231int
6232getCTestIter(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
6233{
6234 if (theTest != 0) {
6235 int res = theTest->getNumTests();
6236
6237 char buffer [10];
6238 sprintf(buffer,"%d",res);
6239 Tcl_AppendResult(interp, buffer, NULL);
6240
6241 return TCL_OK;
6242 }
6243
6244 opserr << "ERROR testIter - no convergence test!\n";
6245 return TCL_ERROR;
6246}
6247
6248int
6249nodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 1

getNumTestsMethod · 0.45

Tested by

no test coverage detected