summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/compress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/fitsy++/compress.h')
-rw-r--r--tksao/fitsy++/compress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/fitsy++/compress.h b/tksao/fitsy++/compress.h
index 350ee61..67088ef 100644
--- a/tksao/fitsy++/compress.h
+++ b/tksao/fitsy++/compress.h
@@ -9,7 +9,7 @@
class FitsCompress : public FitsFile {
public:
- enum QuantMethod {NODITHER,SUBDITHER1,SUBDITHER2};
+ enum QuantMethod {NONE,NODITHER,SUBDITHER1,SUBDITHER2};
protected:
int bitpix_;