Changeset 4743 for palm/trunk/SOURCE/calc_mean_profile.f90
- Timestamp:
- Oct 14, 2020 4:40:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_mean_profile.f90
r4741 r4743 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix for last commit 23 23 ! 24 24 ! Former revisions: … … 113 113 !-- i.e. independent on flow_statistics, add a special control flag. 114 114 IF ( PRESENT( force_calc ) ) THEN 115 IF ( force_calc ) force_calc_l = .TRUE. 115 force_calc_l = force_calc 116 ELSE 117 force_calc_l = .FALSE. 116 118 ENDIF 117 119
Note: See TracChangeset
for help on using the changeset viewer.