Tagged Questions
The f90 tag has no wiki summary.
1
vote
2answers
126 views
How do I pass a string from visual basic 2010 to a fortran dll?
I can pass integers, singles, doubles, and arrays of all these back and forth with no problem. But I can't figure out how to pass a string in vb2010 to a character variable in the fortran dll. I ...
1
vote
2answers
365 views
How do you save a file with the .f90 extension of fortran in Windows Vista?
I typed the source code in WordPad and saved it as addition.f90, but, unfortunately, the only options Windows provides are text files, rtf's, and so forth.
I am using the G95 compiler for Windows.
1
vote
2answers
4k views
Reading a formatted array into a variable from a file in Fortran 90
I am trying to read a formatted 2D array from a file on disk into a variable. I have the write operation, which is rather simple, but am stuck on reading the same file. Could someone point me to a ...
0
votes
0answers
25 views
Unexpected end of format string f90 error message
Hope this isn't to trivial, I am no coder.
I get this message at several locations when compiling code written in f90 (not by me). Here is an example of the code with the error.
if (isum > 0) ...
0
votes
2answers
99 views
How do I set the correct compiler to use the -fastsee option in Fortran
How do I set the correct complier to use the -fastsee option in Fortran? This is the error I'm getting:
Mod5.2.0.0: make -f MakeF90_5.2.0.0
gfortran -fastsse -c src_5.2.0.0/Modtrn.f -o ...