forked from i-RIC/iriclib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiriclib_f.h
23 lines (18 loc) · 849 Bytes
/
iriclib_f.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
! Fortran version of iriclib.h
integer iRIC_GEO_UNKNOWN, IRIC_GEO_POLYGON, &
IRIC_GEO_RIVERSURVEY, IRIC_GEO_POINTMAP
parameter(IRIC_GEO_UNKNOWN = 0)
parameter(IRIC_GEO_POLYGON = 1)
parameter(IRIC_GEO_RIVERSURVEY = 2)
parameter(IRIC_GEO_POINTMAP = 3)
integer IRIC_OPTION_UNKNOWN, IRIC_OPTION_CANCEL, IRIC_OPTION_DIVIDESOLUTIONS
parameter(IRIC_OPTION_UNKNOWN = 0)
parameter(IRIC_OPTION_CANCEL = 1)
parameter(IRIC_OPTION_DIVIDESOLUTIONS = 2)
integer IRIC_LOCKED
parameter(IRIC_LOCKED = 1)
integer IRIC_CANCELED
parameter(IRIC_CANCELED = 1)
integer IRIC_POLYDATA_POLYGON, IRIC_POLYDATA_POLYLINE
parameter(IRIC_POLYDATA_POLYGON = 1)
parameter(IRIC_POLYDATA_POLYLINE = 2)