Changeset 1535 in Sophya for trunk/SophyaProg/PrgMap/cl2map.cc
- Timestamp:
- Jun 15, 2001, 7:04:34 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/cl2map.cc
r1441 r1535 111 111 112 112 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()); 114 115 FitsOutFile fio(outfile); 115 116 fio << sph;
Note:
See TracChangeset
for help on using the changeset viewer.