Skip to content

Commit 40c129e

Browse files
committed
gridType=mercator fix
1 parent 5c177ae commit 40c129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grib_iterator_class_mercator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ static int init_mercator(grib_handle* h,
199199
false_easting = x0;
200200
false_northing = y0;
201201
for (j = 0; j < ny; j++) {
202-
y = j * DiInMetres;// DjInMetres
202+
y = j * DjInMetres;
203203
for (i = 0; i < nx; i++) {
204204
const int index = i + j * nx;
205205
double _x, _y;

0 commit comments

Comments
 (0)