Hi people
I really need a help in this issue. I've got two huge system written in Fortran and C. Now I need to send a Matrix from the Fortran code to the C code where this matrix is represented as a double**
I've tried to find help in internet, but it seems for this very especific case this information is quite rare.
Do you can help me ?
Fortran pass everythins by reference, in case of this matrix I simply don't now how to handle it in the c code!!!
I really need a help in this issue. I've got two huge system written in Fortran and C. Now I need to send a Matrix from the Fortran code to the C code where this matrix is represented as a double**
I've tried to find help in internet, but it seems for this very especific case this information is quite rare.
Do you can help me ?
Fortran pass everythins by reference, in case of this matrix I simply don't now how to handle it in the c code!!!