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

Function Tcl_ops_sectionFlexibility

SRC/interpreter/TclWrapper.cpp:968–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968static int Tcl_ops_sectionFlexibility(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
969 wrapper->resetCommandLine(argc, 1, argv);
970
971 if (OPS_sectionFlexibility() < 0) return TCL_ERROR;
972
973 return TCL_OK;
974}
975
976static int Tcl_ops_sectionLocation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
977 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_sectionFlexibilityFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected