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

Function sectionTag

SRC/tcl/commands.cpp:8272–8281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8270}
8271
8272int
8273sectionTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
8274{
8275 OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain);
8276
8277 if (OPS_sectionTag() < 0)
8278 return TCL_ERROR;
8279
8280 return TCL_OK;
8281}
8282
8283int
8284sectionDisplacement(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

OPS_sectionTagFunction · 0.85
OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected