mirror of https://github.com/ecmwf/eccodes.git
Testing
This commit is contained in:
parent
cf5c9c04a5
commit
66f73fd6ff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue