g.f.html CLAWPACK  
 Source file:   g.f
 Directory:   /Users/rjl/clawpack_src/clawpack_master/apps/fvmbook/chap7/advinflow
 Converted:   Sat Mar 23 2024 at 11:05:22   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