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

Function Tcl_ops_sensNodeVel

SRC/interpreter/TclWrapper.cpp:1298–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296}
1297
1298static int Tcl_ops_sensNodeVel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1299{
1300 wrapper->resetCommandLine(argc, 1, argv);
1301
1302 if (OPS_sensNodeVel() < 0) return TCL_ERROR;
1303
1304 return TCL_OK;
1305}
1306
1307static int Tcl_ops_sensNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1308{

Callers

nothing calls this directly

Calls 2

OPS_sensNodeVelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected