c++ class vecotr to Fortran Subroutine

aui

Joined
Oct 7, 2008
Messages
1
Reaction score
0
Hi,

I like to use a Fortran Subroutine to combine parts of an array. I have defined the array in C++ as vector<int> recomb; and like to pass that to the Fortran subroutine. There I have defined that as: integer, allocatable :: recomb( : ) . Has anyone an Idea how I can fix that problem. It seems to depend on the class vector, but I don´t know. A scalar can be passed without a problem.

Regards,
Aui
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,052
Latest member
KetoBeez

Latest Threads

Top