cg_iric_write_sol_baseiterative_string_f

  • Outputs string-type calculation results.

Format (FORTRAN)

call cg_iric_write_sol_baseiterative_string_f(label, val, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_BaseIterative_String(label, val);

Format (Python)

cg_iRIC_Write_Sol_BaseIterative_String(label, val)

Arguments

Table 170 Arguments of cg_iric_write_sol_baseiterative_string_f
Variable name Type I/O Description
label character* I Name of the value to be output
val character* I Value to be output
ier integer O Error code. 0 means success.