binary output in fortran90 with statements like:               

        open (channel_3, file="mesh_xyz.bin", form="unformatted", iostat=ierr)
        write (channel_3) ((xyz (dir, node), dir=1, Snum_dirs), node = 1,
num_out_nodes)
 
work fine in dx-files with a line like:

        msb binary data file mesh_xyz_out.bin,4

is it possible (does it make sense) to specify a 'byte offset per line'
if the
output is written ala

        do node = 1, num_out_nodes
                write (channel_3) (xyz (dir, node), dir=1, Snum_dirs)
        end do

any hints?

thanks

-- 
Joerg Klinkhammer 

PGP 0x705AC1C8
[EMAIL PROTECTED]

Reply via email to