This commit is contained in:
Shahram Najm 2023-01-06 13:02:12 +00:00
parent cf5c9c04a5
commit 66f73fd6ff
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
#include <stdio.h>
#include <string.h>
#include "grib_api.h"
#include "grib_api_internal.h"
/*
* Test encoding of LAM spectral fields

View File

@ -12,7 +12,7 @@
#include <stdio.h>
#include <string.h>
#include "grib_api.h"
#include "grib_api_internal.h"
/*
* Test encoding of grid-point LAM fields

View File

@ -8,7 +8,7 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
#include "grib_api.h"
#include "grib_api_internal.h"
/*
* Test the use of optimizeScaleFactor; on the following field, the packing error

View File

@ -8,7 +8,7 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
#include "grib_api.h"
#include "grib_api_internal.h"
/*
* Check that optimizeScaleFactor=1 reduces the error on spherical harmonics encoding. Check that sub-truncation is preserved in IEEE-32 precision.

View File

@ -11,7 +11,7 @@
#include <stdio.h>
#include <string.h>
#include "grib_api.h"
#include "grib_api_internal.h"
/*
* Check that encoding of sub-truncation using IEEE64 works.