id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
89,Bug in week-of-code: Grid_CheckForOverlap.C:105,jbordner,jwise,"In `CheckForOverlap.C` [''week-of-code changeset 1319:e5f5a69c616d'']:

{{{
   100      for (dim = 0; dim < MAX_DIMENSION; dim++) {
   101   
   102        BoundaryCheck[2*dim] =
   103          ((LeftFaceBoundaryCondition[dim] == periodic ||
   104        LeftFaceBoundaryCondition[dim] == shearing) &&
   105           (CellLeftEdge[dim][0] < DomainLeftEdge[dim] ||
   106        ShearingVelocityDirection==dim ));
}}}

Note that dim ranges from 0 to 2, but for some 1D and 2D problems `CellLeftEdge[]` may be NULL for dim = 1 and dim = 2.

This bug affects the following problems:
 
 * `1DHydroShockTubes`
 * `AMRZeldovichPancake`
 * `HDMHD2DCheckOddEvenCouplingOfRiemannSolver`
 * `HD-Sedov-Taylor-BlastWave`
 * `MHD2DBlastWave`
 * `MHD2DRotorTest`
 * `RampedKelvinHelmholtz2D`
 * `ZeldovichPancake`.
",bug,closed,critical,,enzo,2.0,fixed,,
