Skip to content
Snippets Groups Projects
Commit dcc7a628 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

ieg: changed res. factor index from 19 to 18

parent de52f073
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
#define IEG_G_ScanFlag(x) (x[13])
#define IEG_G_LatSP(x) (x[16]) /* Latitude of the southern pole of rotation */
#define IEG_G_LonSP(x) (x[17]) /* Longitude of the southern pole of rotation */
#define IEG_G_ResFac(x) (x[19]) /* Resolution factor */
#define IEG_G_ResFac(x) (x[18]) /* Resolution factor */
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment