Changeset 3651 for palm/trunk/SOURCE
- Timestamp:
- Jan 7, 2019 12:32:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r3637 r3651 15 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 16 ! 17 ! Copyright 1997-201 8Leibniz Universitaet Hannover17 ! Copyright 1997-2019 Leibniz Universitaet Hannover 18 18 !------------------------------------------------------------------------------! 19 19 ! … … 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, terminate OMP Parallel block 28 ! 29 ! 3637 2018-12-20 01:51:36Z knoop 27 30 ! Implementation of the PALM module interface 28 31 ! … … 1798 1801 !-- Calculate the profiles for all other modules 1799 1802 CALL module_interface_statistics( 'profiles', sr, tn, dots_max ) 1803 !$OMP END PARALLEL 1800 1804 1801 1805 !
Note: See TracChangeset
for help on using the changeset viewer.