Changeset 4512
- Timestamp:
- Apr 30, 2020 12:55:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4508 r4512 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Fixed a bug in component_index_constructor: index out of bounds if all chemical 29 ! components are used 30 ! 31 ! 4508 2020-04-24 13:32:20Z raasch 28 32 ! decycling replaced by explicit setting of lateral boundary conditions (Siggi) 29 33 ! … … 12663 12667 DO WHILE ( listcomp(ncomp+1) /= ' ' .AND. ncomp < nlist ) 12664 12668 ncomp = ncomp + 1 12669 IF ( ncomp > 6 ) EXIT 12665 12670 ENDDO 12666 12671
Note: See TracChangeset
for help on using the changeset viewer.