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

Function Tcl_ops_layer

SRC/interpreter/TclWrapper.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static int Tcl_ops_layer(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
321 wrapper->resetCommandLine(argc, 1, argv);
322
323 if (OPS_Layer() < 0) return TCL_ERROR;
324
325 return TCL_OK;
326}
327
328static int Tcl_ops_geomTransf(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
329 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_LayerFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected