fortran90 bugreport

Tim Prince n8tm@aol.com
Tue Oct 25 13:08:00 GMT 2011


On 10/25/2011 8:17 AM, naoya.takahashi wrote:
> Hello!
> 
> This is Naoya-Takahashi. I Have a trouble. I want to change F77 code
> from F90 code. But, I faced on a trouble!
> 
> Pleese see the source code(PRO11_b.f90) and debugreport.txt. The
> variable ITM is 1 to 24 step 1. Otherwise
> 
> it became 183600. I can't understand the number. Anyone please teach me.
> 
If you mean you want to change fixed format to free format source code,
there are several good tools for that.  These are distributed in source
code form, so you compile the format translator and then run your source
code through it.
http://www.fortranplus.co.uk/resources/fortran_resources.pdf
discusses this subject, including Metcalf's convert.f90.
Most compilers, like gfortran, take a .f file to be fixed format by
default.
-- 
Tim Prince



More information about the Fortran mailing list