toog
Structural
- Mar 12, 2002
- 12
I'm using Lahey F95 v5.6. I have an allocate statement:
ALLOCATE (xyzo (nface, 4, 3, 2))
which has never given a problem except when the value of nface is 43656. When it is this value, the program terminates. Changing the final dimension from 2 to 3 fixes the problem, a clumsy fix.
Anyone else had problems like this? Anything magic about this number?
ALLOCATE (xyzo (nface, 4, 3, 2))
which has never given a problem except when the value of nface is 43656. When it is this value, the program terminates. Changing the final dimension from 2 to 3 fixes the problem, a clumsy fix.
Anyone else had problems like this? Anything magic about this number?