From f8e890e945e863291414c5196985869dce4de5e0 Mon Sep 17 00:00:00 2001 From: David Dickinson Date: Fri, 6 Dec 2024 12:19:22 +0000 Subject: [PATCH 1/2] Fix minor typo in neasyf.in.f90 -- error message only --- src/neasyf.in.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neasyf.in.f90 b/src/neasyf.in.f90 index e81244a..cf36e0b 100644 --- a/src/neasyf.in.f90 +++ b/src/neasyf.in.f90 @@ -309,7 +309,7 @@ function neasyf_type_scalar(variable) result(nf_type) type is (character(len=*)) nf_type = NF90_CHAR class default - error stop "neasfy_type: Unknown Fortran type, cannot convert to netCDF type. & + error stop "neasyf_type: Unknown Fortran type, cannot convert to netCDF type. & &Neasy-f cannot handle this Fortran type, please use the standard netCDF API" end select end function neasyf_type_scalar From 0c3656e23d1c9ac7ba2167dfae2ec8fda0a02ef1 Mon Sep 17 00:00:00 2001 From: David Dickinson Date: Fri, 6 Dec 2024 12:20:58 +0000 Subject: [PATCH 2/2] Also fix typo in neasyf.f90 --- src/neasyf.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neasyf.f90 b/src/neasyf.f90 index 19d322b..629ea2e 100644 --- a/src/neasyf.f90 +++ b/src/neasyf.f90 @@ -391,7 +391,7 @@ function neasyf_type_scalar(variable) result(nf_type) type is (character(len=*)) nf_type = NF90_CHAR class default - error stop "neasfy_type: Unknown Fortran type, cannot convert to netCDF type. & + error stop "neasyf_type: Unknown Fortran type, cannot convert to netCDF type. & &Neasy-f cannot handle this Fortran type, please use the standard netCDF API" end select end function neasyf_type_scalar