Skip to content
flush.F90 105 B
Newer Older
Fabio Roberto Vitello's avatar
Fabio Roberto Vitello committed
      subroutine flush(unit)

      integer*4 unit

      call flush_(unit)

      return
    
      end