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

Function Tcl_ops_getNumElements

SRC/interpreter/TclWrapper.cpp:1343–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341}
1342
1343static int Tcl_ops_getNumElements(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1344{
1345 wrapper->resetCommandLine(argc, 1, argv);
1346
1347 if (OPS_getNumElements() < 0) return TCL_ERROR;
1348
1349 return TCL_OK;
1350}
1351
1352static int Tcl_ops_getEleClassTags(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1353{

Callers

nothing calls this directly

Calls 2

OPS_getNumElementsFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected