how to get an allocatable array outside of a subroutine
From: joel GUERRERO (joegi.geo_at_yahoo.com)
Date: 08/09/04
- Next message: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Previous message: Bruce Scott TOK: "Re: why do processes wait?"
- Next in thread: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Reply: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Reply: bv: "Re: how to get an allocatable array outside of a subroutine"
- Reply: Herman D. Knoble: "Re: how to get an allocatable array outside of a subroutine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Aug 2004 14:21:08 -0700
Hi,
How I can get an allocatable array outside of a subroutine (that is,
get the values of the allocatable array in the main program).
I'm trying to compile the program but I always get this error:
C:\Fortran projects\testfinal\getvertexandlements.f90(18) : Error: A
dummy argument name is invalid in this context. [XCOORDM]
real,dimension(:),allocatable::xcoordm !
By the way I'm using compaq visual fortan
Joel
- Next message: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Previous message: Bruce Scott TOK: "Re: why do processes wait?"
- Next in thread: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Reply: Jason Nielsen: "Re: how to get an allocatable array outside of a subroutine"
- Reply: bv: "Re: how to get an allocatable array outside of a subroutine"
- Reply: Herman D. Knoble: "Re: how to get an allocatable array outside of a subroutine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|