Changeset 3241 for palm/trunk/SOURCE/calc_mean_profile.f90
- Timestamp:
- Sep 12, 2018 3:02:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_mean_profile.f90
r2718 r3241 25 25 ! ----------------- 26 26 ! $Id$ 27 ! omp_get_thread_num now declared in openmp directive, 28 ! unused variable removed 29 ! 30 ! 2718 2018-01-02 08:49:38Z maronga 27 31 ! Corrected "Former revisions" section 28 32 ! … … 83 87 84 88 USE control_parameters, & 85 ONLY: intermediate_timestep_count , message_string89 ONLY: intermediate_timestep_count 86 90 87 91 USE indices, & … … 103 107 INTEGER(iwp) :: k !< 104 108 INTEGER(iwp) :: pr !< 105 109 !$ INTEGER(iwp) :: omp_get_thread_num !< 106 110 INTEGER(iwp) :: tn !< 107 111
Note: See TracChangeset
for help on using the changeset viewer.