REG_FILE

 

Langunage type

SubRoutine

FORTRAN

call reg_file(openfile, nfile)

C/C++

reg_file(&openfile, nfile)

 

Parameter information

 

Variable Name

Size

Description

openfile

int

The channels of opened files.

nfile

int

The number of opened files.

 

Note

If the user puts opened files on the RecurDyn/Solver file register, when the program is abnormally terminated or the user doesn’t close the files, the registered files are automatically closed in the RecurDyn/Solver. When iflag is true, the user should put the files on the file register.

RecurDyn recommand to use GETFINISHFLAG funtion instead of this function.