Fortran Common Block

A common block. If no name is given for the common block, a common block entity will be created with the name “(Unnamed_Common)”. For example, CBLK in the first example and (Unnamed_Common) in the second example.

COMMON /CBLK/ A, B 
COMMON A, B 

Scientific Toolworks, Inc.
http://www.scitools.com