cg_iric_read_sol_time_f ======================= - Reads the time value Format (FORTRAN) ------------------ .. code-block:: fortran call cg_iric_read_sol_time_f(step, time, ier) Format (C/C++) ---------------- .. code-block:: c ier = cg_iRIC_Read_Sol_Time(step, &time); Format (Python) ---------------- .. code-block:: python time = cg_iRIC_Read_Sol_Time(step) Arguments --------- .. csv-table:: Arguments of cg_iric_read_sol_time_f :file: cg_iric_read_sol_time_f_args.csv :header-rows: 1