Changeset 982 in Sophya


Ignore:
Timestamp:
Apr 28, 2000, 5:24:36 PM (25 years ago)
Author:
ansari
Message:

compil SGI-CC de tspm.cc (indice de boucle) - Reza 28/4/2000

File:
1 edited

Legend:

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

    r857 r982  
    4040
    4141  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++)
    4344    {
    4445      sph.PixThetaPhi(j,teta,phi);
     
    9091
    9192  cout << "Filling spherical map NPixels= " << spht.NbPixels() << endl;
    92   for (int j=0;j<spht.NbPixels();j++)
     93  for (j=0;j<spht.NbPixels();j++)
    9394    {
    9495      spht.PixThetaPhi(j,teta,phi);
Note: See TracChangeset for help on using the changeset viewer.