cg_iric_read_sol_time_f¶
Reads the time value
Format (FORTRAN)¶
call cg_iric_read_sol_time_f(step, time, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Sol_Time(step, &time);
Format (Python)¶
time = cg_iRIC_Read_Sol_Time(step)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
step |
integer |
I |
Result Step Number |
time |
double precision |
O |
Time |
ier |
integer |
O |
Error code. 0 means success. |