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

Function addAlgoRecorder

SRC/tcl/commands.cpp:5592–5601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5590 TCL_Char **argv, Domain &theDomain, EquiSolnAlgo *theAlgorithm);
5591
5592int
5593addAlgoRecorder(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
5594{
5595 if (theAlgorithm != 0)
5596 return TclAddAlgorithmRecorder(clientData, interp, argc, argv,
5597 theDomain, theAlgorithm);
5598
5599 else
5600 return 0;
5601}
5602
5603extern int
5604TclAddDatabase(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv,

Callers

nothing calls this directly

Calls 1

TclAddAlgorithmRecorderFunction · 0.85

Tested by

no test coverage detected