cg_iric_read_sol_iteration_f¶
Reads the loop iteration value
Format (FORTRAN)¶
call cg_iric_read_sol_iteration_f(step, iteration, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Sol_Iteration(step, &iteration);
Format (Python)¶
iteration = cg_iRIC_Read_Sol_Iteration(step)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
step |
integer |
I |
Result Step Number |
iteration |
integer |
O |
Iteration value |
ier |
integer |
O |
Error code. 0 means success. |