Merge branch 'master' into boundaries

This commit is contained in:
Grzegorz Kowal 2011-05-15 14:01:50 -03:00
commit 00e9457d46

View File

@ -230,15 +230,6 @@ module evolution
cmax = 1.0d-16
lev = 1
! initiate the smallest spacial step
!
#if NDIMS == 2
dxmin = min(adx(lev), ady(lev))
#endif /* NDIMS == 2 */
#if NDIMS == 3
dxmin = min(adx(lev), ady(lev), adz(lev))
#endif /* NDIMS == 3 */
! if maxlev > 1, find the highest level
!
if (maxlev .gt. 1) then