Changeset 2937 in Sophya


Ignore:
Timestamp:
Apr 3, 2006, 3:12:40 PM (19 years ago)
Author:
ansari
Message:

changement valeur par defaut d'argument ds fitsinoutfile.h .cc , Reza 3/4/2006

Location:
trunk/SophyaExt/FitsIOServer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsinoutfile.cc

    r2932 r2937  
    520520  \param dvl : DVList object containing filled with (keyword,value) pairs.
    521521  \param stripkw : if true (default), remove leading and trailing spaces from keyword
    522   \param keepstkey : if true (default), keep keys of type TYP_STRUC_KEY
     522  \param keepstkey : if true , keep keys of type TYP_STRUC_KEY
    523523*/
    524524int FitsInOutFile::GetHeaderRecords(DVList& dvl, bool stripkw, bool keepstkey)
  • trunk/SophyaExt/FitsIOServer/fitsinoutfile.h

    r2932 r2937  
    180180 //! Read header records and appends the information to dvl
    181181 int               GetHeaderRecords(DVList& dvl,
    182                                     bool stripkw= true, bool keepstkey=true);
     182                                    bool stripkw= true, bool keepstkey=false);
    183183 //! Appends a keyword to FITS header
    184184 void              WriteKey(const char * kname, MuTyV const & val,
Note: See TracChangeset for help on using the changeset viewer.