- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In my fortran, I have a type called velocity:
type velocity
real*8:: x
real*8:: y
end type velocity
real*8:: x
real*8:: y
end type velocity
I also have
type(velocity), dimension(:,:), allocatable::U
Now I want to pass this U to a C++ function, can anyone give me an example to show me how to do it?
thanks a lot.
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