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/tests/test-interpolation.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! Updated test for new grid_definition
    2933!
     
    4448 PROGRAM test_interpolation
    4549
    46     USE grid, &
    47         ONLY:  grid_definition, init_grid_definition, TO_RADIANS, TO_DEGREES, &
     50    USE inifor_grid,                                                          &
     51        ONLY:  grid_definition, init_grid_definition, TO_RADIANS, TO_DEGREES,  &
    4852               linspace, hhl
    49     USE transform, &
     53    USE inifor_transform,                                                      &
    5054        ONLY:  find_horizontal_neighbours, compute_horizontal_interp_weights
    5155    USE test_utils
Note: See TracChangeset for help on using the changeset viewer.