Changeset 3618 for palm/trunk/UTIL/inifor/tests/test-input-files.f90
- Timestamp:
- Dec 10, 2018 1:25:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/tests/test-input-files.f90
r3183 r3618 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Prefixed all INIFOR modules with inifor_ 29 ! 30 ! 31 ! 3183 2018-07-27 14:25:55Z suehring 28 32 ! New test for negative start_hour and greater-than-one step_hour 29 33 ! … … 45 49 PROGRAM test_input_files 46 50 47 USE defs,&51 USE inifor_defs, & 48 52 ONLY : PATH 49 USE grid, &53 USE inifor_grid, & 50 54 ONLY : get_input_file_list 51 55 USE test_utils
Note: See TracChangeset
for help on using the changeset viewer.