From b71ab320ebaa13e543b8ee0304866acc4697a3fd Mon Sep 17 00:00:00 2001 From: Philippe Wautelet <philippe.wautelet@aero.obs-mip.fr> Date: Mon, 4 Apr 2016 08:03:18 +0000 Subject: [PATCH] Philippe 04/04/2016: commented out PUBLIC line for netCDF subroutines (due to problems with ifort 10) --- src/LIB/SURCOUCHE/src/mode_netcdf.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LIB/SURCOUCHE/src/mode_netcdf.f90 b/src/LIB/SURCOUCHE/src/mode_netcdf.f90 index 475825da3..8a98a298d 100644 --- a/src/LIB/SURCOUCHE/src/mode_netcdf.f90 +++ b/src/LIB/SURCOUCHE/src/mode_netcdf.f90 @@ -21,7 +21,7 @@ INTERFACE NCREAD END INTERFACE NCREAD ! Public from netcdf.inc : -PUBLIC NF_OPEN,NF_CREATE,NF_NOWRITE,NF_CLOBBER,NF_NETCDF4,NF_NOERR,NF_STRERROR +!PUBLIC NF_OPEN,NF_CREATE,NF_NOWRITE,NF_CLOBBER,NF_NETCDF4,NF_NOERR,NF_STRERROR ! Public from this module : PUBLIC NEWIOCDF,CLEANIOCDF,NCWRIT,NCREAD -- GitLab