View previous topic :: View next topic |
Author |
Message |
alexis
Joined: 02 Mar 2005 Posts: 1
|
Posted: Wed Mar 02, 2005 2:45 am Post subject: Does FTN95 support allocatable TR (Technical Report) extensi |
|
|
Hi everyone,
I was wondering if it is possible to use allocatable arrays of derived types with the FTN95 compiler. For example, say I have
type basis
type(particle), allocatable :: p(
end type basis
will this compile properly? I tried using the personal edition and I got this error message: "fatal 515 - ALLOCATABLE is invalid in the definition of a derived TYPE". I was hoping that perhaps the full version would be updated...
Thanks!
Alexis |
|
Back to top |
|
|
Andrew
Joined: 09 Sep 2004 Posts: 232 Location: Frankfurt, Germany
|
Posted: Sat Mar 05, 2005 5:14 am Post subject: Does FTN95 support allocatable TR (Technical Report) extensi |
|
|
At this stage FTN95 does not support the TR 15581 extensions. |
|
Back to top |
|
|
Anonymous Guest
|
Posted: Sat Mar 12, 2005 12:22 am Post subject: Does FTN95 support allocatable TR (Technical Report) extensi |
|
|
Thanks for the reply,
Cheers,
Alexis |
|
Back to top |
|
|
|