maxin6
C MAXIN6 SOURCE JC220346 16/06/15 21:15:05 8971 C min max entre 2 listreel ou 2 listenti implicit real*8(a-h,o-z) implicit integer (i-n) character*(8) montyp -INC PPARAM -INC CCOPTIO -INC SMLREEL -INC SMLENTI if( MONTYP.eq.'LISTENTI') then * cas des listenti 1 continue mlenti=ipoin1 mlent1=ipoin2 segact mlenti,mlent1 jg=lect(/1) if( mlent1.lect(/1).ne.jg) then return endif segini mlent2 ipoin3=mlent2 if( kplus.eq.1) then if (labs.eq.0) then do i=1,jg mlent2.lect(i)= max(lect(i),mlent1.lect(i)) enddo else do i=1,jg mlent2.lect(i)= max(abs(lect(i)),abs(mlent1.lect(i))) enddo endif else if (labs.eq.0) then do i=1,jg mlent2.lect(i)= min(lect(i),mlent1.lect(i)) enddo else do i=1,jg mlent2.lect(i)= min(abs(lect(i)),abs(mlent1.lect(i))) enddo endif endif segdes mlenti,mlent1,mlent2 mlenti=mlent2 if(iretou.ne.0) go to 1 elseif( MONTYP.eq.'LISTREEL') then * cas des listreels 2 continue mlreel=ipoin1 mlree1=ipoin2 segact mlreel,mlree1 return endif segini mlree2 ipoin3=mlree2 if( kplus.eq.1) then if (labs.eq.0) then do i=1,jg enddo else do i=1,jg enddo endif else if (labs.eq.0) then do i=1,jg enddo else do i=1,jg enddo endif endif segdes mlreel,mlree1,mlree2 mlreel=mlree2 if(iretou.ne.0) go to 2 endif return end
© Cast3M 2003 - Tous droits réservés.
Mentions légales