cg_iric_read_real_f =================== - Reads the value of a double-precision real-type variable from the Format (FORTRAN) ------------------ .. code-block:: fortran call cg_iric_read_real_f(label, realvalue, ier) Format (C/C++) ---------------- .. code-block:: c ier = cg_iRIC_Read_Real(label, &realvalue); Format (Python) ---------------- .. code-block:: python realvalue = cg_iRIC_Read_Real(label) Arguments --------- .. csv-table:: Arguments of cg_iric_read_real_f :file: cg_iric_read_real_f_args.csv :header-rows: 1