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

Function OPS_ResetCommandLine

SRC/interpreter/OpenSeesCommandsPython.cpp:832–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830
831extern "C"
832void OPS_ResetCommandLine(int nArgs, int cArg, PyObject *args) {
833 numberArgs = nArgs;
834 currentArg = cArg;
835 currentArgs = args;
836}
837
838
839extern "C"

Callers 15

ops_testUniaxialMaterialFunction · 0.85
ops_ModelFunction · 0.85
ops_addNodeFunction · 0.85
ops_addHomogeneousBCFunction · 0.85
ops_addElementFunction · 0.85
ops_addTimeSeriesFunction · 0.85
ops_addPatternFunction · 0.85
ops_addNodalLoadFunction · 0.85
ops_addSPFunction · 0.85
ops_addSectionFunction · 0.85
ops_addNDMaterialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected