Skip to content
Snippets Groups Projects
flush.f 218 B
Newer Older
  • Learn to ignore specific revisions
  • Douglas Guptill's avatar
    Douglas Guptill committed
          subroutine flush(unit)
    c     
    c     call flush_
    c
    c     written for XLF FORTRAN on the p690
    c     Author: Douglas Guptill
    c     2009-05-23: new
    
          integer unit
          call flush_(unit)
          return
          end