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

Function Tcl_ops_getTangent

SRC/interpreter/TclWrapper.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static int Tcl_ops_getTangent(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
137 wrapper->resetCommandLine(argc, 1, argv);
138
139 if (OPS_getTangent() < 0) return TCL_ERROR;
140
141 return TCL_OK;
142}
143
144static int Tcl_ops_getDampTangent(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
145 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_getTangentFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected