Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/boundcond_domainfill_mpi.f90

    r7999df47 r0f7835d  
    232232
    233233        do m=1,mmass
    234           do ipart=minpart,maxpart
     234          do ipart=minpart,maxpart_mpi
    235235
    236236  ! If a vacant storage space is found, attribute everything to this array element
     
    331331            endif
    332332          end do
    333           if (ipart.gt.maxpart) &
     333          if (ipart.gt.maxpart_mpi) &
    334334               stop 'boundcond_domainfill.f: too many particles required'
    33533573        minpart=ipart+1
     
    464464
    465465        do m=1,mmass
    466           do ipart=minpart,maxpart
     466          do ipart=minpart,maxpart_mpi
    467467
    468468  ! If a vacant storage space is found, attribute everything to this array element
     
    562562            endif
    563563          end do
    564           if (ipart.gt.maxpart) &
     564          if (ipart.gt.maxpart_mpi) &
    565565               stop 'boundcond_domainfill.f: too many particles required'
    566566173       minpart=ipart+1
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG