cg_iric_read_integer_f

  • Reads the value of a integer-type variable from the CGNS file.

Format (FORTRAN)

call cg_iric_read_integer_f(label, intvalue, ier)

Format (C/C++)

ier = cg_iRIC_Read_Integer(label, &intvalue);

Format (Python)

intvalue = cg_iRIC_Read_Integer(label)

Arguments

Table 88 Arguments of cg_iric_read_integer_f

Variable name

Type

I/O

Description

label

character(*)

I

Name of the variable defined in the solver definition file

intvalue

integer

O

Integer read from the CGSN file

ier

integer

O

Error code. 0 means success.