Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_ResetCurrentInputArg
Function
OPS_ResetCurrentInputArg
SRC/runtime/parsing/InterpreterAPI.cpp:72–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
extern
"C"
int
73
OPS_ResetCurrentInputArg(int cArg)
74
{
75
if (cArg < 0)
76
currentArg += cArg;
77
else
78
currentArg = cArg;
79
80
return 0;
81
}
82
83
84
extern
"C"
int
Callers
8
OPS_DriftRecorder
Function · 0.50
OPS_EnvelopeDriftRecorder
Function · 0.50
OPS_ElementRecorder
Function · 0.50
OPS_ElementRecorderRMS
Function · 0.50
OPS_EnvelopeElementRecorder
Function · 0.50
OPS_RemoveRecorder
Function · 0.50
OPS_NodeRecorder
Function · 0.50
OPS_EnvelopeNodeRecorder
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected