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

Function Tcl_ops_sensSectionForce

SRC/interpreter/TclWrapper.cpp:1325–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325static int Tcl_ops_sensSectionForce(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1326{
1327 wrapper->resetCommandLine(argc, 1, argv);
1328
1329 if (OPS_sensSectionForce() < 0) return TCL_ERROR;
1330
1331 return TCL_OK;
1332}
1333
1334static int Tcl_ops_sensNodePressure(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1335{

Callers

nothing calls this directly

Calls 2

OPS_sensSectionForceFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected