Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Process_Library/Chem_MieTableMod2G.F90
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module Chem_MieTableMod2G
type(Chem_MieTable), pointer :: vtableUse => null()
end type Chem_Mie

# ifndef HAS_NETCDF3
#ifndef HAS_NETCDF3
external nf_open, nf_inq_dimid, nf_inq_dimlen, nf_inq_varid, &
nf_get_var_double, nf_close
#endif
Expand Down