This commit is contained in:
Shahram Najm 2017-02-06 16:46:28 +00:00
parent 2e025d7623
commit e769ac8fd8
15 changed files with 78 additions and 78 deletions

View File

@ -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);