The GETFINISHFILE subroutine returns 0 during analysis and returns 1 after finishing analysis. (This subtroutine can be used for closing a file opened internally)
Langunage type |
SubRoutine |
FORTRAN |
getfinishflag (iendflag) |
C/C++ |
getfinishflag(&iendflag) |
Parameter information
Variable Name |
Size |
Description |
iendflag |
int |
The output variable, when the end of analysis is reached, this flag will be set. |