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

Function Tcl_ops_reset

SRC/interpreter/TclWrapper.cpp:528–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static int Tcl_ops_reset(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
529 wrapper->resetCommandLine(argc, 1, argv);
530
531 if (OPS_resetModel() < 0) return TCL_ERROR;
532
533 return TCL_OK;
534}
535
536static int Tcl_ops_initialize(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
537 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_resetModelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected