Ignore:
Timestamp:
Feb 15, 2007 1:16:47 PM (17 years ago)
Author:
raasch
Message:

bugfixes in advec_particles and init_particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/advec_particles.f90

    r15 r16  
    44! Actual revisions:
    55! -----------------
     6! Bugfix: wrong if-clause from revision 1.32
    67! TEST: PRINT statements on unit 9 (commented out)
    78!
     
    20482049                ENDIF
    20492050
    2050              ELSEIF ( j >= nyn )  THEN
     2051             ELSEIF ( j > nyn )  THEN
    20512052                IF ( j > ny )  THEN
    20522053!
Note: See TracChangeset for help on using the changeset viewer.