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

Function Tcl_ops_sectionDeformation

SRC/interpreter/TclWrapper.cpp:952–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950}
951
952static int Tcl_ops_sectionDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
953 wrapper->resetCommandLine(argc, 1, argv);
954
955 if (OPS_sectionDeformation() < 0) return TCL_ERROR;
956
957 return TCL_OK;
958}
959
960static int Tcl_ops_sectionStiffness(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
961 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_sectionDeformationFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected