Changeset 982 in Sophya for trunk/SophyaProg
- Timestamp:
- Apr 28, 2000, 5:24:36 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tspm.cc
r857 r982 40 40 41 41 cout << "Filling spherical map NPixels= " << sph.NbPixels() << endl; 42 for (int j=0;j<sph.NbPixels();j++) 42 int j; 43 for (j=0;j<sph.NbPixels();j++) 43 44 { 44 45 sph.PixThetaPhi(j,teta,phi); … … 90 91 91 92 cout << "Filling spherical map NPixels= " << spht.NbPixels() << endl; 92 for ( intj=0;j<spht.NbPixels();j++)93 for (j=0;j<spht.NbPixels();j++) 93 94 { 94 95 spht.PixThetaPhi(j,teta,phi);
Note:
See TracChangeset
for help on using the changeset viewer.