setprob.f.html CLAWPACK  
 Source file:   setprob.f
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/clawpack/2d/lib
 Converted:   Sun May 15 2011 at 19:15:43   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
c     ==================
      subroutine setprob
c     ==================

      implicit double precision (a-h,o-z)
c
c     # Copy this file to your directory and modify to set up problem
c     # parameters or read other data.
c
c     # This default version does nothing.

      return
      end