Skip to content

Commit

Permalink
Actually update the template file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddickinson committed Dec 6, 2024
1 parent 64880be commit dfd764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neasyf.in.f90
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ end function neasyf_type_rank_${RANK}$
!> through `dimid` and `varid` respectively.
subroutine neasyf_dim_index(parent_id, name, dim_size, dimid, varid, units, long_name, unlimited)
use netcdf, only : nf90_inq_dimid, nf90_inq_varid, nf90_def_var, nf90_def_dim, nf90_put_var, nf90_put_att, &
NF90_NOERR, NF90_EBADDIM, NF90_UNLIMITED
NF90_NOERR, NF90_EBADDIM, NF90_UNLIMITED, nf90_inquire_dimension
!> Name of the variable
character(len=*), intent(in) :: name
!> NetCDF ID of the parent group/file
Expand Down

0 comments on commit dfd764a

Please sign in to comment.