Changeset 857 in Sophya for trunk/SophyaProg/Tests/sphg0.cc


Ignore:
Timestamp:
Apr 10, 2000, 3:04:05 PM (25 years ago)
Author:
ansari
Message:

Adapatation a SphereHEALPix, correction tsttmatrix.cc tsttvector.cc - Reza 10/4/2000

File:
1 edited

Legend:

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

    r768 r857  
    22#include "sambainit.h"
    33#include "tod.h"
    4 #include "spheregorski.h"
     4#include "spherehealpix.h"
    55
    66
     
    1111
    1212  int  m=32;
    13   SphereGorski<double> sph(m);
     13  SphereHEALPix<double> sph(m);
    1414  for (int j=0;j<sph.NbPixels();j++)
    1515    {
     
    1919  // Projection  dans une image
    2020
    21   cout <<  " ===== Fin de test0 ======== " << endl;
     21  cout <<  " ===== Fin de sphg0 ======== " << endl;
    2222  return 0;
    2323}
Note: See TracChangeset for help on using the changeset viewer.