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

Function Tcl_ops_setNodeAccel

SRC/interpreter/TclWrapper.cpp:704–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704static int Tcl_ops_setNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
705 wrapper->resetCommandLine(argc, 1, argv);
706
707 if (OPS_setNodeAccel() < 0) return TCL_ERROR;
708
709 return TCL_OK;
710}
711
712static int Tcl_ops_nodeResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
713 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_setNodeAccelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected