Changeset 1062 in Sophya for trunk/SophyaProg/PMixer/skymixer.cc


Ignore:
Timestamp:
Jul 11, 2000, 1:08:21 PM (25 years ago)
Author:
ansari
Message:

Adaptation modifs interface FitsIOServer , Reza 11/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/skymixer.cc

    r986 r1062  
    126126      {
    127127        FITS_SphereHEALPix<float> fios(&outgs);
    128         fios.ReadF(ifnm,2);
     128        fios.Read(ifnm,2);
    129129      }
    130130      if(printlev>0)
     
    189189          {
    190190            FITS_SphereHEALPix<float> fiosIn(&ings);
    191             fiosIn.ReadF(flnm,2);
     191            fiosIn.Read(flnm,2);
    192192          }
    193193          if (debuglev > 4) {  // Writing the input map to the outppf
     
    226226              {
    227227                FITS_SphereHEALPix<float> fiosBM(&betaMap);
    228                 fiosBM.ReadF(flnm,2);
     228                fiosBM.Read(flnm,2);
    229229              }
    230230              if (printlev > 2) {
Note: See TracChangeset for help on using the changeset viewer.