Obsolete Features

COMMON Block
      REAL A(50), B(20), C
      COMMON/Block1/A,B,C
    


EQUIVALENCE Block
    REAL, A(100), B(100)
    COMPLEX Z(50)
    EQUIVALENCE(A(1), Z(1)), (A(2),B(1))
  


SEQUENCE
This forces derived types into linear storage allowing them to be used in, e.g., COMMON blocks --- don't!



...previousup (conts)next...



About this document:

Produced from the SGML: /home/isd/public_html/_course_fortran_90/_reml_grp/index.reml
On: 10/2/2003 at 10:33:52
Options: reml2 -i noindex -l long -o html -p multiple