Commit d91e2f5d authored by Robert Butora's avatar Robert Butora
Browse files

vlkb overlap: fixes error when less NAXIS defined then WCS keys defined

parent 277a3edd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -927,7 +927,7 @@ overlap_ranges ast::frameset::overlap(coordinates coord)
   for(ix = m_NAXIS; ix < naxes; ix++)
   {
      p1[ix] = 0.5;
      p2[ix] = 0.5;
      p2[ix] = 1.5;
   }

   AstBox * pixbox = astBox( pixfrm, 1, p1, p2, NULL, " " );