Skip to content

Commit

Permalink
Also fix typo in neasyf.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
d7919 authored Dec 6, 2024
1 parent f8e890e commit 0c3656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neasyf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c3656e

Please sign in to comment.