hi everybody
i have a question about allocate array .
in the program , one function is solved and i want to save roots ( named x )
of function in array .
i can't find its way
real : dimension (:) , allocatable :A
do x=-2,2,0.01
function =................
if ( abs (function ) .eq. 0 ) then
allocate ( A(? ), stat = ? )
end if
end do
can anybody helps me ?
best,nakisa
---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.
[Non-text portions of this message have been removed]