Changeset 14870 for trunk/Mars/mfileio


Ignore:
Timestamp:
02/05/13 14:56:42 (12 years ago)
Author:
lyard
Message:
changed fits comment delimiters from [fits ] to {fits }
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MWriteFitsFile.cc

    r14869 r14870  
    712712      string unit="unit";
    713713
    714       pos1 = comment.find("[fits: ");
    715       pos2 = comment.find(']');
     714      pos1 = comment.find("{fits: ");
     715      pos2 = comment.find('}');
    716716      std::map<string, string> fitsTokens;
    717717      if (pos1 != string::npos && pos2 != string::npos)
Note: See TracChangeset for help on using the changeset viewer.