Changeset 14870 for trunk/Mars/mfileio
- Timestamp:
- 02/05/13 14:56:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteFitsFile.cc
r14869 r14870 712 712 string unit="unit"; 713 713 714 pos1 = comment.find(" [fits: ");715 pos2 = comment.find(' ]');714 pos1 = comment.find("{fits: "); 715 pos2 = comment.find('}'); 716 716 std::map<string, string> fitsTokens; 717 717 if (pos1 != string::npos && pos2 != string::npos)
Note:
See TracChangeset
for help on using the changeset viewer.