MCPcopy 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
72extern "C" int
73OPS_ResetCurrentInputArg(int cArg)
74{
75 if (cArg < 0)
76 currentArg += cArg;
77 else
78 currentArg = cArg;
79
80 return 0;
81}
82
83
84extern "C" int

Callers 8

OPS_DriftRecorderFunction · 0.50
OPS_ElementRecorderFunction · 0.50
OPS_ElementRecorderRMSFunction · 0.50
OPS_RemoveRecorderFunction · 0.50
OPS_NodeRecorderFunction · 0.50
OPS_EnvelopeNodeRecorderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected