Re: question about "call qsort"



"bv" <bvoh@xxxxxxxxxxxxx> wrote in message
news:4298C755.917E2D4@xxxxxxxxxxxxxxxx

> Elena wrote:

> > I found "call qsort" in Compaq visual fortran version.
> > I need to use but i don't know how.

> CVF manual doesn't show it, but it could be in one of the "sample"
> folders. Other than that, try

> call qsort (n, array)

> If compiler squawks about type mismatch reverse the arg sequence.

Another possibility:

http://h21007.www2.hp.com/dspp/files/unprotected/Fortran/docs/vf-html/azsumm/rfqsort.htm

--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end


.



Relevant Pages