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

Function sdfResponse

SRC/tcl/commands.cpp:9434–9441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9432}
9433
9434int
9435sdfResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
9436{
9437 OPS_ResetInputNoBuilder(clientData, interp, 1, argc, argv, &theDomain);
9438 if (OPS_sdfResponse() < 0)
9439 return TCL_ERROR;
9440 return TCL_OK;
9441}
9442
9443int
9444opsBarrier(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 2

OPS_sdfResponseFunction · 0.85
OPS_ResetInputNoBuilderFunction · 0.50

Tested by

no test coverage detected