cg_close_f

  • Closing the CGNS file

Format (FORTRAN)

call cg_close_f(fid, ier)

Format (C/C++)

ier = cg_close(fid);

Format (Python)

cg_close(fid)

Arguments

Table 217 Arguments of cg_close_f

Variable name

Type

I/O

Description

fid

integer

I

File ID

ier

integer

O

Error code. 0 means success.