Commit 52318783 authored by rhenders's avatar rhenders
Browse files

Whoops. Accidentally broke non-tile-compressed output with guard for tile-compressed output

parent f4dfc8ef
......@@ -1009,7 +1009,7 @@ void write_body(tabstruct *tab, PIXTYPE *ptr, size_t size)
// TODO not yet writing CFitsIO from SExtractor. CFITSIO - only perform byte-swap if we are NOT writing a tile-compressed format using cfitsio
if (0 && tab->infptr == NULL) // TODO
// if (tab->infptr == NULL) // TODO
if (bswapflag)
swapbytes(cbufdata0, 4, spoonful);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment