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_defs.f90

    r3613 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed module with inifor_
     29!
     30!
     31! 3613 2018-12-07 18:20:37Z eckhard
    2832! Bumped version number
    2933!
     
    7377!> The defs module provides global constants used in INIFOR.
    7478!------------------------------------------------------------------------------!
    75  MODULE defs
     79 MODULE inifor_defs
    7680 
    7781 IMPLICIT NONE
     
    127131     ACHAR( 10 ) // ' Copyright 2017-2018 Deutscher Wetterdienst Offenbach' !< Copyright notice
    128132
    129  END MODULE defs
     133 END MODULE inifor_defs
Note: See TracChangeset for help on using the changeset viewer.