Changeset 1841 in Sophya for trunk/SophyaProg/PrgMap/extrap2sph.cc
- Timestamp:
- Dec 22, 2001, 12:11:40 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/extrap2sph.cc
r1626 r1841 187 187 { 188 188 dum = "rm -f "; dum += fsphout; system(dum.c_str()); 189 FitsOutFile sfits(fsphout );189 FitsOutFile sfits(fsphout, FitsFile::clear); 190 190 cout<<"Writing Output Sphere Fits file"<<endl; 191 191 sfits<<sphin;
Note:
See TracChangeset
for help on using the changeset viewer.