Adjustable array segfaults WORKAROUIND

Scott Brown scottb@uci.edu
Tue Aug 17 05:27:00 GMT 2004


When I use assumed size arrays instead of adjustable size, it works, no 
idea why!  So if I use:
    real:: x(:,:)
Instead of
    real:: x(n,n)

It runs fine.

Scott.




More information about the Fortran mailing list