cg_iric_read_complex_functionalsize_f

  • Checks the size of a functional-type attribute of complex type grid

Format (FORTRAN)

call cg_iric_read_complex_functionalsize_f(type, num, name, size, ier)

Format (C/C++)

ier = cg_iric_read_complexunctionalsize(type, num, name, &size);

Format (Python)

This function does not exists for Python.

Arguments

Table 109 Arguments of cg_iric_read_complex_functionalsize_f
Variable name Type I/O Description
type character(*) I Attribute name
num integer I Group number
name character(*) I Condition name
size integer O The length of condition value array
ier integer O Error code. 0 means success.