Changeset 3688 in Sophya for trunk/AddOn/TAcq/minifits.h
- Timestamp:
- Nov 29, 2009, 12:13:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/minifits.h
r3684 r3688 94 94 { return AddKeyS(key.c_str(), val.c_str(), comm.c_str()); } 95 95 96 // string getKey(string& key); 97 protected: 96 string GetKey(string& key) { return GetKey(key.c_str()) ; } 97 string GetKey(const char* key); 98 99 protected: 98 100 void FillHeader(); 99 101 void DecodeHeader();
Note:
See TracChangeset
for help on using the changeset viewer.