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

Function Tcl_ops_SP

SRC/interpreter/TclWrapper.cpp:496–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496static int Tcl_ops_SP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
497 wrapper->resetCommandLine(argc, 1, argv);
498
499 if (OPS_SP() < 0) return TCL_ERROR;
500
501 return TCL_OK;
502}
503
504static int Tcl_ops_fixX(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
505 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_SPFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected