Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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, " " );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment