Changeset 27 for trunk/src/com_mod.f90
- Timestamp:
- Jul 3, 2014, 2:55:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com_mod.f90
r24 r27 682 682 683 683 !******************** 684 ! Verbosity, testing flags 684 ! Verbosity, testing flags, namelist I/O 685 685 !******************** 686 686 integer :: verbosity=0 687 687 integer :: info_flag=0 688 INTEGER :: count_clock, count_clock0, count_rate, count_max 688 integer :: count_clock, count_clock0, count_rate, count_max 689 logical :: nmlout=.true. 689 690 690 691
Note: See TracChangeset
for help on using the changeset viewer.