Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.27 KB

cg_iRIC_Read_Grid2d_Close.rst

File metadata and controls

75 lines (54 loc) · 1.27 KB

cg_iRIC_Read_Grid2d_Close

sec_ref_cg_iRIC_Read_Grid2d_Open, sec_ref_cg_iRIC_Read_Sol_Grid2d_Open で開いた格子を閉じる。

形式 (FORTRAN)

call cg_iRIC_Read_Grid2d_Close(grid_handle, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Grid2d_Close(grid_handle)

形式 (Python)

cg_iRIC_Read_Grid2d_Close(grid_handle)

引数と戻り値

grid_handle

grid_handle の説明
項目
名前 grid_handle
入力/出力 入力
説明 格子のハンドル
データ型 (FORTRAN) integer
データ型 (C/C++) int
データ型 (Python) int

ier

ier の説明
項目
名前 ier
入力/出力 出力
説明 エラーコード。0なら成功、エラーが起きるとそれ以外。
データ型 (FORTRAN) integer
データ型 (C/C++) int
データ型 (Python) (定義なし)