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

Function Tcl_ops_sdfResponse

SRC/interpreter/TclWrapper.cpp:1596–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594}
1595
1596static int Tcl_ops_sdfResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1597{
1598 wrapper->resetCommandLine(argc, 1, argv);
1599
1600 if (OPS_sdfResponse() < 0) return TCL_ERROR;
1601
1602 return TCL_OK;
1603}
1604
1605static int Tcl_ops_getNumThreads(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1606{

Callers

nothing calls this directly

Calls 2

OPS_sdfResponseFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected