Skip to content

Commit

Permalink
remove duplicated use for gcc 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 19, 2020
1 parent 91ac516 commit 649edce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/read.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
submodule (nc4fortran) read
!! This submodule is for reading NetCDF via submodules
use netcdf, only : nf90_inq_varid, nf90_get_var

implicit none

contains
Expand Down
2 changes: 0 additions & 2 deletions src/write.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
submodule (nc4fortran) write
!! This submodule is for writing NetCDF data via child submodules
use netcdf, only : nf90_def_dim, nf90_def_var, nf90_enddef, nf90_put_var, nf90_sync

implicit none
contains

Expand Down

0 comments on commit 649edce

Please sign in to comment.