- Category:
- Algorithm
- Tags:
-
[PDF]
- File Size:
- 497kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- bcetek
Description: F77TO90.EXE treat the original f77 source code through the following:
(1) Count and list statement and subroutine block numbers
(2) Remove comment”c”,or”C” in the first column of the original,
(3) Remove the continuing mark at the sixth column and add “&” to the previous line
(4) List all subroutine and function and add end subroutine at block end
(5) Promoting correct file name or input 999 to quit.
The output file will take the characters of input file name add new.f90 as the output file name. Total number of the original statement is shown in the first three comment of the output file.
For example: input file: test00101.for or test00101.f, or test00101.old00
will give output file as: test001new.f90
To Search:
File list (Check if you may need any files):
F77TO90_step_1.pdf
2012-0318-f77to90.exe
f7290com.F90
source77290.f90