iric_write_sol_end_f¶
Inform the GUI that the solver finished outputting result
Format (FORTRAN)¶
call iric_write_sol_end_f(filename, ier)
Format (C/C++)¶
ier = iRIC_Write_Sol_End(filename);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
filename |
character(*) |
I |
Filename |
ier |
integer |
O |
Error code. 0 means success. |