Changeset 1535 in Sophya for trunk/SophyaProg/PrgMap/cl2map.cc


Ignore:
Timestamp:
Jun 15, 2001, 7:04:34 PM (24 years ago)
Author:
cmv
Message:
  • Quelques details
  • pour masquer une shpere cmv 15/6/01
File:
1 edited

Legend:

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

    r1441 r1535  
    111111
    112112  if (fgfitsout) {
    113     cout << "--- Writing map to Output FITS file " << outfile << endl;
     113    cout << "--- Writing map to Output FITS file " << outfile << endl;
     114    string dum = "rm -f "; dum += outfile; system(dum.c_str());
    114115    FitsOutFile fio(outfile);
    115116    fio << sph;
Note: See TracChangeset for help on using the changeset viewer.