Tagged Questions

1
vote
1answer
108 views

C-Fortran Mixed Programming

I am working on a project where I have to use a Fortran library in C. In the Fortran library there is a common block containing a complex*16, 4x4 array. Now in C, a complex variable is simply a struct ...
1
vote
2answers
222 views

Mixed Programming Fortran and C

I am a Theoretical Physics research student, working in Cosmology. In course of my research I have use to rather huge library of Fortran codes and I used C for my programming needs. I have been able ...
0
votes
2answers
249 views

Error: Invalid character in name at (1)

I am trying to compile a fortran file along with some .h files in FORTRAN. The .h files contain definition for common blocks of variable. When I compile them in Fortran, I get the following error: ...