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

Function Tcl_ops_sensLambda

SRC/interpreter/TclWrapper.cpp:1316–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314}
1315
1316static int Tcl_ops_sensLambda(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1317{
1318 wrapper->resetCommandLine(argc, 1, argv);
1319
1320 if (OPS_sensLambda() < 0) return TCL_ERROR;
1321
1322 return TCL_OK;
1323}
1324
1325static int Tcl_ops_sensSectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1326{

Callers

nothing calls this directly

Calls 2

OPS_sensLambdaFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected