cg_iric_write_sol_time_f

  • Outputs time.

Format (FORTRAN)

call cg_iric_write_sol_time_f(time, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_Time(time);

Format (Python)

cg_iRIC_Write_Sol_Time(time)

Arguments

Table 164 Arguments of cg_iric_write_sol_time_f
Variable name Type I/O Description
time double precision I Time
ier integer O Error code. 0 means success.