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

Function Tcl_ops_model

SRC/interpreter/TclWrapper.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static int Tcl_ops_model(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
169 wrapper->resetCommandLine(argc, 1, argv);
170
171 if (OPS_model() < 0) return TCL_ERROR;
172
173 return TCL_OK;
174}
175
176static int Tcl_ops_node(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
177 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_modelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected