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

Function OPS_GetNumRemainingInputArgs

SRC/runtime/parsing/InterpreterAPI.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66extern "C" int
67OPS_GetNumRemainingInputArgs()
68{
69 return maxArg - currentArg;
70}
71
72extern "C" int
73OPS_ResetCurrentInputArg(int cArg)

Callers 15

OPS_DriftRecorderFunction · 0.50
OPS_PVDRecorderFunction · 0.50
OPS_GmshRecorderFunction · 0.50
OPS_VTKHDF_RecorderFunction · 0.50
OPS_ElementRecorderFunction · 0.50
OPS_MPCORecorderFunction · 0.50
OPS_ElementRecorderRMSFunction · 0.50
OPS_RemoveRecorderFunction · 0.50
OPS_NodeRecorderFunction · 0.50
OPS_VTK_RecorderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected