mirror of https://github.com/ecmwf/eccodes.git
Tools: Fix key name
This commit is contained in:
parent
a677da2908
commit
b111d0b70b
|
@ -144,7 +144,7 @@ static int process_file(const char* filename)
|
|||
}
|
||||
|
||||
if (lon1 != 0) {
|
||||
error(filename, msg_num, "latitudeOfFirstGridPointInDegrees=%f but should be 0\n", lon1);
|
||||
error(filename, msg_num, "longitudeOfFirstGridPointInDegrees=%f but should be 0\n", lon1);
|
||||
}
|
||||
expected_lon2 = 360.0 - 360.0 / (4 * N);
|
||||
|
||||
|
|
Loading…
Reference in New Issue