cg_iric_read_complex_functional_realsingle_f

  • Reads functional attribute data of complex type grid attribute

Format (FORTRAN)

call cg_iric_read_complex_functional_realsingle_f(type, num, name, x, y, ier)

Format (C/C++)

ier = cg_iRIC_Read_Complex_Functional_RealSingle(type, num, name, x, y);

Format (Python)

This function does not exists for Python.

Arguments

Table 112 Arguments of cg_iric_read_complex_functional_realsingle_f
Variable name Type I/O Description
type character(*) I Attribute name
num integer I Group number
name character(*) I Condition name
x real, dimension(:), allocatable O x value array
y real, dimension(:), allocatable O y value array
ier integer O Error code. 0 means success.