| g.f.html |   | 
| Source file: g.f | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/book/chap7/advinflow | |
| Converted: Wed May 30 2012 at 13:02:21 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