Changeset 12792 for trunk/Mars
- Timestamp:
- 01/31/12 08:44:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r12737 r12792 231 231 const string id = Get<string>("TTYPE"+num.str()); 232 232 const string fmt = Get<string>("TFORM"+num.str()); 233 const string unit = "Empty";//Get<string>("TUNIT"+num.str());233 const string unit = Get<string>("TUNIT"+num.str(), ""); 234 234 235 235 istringstream sin(fmt);
Note:
See TracChangeset
for help on using the changeset viewer.