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

Function OPS_GetNumRemainingInputArgs

DEVELOPER/core/win32Functions.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297extern "C" int OPS_GetNumRemainingInputArgs()
298{
299 return (*OPS_GetNumRemainingInputArgsPtr)();
300}
301
302extern "C" int OPS_ResetCurrentInputArg(int cArg)
303{

Callers 12

OPS_PlaneStressFunction · 0.70
OPS_PlateFiberMaterialFunction · 0.70
OPS_NodeFunction · 0.70
OPS_HomogeneousBCFunction · 0.70
OPS_HomogeneousBC_XFunction · 0.70
OPS_HomogeneousBC_YFunction · 0.70
OPS_HomogeneousBC_ZFunction · 0.70
OPS_EqualDOFFunction · 0.70
OPS_EqualDOF_MixedFunction · 0.70
OPS_PlaneStrainFunction · 0.70
OPS_Truss2DFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected