g.f.html CLAWPACK  
 Source file:   g.f
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/book/chap7/advinflow
 Converted:   Tue Jul 26 2011 at 12:59:00   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
      double precision function g(t)
      implicit real*8(a-h,o-z)

      g = dsin(10.d0 * t)

      return
      end