Skip to content

Commit

Permalink
Fixed bug in cdfio
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Vegas-Regidor committed Mar 31, 2017
1 parent 7cf716c commit 0e214e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdfio.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,7 @@ FUNCTION GetNcFile (cd_file)
CHARACTER(LEN=*), INTENT(in) :: cd_file
TYPE(ncfile) :: GetNcFile

INTEGER(KIND=4) :: jvar ! loop index
INTEGER(KIND=4) :: jvar, jdim ! loop index
INTEGER(KIND=4) :: ierr, idx, idy, idz, idt, idb ! error status and dimids
!!----------------------------------------------------------------------
GetNcFile%c_fnam = cd_file
Expand Down

0 comments on commit 0e214e2

Please sign in to comment.