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

Function sectionLocation

SRC/tcl/commands.cpp:8250–8259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8248
8249
8250int
8251sectionLocation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
8252{
8253 OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain);
8254
8255 if (OPS_sectionLocation() < 0)
8256 return TCL_ERROR;
8257
8258 return TCL_OK;
8259}
8260
8261int
8262sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

OPS_sectionLocationFunction · 0.85
OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected