diff options
Diffstat (limited to 'tksao/fitsy++/head.h')
-rw-r--r-- | tksao/fitsy++/head.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/fitsy++/head.h b/tksao/fitsy++/head.h index cbc4b9d..6c91323 100644 --- a/tksao/fitsy++/head.h +++ b/tksao/fitsy++/head.h @@ -121,6 +121,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); |