cg_close_f

CGNS ファイルを閉じる。

形式 (FORTRAN)

call cg_close_f(fid, ier)

形式 (C/C++)

ier = cg_close(fid);

形式 (Python)

cg_close(fid)

引数

表 223 cg_close_f の引数
変数名 I/O 内容
fid integer I ファイルID
ier integer O エラーコード。0なら成功