cg_iric_read_complex_integer

複合型格子属性の、整数型の条件の値を読み込む。

形式 (FORTRAN)

call cg_iric_read_complex_integer(fid, type, num, name, value, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Complex_Integer(fid, type, num, name, &value);

形式 (Python)

value = cg_iRIC_Read_Complex_Integer(fid, type, num, name)

引数

表 115 cg_iric_read_complex_integer の引数
変数名 I/O 内容
fid integer I ファイルID
type character(*) I 属性名
num integer I グループの番号
name character(*) I 条件の名前
value integer O 読み込まれた条件の値
ier integer O エラーコード。0なら成功