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

Function Tcl_ops_printGID

SRC/interpreter/TclWrapper.cpp:584–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584static int Tcl_ops_printGID(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
585 wrapper->resetCommandLine(argc, 1, argv);
586
587 if (OPS_printModelGID() < 0) return TCL_ERROR;
588
589 return TCL_OK;
590}
591
592static int Tcl_ops_getCTestNorms(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
593 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_printModelGIDFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected