cg_iric_read_realsingle_f

  • Reads the value of a single-precision real-type variable from the

Format (FORTRAN)

call cg_iric_read_realsingle_f(label, realvalue, ier)

Format (C/C++)

ier = cg_iRIC_Read_RealSingle(label, &realvalue);

Format (Python)

This function does not exists for Python.

Arguments

Table 90 Arguments of cg_iric_read_realsingle_f
Variable name Type I/O Description
label character(*) I Name of the variable defined in the solver definition file
realvalue real O Real number read from the CGSN file
ier integer O Error code. 0 means success.