HMRES_argumentparse()
Takes the arguments passed into the program and determines what is selected.
Syntax
void HMRES_argumentparse(int argc, char * argv[], char * inputfilename, char * outputfilename, char * modelfilename);
Type
HyperMesh hmreslib Function
Description
Takes the arguments passed into the program and determines what is selected.
Inputs
- argc
- Number of arguments passed in from the C function main.
- argv[]
- Argument passed in from the C function main.
- inputfilename
- Memory location where argumentparse() can place the user-selected input file name.
- outputfilename
- Memory location where argumentparse() can place the user-selected output file name.
- modelfilename
- Memory location where argumentparse() can place the user-selected model file name. If the translator being used does not deal with model results, pass NULL as the modelfilename.
Errors
None.