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

Function Tcl_ops_sensNodePressure

SRC/interpreter/TclWrapper.cpp:1334–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332}
1333
1334static int Tcl_ops_sensNodePressure(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1335{
1336 wrapper->resetCommandLine(argc, 1, argv);
1337
1338 if (OPS_sensNodePressure() < 0) return TCL_ERROR;
1339
1340 return TCL_OK;
1341}
1342
1343static int Tcl_ops_getNumElements(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1344{

Callers

nothing calls this directly

Calls 2

OPS_sensNodePressureFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected