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¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
fid |
integer |
I |
File ID |
ier |
integer |
O |
Error code. 0 means success. |