setprob.f.html CLAWPACK  
 Source file:   setprob.f
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/apps/advection/2d/sphere/rotation
 Converted:   Tue Jul 26 2011 at 12:58:53   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
      subroutine setprob
      implicit double precision (a-h,o-z)

      common /comaxis/ xaxis,yaxis,zaxis

c     # axis of rotation and speed:

      xaxis = 0.d0
      yaxis = 0.d0
      zaxis = 6.2832d0

      close(unit=7)

      return
      end