]> git.pld-linux.org Git - packages/netcdf-fortran.git/blob - netcdf-fortran-f90.patch
- updated to 4.4.0 (note: f77+f90 now obligatory, f2003 optional)
[packages/netcdf-fortran.git] / netcdf-fortran-f90.patch
1 --- netcdf-fortran-4.2/fortran/netcdf_visibility.f90.orig       2011-09-27 16:17:02.000000000 +0200
2 +++ netcdf-fortran-4.2/fortran/netcdf_visibility.f90    2012-03-20 16:03:11.006184197 +0100
3 @@ -20,6 +20,6 @@
4    public :: nf90_put_att, nf90_get_att
5    
6    ! Variable routines
7 -  public :: nf90_def_var, nf90_inq_varid, nf90_rename_var, nf90_inquire_variable 
8 +  public :: nf90_def_var, nf90_inq_varid, nf90_set_var_chunk_cache, nf90_rename_var, nf90_inquire_variable 
9    ! overloaded functions
10    public :: nf90_put_var, nf90_get_var
This page took 0.203312 seconds and 3 git commands to generate.