Skip to content

Commit

Permalink
Merge pull request #19 from d7919/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
ZedThree authored Dec 6, 2024
2 parents 23a6df9 + 0c3656e commit 82bf6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/neasyf.in.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82bf6f9

Please sign in to comment.