|
[Sponsors] |
January 12, 2005, 09:08 |
how to define own COMMON blocks
|
#1 |
Guest
Posts: n/a
|
Hello all,
is there a comprehensible description how and where to define own COMMON blocks? Where should I store them? Thanks in advance, Mari |
|
January 12, 2005, 09:30 |
Re: how to define own COMMON blocks
|
#2 |
Guest
Posts: n/a
|
Just do it as you would in a normal FORTRAN program. Define a named COMMON block in all the subroutines that will use it. You could even put the definition into an include file and include that file wherever it's required. Just try not to make the name conflict with a STAR one.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
COMMON blocks for passing arrays -- Please help | marcus | Siemens | 6 | May 6, 2006 10:46 |
sormom.f and common blocks | Sheila | Siemens | 0 | March 25, 2005 20:46 |
common blocks of STAR-CD | Mari | Siemens | 2 | January 26, 2005 04:21 |
Common blocks in VISTUR | Celia | Siemens | 6 | December 26, 2004 03:25 |
common blocks | CMB | Siemens | 1 | November 12, 2004 10:41 |