Changeset 1841 in Sophya for trunk/SophyaProg/PrgMap/cl2map.cc
- Timestamp:
- Dec 22, 2001, 12:11:40 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/cl2map.cc
r1626 r1841 119 119 cout << "--- Writing map to Output FITS file " << outfile << endl; 120 120 string dum = "rm -f "; dum += outfile; system(dum.c_str()); 121 FitsOutFile fio(outfile );121 FitsOutFile fio(outfile, FitsFile::clear); 122 122 fio << sph; 123 123 }
Note:
See TracChangeset
for help on using the changeset viewer.