Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sanyibacsi

    Variable passing to c (type, dimension)

    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).
  2. sanyibacsi

    Variable passing to c (type, dimension)

    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...
  3. sanyibacsi

    Call to C++ from Fortran

    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...

Part and Inventory Search

Back
Top