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

Function sectionWeight

SRC/tcl/commands.cpp:8261–8270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8259}
8260
8261int
8262sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
8263{
8264 OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain);
8265
8266 if (OPS_sectionWeight() < 0)
8267 return TCL_ERROR;
8268
8269 return TCL_OK;
8270}
8271
8272int
8273sectionTag(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

OPS_sectionWeightFunction · 0.85
OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected