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

Table 200 Arguments of cg_iric_read_sol_count_f
Variable name Type I/O Description
count integer O The number of the calculation result
ier integer O Error code. 0 means success.