Ignore:
Timestamp:
Dec 22, 2001, 12:11:40 AM (24 years ago)
Author:
ansari
Message:

Ajout flag FitsFile::clear pour les FitsOutFile - Reza 21/12/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgMap/extrap2sph.cc

    r1626 r1841  
    187187{
    188188dum = "rm -f "; dum += fsphout; system(dum.c_str());
    189 FitsOutFile sfits(fsphout);
     189FitsOutFile sfits(fsphout, FitsFile::clear);
    190190cout<<"Writing Output Sphere Fits file"<<endl;
    191191sfits<<sphin;
Note: See TracChangeset for help on using the changeset viewer.