I tracked quite a bit what is going on and found out that all is fine if the arrays have a static length. However, as soon as those become allocatable, the values just go strange like if a wrong memory area is passed (using ifort 9.1).
Hello There,
Well, I hope to get some help from here since the actual problem is happening on the C side... but it is quite Fortan related.
I call a C function from a Fortran somehow like:
type fe_node_property
real, allocatable, dimension(:,:) :: xf
integer, allocatable...
Hi There,
I am new to this forum as well as to Fortran. I code in C++ for over ten years and now I received an assignment what requires me to provide an interface to a Fortran code to pass struct data back and forth.
The background is that both applications are mathematic ones and the Fortran...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.