Changeset 857 in Sophya for trunk/SophyaProg/Tests/sphg0.cc
- Timestamp:
- Apr 10, 2000, 3:04:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/sphg0.cc
r768 r857 2 2 #include "sambainit.h" 3 3 #include "tod.h" 4 #include "sphere gorski.h"4 #include "spherehealpix.h" 5 5 6 6 … … 11 11 12 12 int m=32; 13 Sphere Gorski<double> sph(m);13 SphereHEALPix<double> sph(m); 14 14 for (int j=0;j<sph.NbPixels();j++) 15 15 { … … 19 19 // Projection dans une image 20 20 21 cout << " ===== Fin de test0 ======== " << endl;21 cout << " ===== Fin de sphg0 ======== " << endl; 22 22 return 0; 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.