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

    r3396 r3618  
    2626! -----------------
    2727! $Id$
     28! Prefixed all INIFOR modules with inifor_
     29!
     30!
     31!
    2832! Initial revision
    2933!
     
    4347 PROGRAM test_stretching
    4448
    45     USE defs, &
     49    USE inifor_defs,                                                          &
    4650        ONLY :  dp
    4751
    48     USE grid, &
     52    USE inifor_grid,                                                          &
    4953        ONLY :  stretched_z
    5054
Note: See TracChangeset for help on using the changeset viewer.