iric_write_sol_start_f

  • Inform the GUI that the solver started outputting result

Format (FORTRAN)

call iric_write_sol_start_f(filename, ier)

Format (C/C++)

ier = iRIC_Write_Sol_Start(filename);

Format (Python)

This function does not exists for Python.

Arguments

Table 197 Arguments of iric_write_sol_start_f
Variable name Type I/O Description
filename character(*) I Filename
ier integer O Error code. 0 means success.