- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The authors of some source code I have found over the internet (regarding the treatment of generic linked lists under www.fortran.com) claim that TRANSFER function does not accept pointer arguments. However, simple tests that I have performed with IVF 10.1.21 suggest that TRANSFER does accept pointer arguments. Is this a compiler specific behavior? Would other compilers complain about it?
Thanks,
Jon
Thanks,
Jon
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't see anything in the Fortran standard to exclude pointer arguments from TRANSFER. Of course, such arguments will be automatically dereferenced so you are accessing the data, not the pointer, just like in any other variable reference.
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