iric_geo_riversurvey_close_f¶
Closes the geographic data file
Format (FORTRAN)¶
call iric_geo_ riversurvey_close_f(pid, ier)
Format (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Close(pid);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
rid |
integer |
I |
River Survey Data ID |
ier |
integer |
O |
Error code. 0 means success. |