Ignore:
Timestamp:
Dec 10, 2018 1:25:22 PM (6 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/tests/test-input-files.f90

    r3183 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_
     29!
     30!
     31! 3183 2018-07-27 14:25:55Z suehring
    2832! New test for negative start_hour and greater-than-one step_hour
    2933!
     
    4549 PROGRAM test_input_files
    4650
    47     USE defs,                                                                  &
     51    USE inifor_defs,                                                           &
    4852        ONLY :  PATH
    49     USE grid,                                                                  &
     53    USE inifor_grid,                                                           &
    5054        ONLY :  get_input_file_list
    5155    USE test_utils
Note: See TracChangeset for help on using the changeset viewer.