4 &( f , freq , npoin2, ndire , nf )
37 INTEGER,
INTENT(IN) :: NF,NDIRE,NPOIN2
38 DOUBLE PRECISION,
INTENT(IN) :: FREQ(nf)
39 DOUBLE PRECISION,
INTENT(INOUT) :: F(npoin2,ndire,nf)
44 DOUBLE PRECISION EDEF , COEF , DTETAR, EMAX , REDUC
48 dtetar=
deupi/dble(ndire)
59 IF (edef.GT.emax)
THEN 62 f(ip,jp,jf)=f(ip,jp,jf)*reduc
subroutine limite(F, FREQ, NPOIN2, NDIRE, NF)