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

Function Tcl_ops_getStrain

SRC/interpreter/TclWrapper.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120static int Tcl_ops_getStrain(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
121 wrapper->resetCommandLine(argc, 1, argv);
122
123 if (OPS_getStrain() < 0) return TCL_ERROR;
124
125 return TCL_OK;
126}
127
128static int Tcl_ops_getStress(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
129 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_getStrainFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected