From da32d6d8da3ed60db1ee978bdb839b24365c3b56 Mon Sep 17 00:00:00 2001 From: shahramn Date: Thu, 5 Sep 2024 17:48:54 +0100 Subject: [PATCH] Remove grib_emoslib.h --- src/CMakeLists.txt | 1 - src/grib_emoslib.h | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 src/grib_emoslib.h diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f6a232fb..a6bf02848 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -357,7 +357,6 @@ list( APPEND eccodes_src_files eccodes_prototypes.h grib_dumper_class.h grib_dumper_factory.h - grib_emoslib.h grib_iterator_class.h grib_iterator_factory.h grib_nearest_class.h diff --git a/src/grib_emoslib.h b/src/grib_emoslib.h deleted file mode 100644 index 0b15aef3a..000000000 --- a/src/grib_emoslib.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * (C) Copyright 2005- ECMWF. - * - * This software is licensed under the terms of the Apache Licence Version 2.0 - * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. - * - * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by - * virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction. - */ - -int igglat_(long* KLAT, float* PGAUSS, long* KPR, long* KERR); -void gribex_(long* KSEC0, long* KSEC1, long* KSEC2, double* PSEC2, long* KSEC3, double* PSEC3, long* KSEC4, - double* PSEC4, long* KLENP, void* KGRIB, long* KLENG, long* KWORD, char* HOPER, long* KRET);