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

    r3614 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_
     29!
     30!
     31! 3614 2018-12-10 07:05:46Z raasch
    2832! abort renamed inifor_abort to avoid intrinsic problem in Fortran
    2933!
     
    5862!> feedback to the terminal and a log file.
    5963!------------------------------------------------------------------------------!
    60  MODULE control
    61 
    62     USE defs,                                                                  &
     64 MODULE inifor_control
     65
     66    USE inifor_defs,                                                           &
    6367        ONLY:  LNAME, dp, VERSION, COPYRIGHT
    6468
    65     USE util,                                                                  &
     69    USE inifor_util,                                                           &
    6670        ONLY:  real_to_str, real_to_str_f
    6771
     
    258262    END SUBROUTINE run_control
    259263
    260  END MODULE
    261 
     264 END MODULE inifor_control
     265
Note: See TracChangeset for help on using the changeset viewer.