cg_iric_initread_f¶
Initializes the internal variables that are used for reading CGNS
Format (FORTRAN)¶
call cg_iric_initread_f(fid, ier)
Format (C/C++)¶
ier = cg_iRIC_InitRead(fid);
Format (Python)¶
cg_iRIC_InitRead(fid)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
fid |
integer |
I |
File ID |
ier |
integer |
O |
Error code. 0 means success. |