| estdt.f.html |   | 
  | Source file:   estdt.f | 
| Directory:    /home/rjl/git/claworg/clawpack-4.x/amrclaw/2d/lib | 
| Converted:    Sat Aug  6 2011 at 21:59:30 
  using clawcode2html | 
| This documentation file will 
not reflect any later changes in the source file. | 
 
c
c-----------------------------------------------------------------------
c
      subroutine estdt(val,mitot,mjtot,nvar,dx,dy,dt,nghost,aux,
     &                 naux,cfl)
c
c :::::::::::::::::::::::: ESTDT :::::::::::::::::::::::::::;
c  estimate the initial time step for the given values
c ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;
       implicit double precision (a-h, o-z)
       dimension val(mitot,mjtot,nvar)
       dimension aux(mitot,mjtot,naux)
c
c
       return
       end