On 23 juil, 09:42, "Peter" <Pe...@[EMAIL PROTECTED]
> wrote:
> Hi,
>
> Question sounds maybe familiar, but can anyone help me to find a proper
working download for
> converting fixed form (F77) files into free form (F90) files.
>
> Somewhere I found a file convert.f90 that does the job for you, but I am
looking for a ready-to-use
> download (binary) under Windows or Linux.
>
> Some help would be nice.
>
> Thanks a lot !
>
> Regards,
> P.
Build it yourself in a command window :
Example with gfortran compiler freely available on Windows and Linux :
$$ gfortran -o convert.exe convert.f90
Now the program "convert.exe" is "ready-to-use" !


|