Changeset 4558 for palm/trunk/SOURCE/average_3d_data.f90
- Timestamp:
- Jun 10, 2020 4:27:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/average_3d_data.f90
r4514 r4558 24 24 ! ----------------- 25 25 ! $Id$ 26 ! bugfix: average_count_3d is set to integer 0 27 ! 28 ! 4514 2020-04-30 16:29:59Z suehring 26 29 ! Enable output of qsurf and ssurf 27 30 ! … … 463 466 ! 464 467 !-- Reset the counter 465 average_count_3d = 0 .0468 average_count_3d = 0_iwp 466 469 467 470 CALL cpu_log( log_point(35), 'average_3d_data', 'stop' )
Note: See TracChangeset
for help on using the changeset viewer.