Ignore:
Timestamp:
Dec 10, 2018 1:25:22 PM (5 years ago)
Author:
eckhard
Message:

inifor: Prefixed all INIFOR modules with inifor_ and removed unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_types.f90

    r3557 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_
     29!
     30!
     31! 3557 2018-11-22 16:01:22Z eckhard
    2832! Updated documentation
    2933!
     
    6165!> The types module provides derived data types used in INIFOR.
    6266!------------------------------------------------------------------------------!
    63  MODULE types
     67 MODULE inifor_types
    6468 
    65  USE defs,                                                                     &
     69 USE inifor_defs,                                                              &
    6670    ONLY:  dp, DATE, PATH, SNAME, LNAME
    6771 USE netcdf,                                                                   &
     
    253257 END TYPE container
    254258
    255  END MODULE types
    256 
     259 END MODULE inifor_types
     260
Note: See TracChangeset for help on using the changeset viewer.