| setprob.f.html | |
| Source file: setprob.f | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/apps/advection/2d/sphere/rotation | |
| Converted: Wed May 30 2012 at 13:01:43 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