Changeset 1062 in Sophya for trunk/SophyaProg/PMixer/skymixer.cc
- Timestamp:
- Jul 11, 2000, 1:08:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/skymixer.cc
r986 r1062 126 126 { 127 127 FITS_SphereHEALPix<float> fios(&outgs); 128 fios.Read F(ifnm,2);128 fios.Read(ifnm,2); 129 129 } 130 130 if(printlev>0) … … 189 189 { 190 190 FITS_SphereHEALPix<float> fiosIn(&ings); 191 fiosIn.Read F(flnm,2);191 fiosIn.Read(flnm,2); 192 192 } 193 193 if (debuglev > 4) { // Writing the input map to the outppf … … 226 226 { 227 227 FITS_SphereHEALPix<float> fiosBM(&betaMap); 228 fiosBM.Read F(flnm,2);228 fiosBM.Read(flnm,2); 229 229 } 230 230 if (printlev > 2) {
Note:
See TracChangeset
for help on using the changeset viewer.