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

Function Tcl_ops_sectionForce

SRC/interpreter/TclWrapper.cpp:944–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944static int Tcl_ops_sectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
945 wrapper->resetCommandLine(argc, 1, argv);
946
947 if (OPS_sectionForce() < 0) return TCL_ERROR;
948
949 return TCL_OK;
950}
951
952static int Tcl_ops_sectionDeformation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
953 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_sectionForceFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected