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

Function Tcl_ops_wipeAnalysis

SRC/interpreter/TclWrapper.cpp:416–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416static int Tcl_ops_wipeAnalysis(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
417 wrapper->resetCommandLine(argc, 1, argv);
418
419 if (OPS_wipeAnalysis() < 0) return TCL_ERROR;
420
421 return TCL_OK;
422}
423
424static int Tcl_ops_setTime(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
425 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_wipeAnalysisFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected