- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I am asking for the help of data interface. For the following subroutine, How to make sure its input array to be the common data in the module it used?
Thanks,
Zhanghong Tang
subroutine receivedata (A, B)
use commondata
...
end subroutine
module commondata
real*8, pointer:: A(:), B(:)
...
end module
Link Copied
0 Replies

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