|
[Sponsors] |
December 22, 2004, 16:17 |
Common blocks in VISTUR
|
#1 |
Guest
Posts: n/a
|
Hi all,
anyone has any idea why I cannot import data in to VISTUR using common blocks with arrayed parameters from other subroutines? Help please, Celia |
|
December 23, 2004, 04:09 |
Re: Common blocks in VISTUR
|
#2 |
Guest
Posts: n/a
|
Are you sure the Fortran is correct? VISTUR probably isn't anything unique.
|
|
December 24, 2004, 00:37 |
Re: Common blocks in VISTUR
|
#3 |
Guest
Posts: n/a
|
Hi Richard,
I've programing with this fortran (ABSOFT) over past 3 years or so, it SEEMS to be working ok with everything else But not when I try to include a common block in VISTUR. I guess I would have to modify VIST via POSDAT. |
|
December 24, 2004, 04:13 |
Re: Common blocks in VISTUR
|
#4 |
Guest
Posts: n/a
|
How is it not working?
|
|
December 25, 2004, 04:09 |
Re: Common blocks in VISTUR
|
#5 |
Guest
Posts: n/a
|
Hi Richard, it complains about arguments not being dummy variables bla bla bla... whatever thats supposed to mean.
|
|
December 26, 2004, 03:22 |
Re: Common blocks in VISTUR
|
#6 |
Guest
Posts: n/a
|
Ok, here is exactly what it complains about,
error on line 60 of vistur.f: adjustable array is not a dummy argument error on line 57 of vistur.f: program unit has invalid use of COMMON name. The common block is as follows, COMMON/SUZEN/ VISTS(-NBMAX:NCMAX),FW1(-NBMAX:NCMAX) Any idea? Thanks. |
|
December 26, 2004, 03:25 |
Sorted :D
|
#7 |
Guest
Posts: n/a
|
Stupid of me really, I forgot to include the INCLUDE '../parm.in' comment....
Sorry and many thanks. |
|
|
|
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 |
how to define own COMMON blocks | Mari | Siemens | 1 | January 12, 2005 09:30 |
common blocks | CMB | Siemens | 1 | November 12, 2004 10:41 |