mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
2e025d7623
commit
e769ac8fd8
|
@ -90,11 +90,11 @@ int main(int argc,char* argv[])
|
|||
CODES_CHECK(codes_get_long(h, "airTemperatureAt2M->width", &longVal),0);
|
||||
printf(" airTemperatureAt2M->width: %ld\n",longVal);
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
/* -----------------------------------------------------------------
|
||||
The 2m temperature data element in this message has an associated
|
||||
field: percentConfidence. Its value and attributes can be accessed
|
||||
in a similar manner as was shown above for 2m temperature.
|
||||
-------------------------------------------------------------------*/
|
||||
----------------------------------------------------------------- */
|
||||
|
||||
/* get the value as long */
|
||||
CODES_CHECK(codes_get_long(h, "airTemperatureAt2M->percentConfidence", &longVal),0);
|
||||
|
|
Loading…
Reference in New Issue