- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to construct something like this?
type test
integer, dimension(:), allocatable :: value
type(test), pointer :: next
end type test
Thank you
type test
integer, dimension(:), allocatable :: value
type(test), pointer :: next
end type test
Thank you
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is in Intel Fortran 8. This is an extension to Fortran 95, something that is part of the upcoming Fortran 2003 standard and is already implemented in Intel Fortran (as well as Compaq Visual Fortran 6.6C.)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page