S
Shiv
Hi,
I am using a single C program and 25 fortran modules for my project.
The fortran module depend on the C program. I need to pass certrain
arrays from the C program to the Fortran module. I use Visual studio
2005 to compile all the programs. The array in the C program is being
stored in a structure. I tried defining the same structure in my
fortran module with commands like sequence, external etc which I saw
online. But it gave me syntax errors. It will be very great if
someone could help me
Thank you for your time.
Shiv
I am using a single C program and 25 fortran modules for my project.
The fortran module depend on the C program. I need to pass certrain
arrays from the C program to the Fortran module. I use Visual studio
2005 to compile all the programs. The array in the C program is being
stored in a structure. I tried defining the same structure in my
fortran module with commands like sequence, external etc which I saw
online. But it gave me syntax errors. It will be very great if
someone could help me
Thank you for your time.
Shiv