http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #9 from ARuopp ---
BTW:
"At line 652 of file"is correct.
Line 655 was including some comments from my side... I didn't want to
confuse
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #7 from ARuopp ---
Execute with:
xfoil < xfoil.naca.run1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #6 from ARuopp ---
Hi,
thank you very much for your effort.
Compiling is not the problem.
Try to execute the script, which I attached.
Without the "backspace" modification, xfoil ends with the error message:
At line 655 of file ../
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #5 from ARuopp ---
Created attachment 31469
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31469&action=edit
test script for running xfoil with output in file
this is a test script for testing xfoil in running in batch mode.
what
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #3 from aruopp at gmx dot de ---
Inserting the backspace:
BACKSPACE(LU)
before loop
DO 40 IA = IA1, IA2
WRITE(LU,LINEF)
& (CPOL(IA,IPOL(KP)), KP=1, NIPOL),
&((CPOLSD(IA,IS,JPOL(KP)),
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513
--- Comment #2 from aruopp at gmx dot de ---
Hi,
compilation of code works without any problems.
Only if I execute the code, the problem exists with this error message.
The file 'polarfile_1.dat' is written during executing xfoil, but
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: aruopp at gmx dot de
Compiling xfoil, a known fortran code for airfoils works perfectly. Execution
of xfoil creates