hi,
i changed corrected the types as you said, but i always get zeros;
i've then put the folowing code in the feappv library:
in pmacr3.f before
(
pfr = pfro
return
c Solve equations
)
i put:
open (unit=outU,file="U.txt",action="write",status="replace")
write (outU,*) '____________________________________________'
do i=1,50
write (outU,*) hr(np(40)+i);
end do
close (outU)
and i get the right results in U.txt file;
but when i put it in prtdis.f it gives just zeros"