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

Function Tcl_ops_setStrain

SRC/interpreter/TclWrapper.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static int Tcl_ops_setStrain(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
113 wrapper->resetCommandLine(argc, 1, argv);
114
115 if (OPS_setStrain() < 0) return TCL_ERROR;
116
117 return TCL_OK;
118}
119
120static int Tcl_ops_getStrain(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
121 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_setStrainFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected