summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/fitsy++/file.h')
-rw-r--r--tksao/fitsy++/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/fitsy++/file.h b/tksao/fitsy++/file.h
index e410d92..5b245d0 100644
--- a/tksao/fitsy++/file.h
+++ b/tksao/fitsy++/file.h
@@ -106,6 +106,8 @@ public:
FitsHead* primary() {return primary_;}
int ext() {return ext_;}
const char* extname() {return head_ ? head_->extname() : NULL;}
+ int extver() {return head_ ? head_->extver() : 1;}
+ int extlevel() {return head_ ? head_->extlevel() : 1;}
int inherit() {return inherit_;}
void setValid(int vv) {valid_=vv;}
int isValid() {return valid_;}