ran intrinsic bug?

Jerry DeLisle jvdelisle@verizon.net
Sat Feb 26 22:13:00 GMT 2005


Jerry DeLisle wrote:
> Steve Kargl wrote:
> 
>> Add "EXTERNAL RAN" to your code; otherwise gfortran will see
>> RAN() as its intrinsic.
>>
> I tried this and I still get the same error.  g77 compiles and runs fine 
> with "EXTERNAL RAN" added.
> 
OK - placed EXTERNAL RAN inside the calling subroutine and that fixed 
it.  Had to get scope right.

-- Jerry



More information about the Fortran mailing list