Re: I have no ideas what can it be!





Walt Brainerd wrote:
*** Hendrickson wrote:



kurdayon@xxxxxxxxx wrote:

Hello,

Can anybody explain what is happening with the following code?

program p1
    implicit none
    real                    a, b
    real, dimension(5)   :: y, x, d
    real, dimension(:,:) :: f
    allocate(f(2,5))

Also, it is strange that your system would accept to allocate an array that is neither allocatable nor a pointer.

.