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

Function Tcl_ops_nodeVel

SRC/interpreter/TclWrapper.cpp:672–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672static int Tcl_ops_nodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
673 wrapper->resetCommandLine(argc, 1, argv);
674
675 if (OPS_nodeVel() < 0) return TCL_ERROR;
676
677 return TCL_OK;
678}
679
680static int Tcl_ops_setNodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
681 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_nodeVelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected