setprob.f.html CLAWPACK  
 Source file:   setprob.f
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/clawpack/2d/lib
 Converted:   Mon Jan 21 2013 at 20:15:51   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