Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
extern
"C"
int
67
OPS_GetNumRemainingInputArgs()
68
{
69
return maxArg - currentArg;
70
}
71
72
extern
"C"
int
73
OPS_ResetCurrentInputArg(int cArg)
Callers
15
OPS_DriftRecorder
Function · 0.50
OPS_PVDRecorder
Function · 0.50
OPS_GmshRecorder
Function · 0.50
OPS_VTKHDF_Recorder
Function · 0.50
OPS_EnvelopeDriftRecorder
Function · 0.50
OPS_ElementRecorder
Function · 0.50
OPS_MPCORecorder
Function · 0.50
OPS_ElementRecorderRMS
Function · 0.50
OPS_EnvelopeElementRecorder
Function · 0.50
OPS_RemoveRecorder
Function · 0.50
OPS_NodeRecorder
Function · 0.50
OPS_VTK_Recorder
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected