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

Function Tcl_ops_sectionWeight

SRC/interpreter/TclWrapper.cpp:984–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984static int Tcl_ops_sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
985 wrapper->resetCommandLine(argc, 1, argv);
986
987 if (OPS_sectionWeight() < 0) return TCL_ERROR;
988
989 return TCL_OK;
990}
991
992static int Tcl_ops_sectionResponseType(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
993 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_sectionWeightFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected