| 503 |
c------------------------------------------------------------------------------- |
c------------------------------------------------------------------------------- |
| 504 |
c adjust the cluster in order to have at least ANOTHER strip around the seed |
c adjust the cluster in order to have at least ANOTHER strip around the seed |
| 505 |
c------------------------------------------------------------------------------- |
c------------------------------------------------------------------------------- |
| 506 |
c$$$ if(iseed-1.eq.lmax.and.lmax.ne.first)then |
if(iseed-1.eq.lmax.and.lmax.ne.first)then |
| 507 |
c$$$ lmax = lmax-1 |
lmax = lmax-1 |
| 508 |
c$$$ if( (rmax-lmax+1).gt.nclstrp )rmax=rmax-1 |
if( (rmax-lmax+1).gt.nclstrp )rmax=rmax-1 |
| 509 |
c$$$ endif |
endif |
| 510 |
c$$$ if(iseed+1.eq.rmax.and.rmax.ne.last )then |
if(iseed+1.eq.rmax.and.rmax.ne.last )then |
| 511 |
c$$$ rmax = rmax+1 |
rmax = rmax+1 |
| 512 |
c$$$ if( (rmax-lmax+1).gt.nclstrp )lmax=lmax+1 |
if( (rmax-lmax+1).gt.nclstrp )lmax=lmax+1 |
| 513 |
c$$$ endif |
endif |
| 514 |
c--------------------------------------------------- |
c--------------------------------------------------- |
| 515 |
c now we have 5 stored-strips around the maximum |
c now we have 5 stored-strips around the maximum |
| 516 |
c--------------------------------------------------- |
c--------------------------------------------------- |