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

Function Tcl_ops_sensNodeAccel

SRC/interpreter/TclWrapper.cpp:1307–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307static int Tcl_ops_sensNodeAccel(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1308{
1309 wrapper->resetCommandLine(argc, 1, argv);
1310
1311 if (OPS_sensNodeAccel() < 0) return TCL_ERROR;
1312
1313 return TCL_OK;
1314}
1315
1316static int Tcl_ops_sensLambda(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1317{

Callers

nothing calls this directly

Calls 2

OPS_sensNodeAccelFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected