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

Function Tcl_ops_sensitivityAlgorithm

SRC/interpreter/TclWrapper.cpp:1280–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278}
1279
1280static int Tcl_ops_sensitivityAlgorithm(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1281{
1282 wrapper->resetCommandLine(argc, 1, argv);
1283
1284 if (OPS_sensitivityAlgorithm() < 0) return TCL_ERROR;
1285
1286 return TCL_OK;
1287}
1288
1289static int Tcl_ops_sensNodeDisp(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1290{

Callers

nothing calls this directly

Calls 2

OPS_sensitivityAlgorithmFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected