cg_iric_read_complex_count_f¶
Reads the number of groups of complex type grid attribute
Format (FORTRAN)¶
call cg_iric_read_complex_count_f(type, num, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Complex_Count(type, &num);
Format (Python)¶
num = cg_iRIC_Read_Complex_Count(type)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
type |
character(*) |
I |
Attribute name |
num |
integer |
O |
The number of complex type grid attribute group |
ier |
integer |
O |
Error code. 0 means success. |