OPS_GetNumRemainingInputArgs

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
tangzhen
Posts: 30
Joined: Thu May 30, 2013 4:58 am
Location: HIT

OPS_GetNumRemainingInputArgs

Post by tangzhen »

what does the OPS_GetNumRemainingInputArgs mean in the front of the element class?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OPS_GetNumRemainingInputArgs

Post by fmk »

it's a function for returning the number of arguments on the commmand line that have not been parsed. it is found in the procedure that is called when an object is being created on the command line.
Post Reply