Ignore:
Timestamp:
Apr 7, 2000, 3:19:09 PM (25 years ago)
Author:
ansari
Message:

modifs cmv 7/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/fitsServTest.cc

    r768 r837  
    5858  // Définition de la sphère
    5959   int  m=nsmax;
    60   float teta,phi;
     60  double teta,phi;
    6161  SphereGorski<float> sph1(nsmax);
    6262  //SphereThetaPhi sph1(nsmax);
     
    107107  for (int j=0;j<sph1.NbPixels();j++)
    108108    {
    109       float teta,phi;
     109      double teta,phi;
    110110      sph1.PixThetaPhi(j,teta,phi);
    111111      //int bid= sph1.PixIndexSphNest(teta,phi);
     
    118118  for (int k=0; k< lcl.NbPixels(); k++)
    119119    {
    120       float theta, phi;
     120      double theta, phi;
    121121      lcl.PixThetaPhi(k, theta, phi);
    122122      lcl(k)=sph1(sph1.PixIndexSph( theta, phi));
Note: See TracChangeset for help on using the changeset viewer.