mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop
This commit is contained in:
commit
dbcc236629
|
@ -338,7 +338,7 @@ ecbuild_print_summary()
|
|||
|
||||
message(STATUS "")
|
||||
message(STATUS " +---------------------------+")
|
||||
message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
|
||||
message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
|
||||
message(STATUS " | Configuration completed |")
|
||||
message(STATUS " +---------------------------+")
|
||||
message(STATUS "")
|
||||
|
|
|
@ -936,7 +936,7 @@ static int compare_values(grib_runtime_options* options,grib_handle* h1,grib_han
|
|||
printf("[%s] byte values are different: [%02x] and [%02x]\n",
|
||||
name,uval1[i],uval2[i]);
|
||||
else
|
||||
printf("[%s] byte value %d of %ld are different: [%02x] and [%02x]\n",
|
||||
printf("[%s] byte value %d of %ld is different: [%02x] and [%02x]\n",
|
||||
name,i,(long)len1,uval1[i],uval2[i]);
|
||||
|
||||
err1 = GRIB_VALUE_MISMATCH;
|
||||
|
|
Loading…
Reference in New Issue