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

Function Tcl_ops_getEleLoadData

SRC/interpreter/TclWrapper.cpp:1379–1386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377}
1378
1379static int Tcl_ops_getEleLoadData(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1380{
1381 wrapper->resetCommandLine(argc, 1, argv);
1382
1383 if (OPS_getEleLoadData() < 0) return TCL_ERROR;
1384
1385 return TCL_OK;
1386}
1387
1388static int Tcl_ops_getNodeLoadTags(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1389{

Callers

nothing calls this directly

Calls 2

OPS_getEleLoadDataFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected