The information in this article applies to:
SUMMARY
In a COMMON block, an array must be declared with explicit dimensions;
it cannot have an adjustable or assumed size. According to the ANSI
FORTRAN standard (ANSI x3.9-1978, section 5.1.2), each array
declarator is either an actual array declarator or a dummy array
declarator. An adjustable-size array declarator and an assumed-size
array declarator are dummy array declarators. A dummy array declarator
is not permitted in a COMMON statement. Therefore, an adjustable-sized
or an assumed-size array cannot be declared in a COMMON block.
Sample Code
Additional query words: kbinf 1.00 4.00 4.10 5.00 5.10 assumed-size
Keywords : kbcode kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |