cg_iric_read_grid_functionaldimension_real_f

  • Reads the values of double-precision dimension for functional grid

Format (FORTRAN)

call cg_iric_read_grid_functionaldimension_real_f(label, dimname, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_FunctionalDimension_Real(label, dimname, values);

Format (Python)

values = cg_iRIC_Read_Grid_FunctionalDimension_Real(label, dimname)

Arguments

Table 119 Arguments of cg_iric_read_grid_functionaldimension_real_f
Variable name Type I/O Description
label character(*) I Attribute name
dimname character(*) I Dimension name
values double precision, dimension(:), allocatable O The values of dimension
ier integer O Error code. 0 means success.