Generate adx: Difference between revisions

change string*80 to string*132 to accommodate longer paths
(New page: generate_adx is a program that generates spot files (with extension .adx) for use with adxv. These files are written to the same directory as the frames are. This means you need write ...)
 
(change string*80 to string*132 to accommodate longer paths)
Line 18: Line 18:
                 nref=0,i,i1,i2,num
                 nref=0,i,i1,i2,num
       real intensity,sigi,x,y,z
       real intensity,sigi,x,y,z
       character :: string*80,frmnam*80,form*6='(i0.0)'
       character :: string*132,frmnam*80,form*6='(i0.0)'
       logical :: back=.true.
       logical :: back=.true.
   
   
2,652

edits