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

Function Tcl_ops_functionEvaluator

SRC/interpreter/TclWrapper.cpp:1568–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566}
1567
1568static int Tcl_ops_functionEvaluator(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1569{
1570 wrapper->resetCommandLine(argc, 1, argv);
1571
1572 if (OPS_functionEvaluator() < 0) return TCL_ERROR;
1573
1574 return TCL_OK;
1575}
1576
1577static int Tcl_ops_gradientEvaluator(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1578{

Callers

nothing calls this directly

Calls 2

OPS_functionEvaluatorFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected