! hybrid,wt_en2ci,wt_en,wt_ci implicit none ! data arrays and their dimensions double precision wt(ntot,numdatpt),y(ntot,numdatpt) ! loop index integer i,j,k,n do i=1,numdatpt wt(1,i)=1.d0 enddo call norm_weight(wt,ntot,numdatpt) end !---------------------------------------------------------------------------------------------------- !