diff options
Diffstat (limited to 'tksao/fitsy++/file.h')
-rw-r--r-- | tksao/fitsy++/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/fitsy++/file.h b/tksao/fitsy++/file.h index f3e9c9d..a665fee 100644 --- a/tksao/fitsy++/file.h +++ b/tksao/fitsy++/file.h @@ -212,6 +212,7 @@ public: double getReal(const char* name, double def); void getComplex(const char* name, double* real, double* img, double rdef, double idef); + char* getString(const char* name); char* getStringCopy(const char* name); char* getComment(const char* name); char* getKeyword(const char* name); |