cg_iric_read_sol_count_f¶
Reads the number of calculation result
Format (FORTRAN)¶
call cg_iric_read_sol_count_f(count, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Sol_Count(&count);
Format (Python)¶
count = cg_iRIC_Read_Sol_Count()
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
count |
integer |
O |
The number of the calculation result |
ier |
integer |
O |
Error code. 0 means success. |