Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28600 Discussions

Passing dynamic arrays from Fortran to C++ using Module

yiw
Beginner
285 Views
Hi,

My C++ programs read values of dynamic arrays passed from Fortran module files, but the values are totally wrong.

I would like any ideas, suggestions on how to pass dynamic arrays from Fortran to C++ using modules correctly.

Thanks!
0 Kudos
1 Reply
yiw
Beginner
285 Views
I just found out how to solve the problem. Dynamic arrays are passed by descriptors.
0 Kudos
Reply