Group: comp.lang.fortran · Group Profile · Search for Length X Width in comp.lang.fortran
Author: dpb
Date: Aug 7, 2007 07:44
... <none@non.net> a écrit : write(*,'(G D A)') x, a, s With gfortran: At line 13 of file essai.f90 Fortran runtime error: Nonnegative width required in format (G D A) Certainly not ... use list directed formating and be even simpler. I had forgotten that the zero-length field widths for other than integer forms and character data are an extension (although I ...
|