Quantcast
Channel: Intel® Software - Intel® Fortran Compiler for Linux* and macOS*
Viewing all articles
Browse latest Browse all 2746

Format in Fortran

$
0
0

Hi all,

I'm attempting to write a file data that it's a matrix (851*851), but when I try to write more than 80 col. in a line, the rest of the line is written on the next line. Is there a way to write in 1 line, and undetermined number of columns? I tried with:

  Write(99,10) zeonmatch(ii,:)
  10 FORMAT (A851)

but neither worked.

Thank you all,

Adrian


Viewing all articles
Browse latest Browse all 2746