summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/gzip.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-16 20:53:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-16 20:53:54 (GMT)
commit0d5c5af695d5533a4463c0ed5f6776c8aef1ad74 (patch)
tree8cbbe0f63ba69d2dd8179c04a49d9cdc2ea193e1 /tksao/fitsy++/gzip.h
parentb7344e9a22b4e5e1e51945c907962bf927375c65 (diff)
downloadblt-0d5c5af695d5533a4463c0ed5f6776c8aef1ad74.zip
blt-0d5c5af695d5533a4463c0ed5f6776c8aef1ad74.tar.gz
blt-0d5c5af695d5533a4463c0ed5f6776c8aef1ad74.tar.bz2
vector lib
Diffstat (limited to 'tksao/fitsy++/gzip.h')
-rw-r--r--tksao/fitsy++/gzip.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tksao/fitsy++/gzip.h b/tksao/fitsy++/gzip.h
deleted file mode 100644
index f6d2435..0000000
--- a/tksao/fitsy++/gzip.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (C) 1999-2018
-// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
-// For conditions of distribution and use, see copyright notice in "copyright"
-
-#ifndef __fitsgzip_h__
-#define __fitsgzip_h__
-
-#include "compress.h"
-
-template<class T>
-class FitsGzipm : public FitsCompressm<T> {
- private:
- int compressed(T*, char*, char*, int, int, int, int, int, int);
-
- public:
- FitsGzipm(FitsFile*);
-};
-
-#endif