Ignore:
Timestamp:
Dec 6, 1999, 6:12:21 PM (26 years ago)
Author:
ansari
Message:

Pb compil sur IRIX64-CC, re-decl for(int ii, ...) FitsIOServer - Reza 6/12/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsioserver.cc

    r673 r674  
    18401840   cout << " image FITS en projection MOLLWEIDE" << endl;
    18411841  // table will have npixels rows
    1842    for(int j=0; j < npixels; j++) map[j]=0.;
    1843    for(int j=0; j<naxes[1]; j++)
     1842  int i,j;
     1843   for(j=0; j < npixels; j++) map[j]=0.;
     1844   for(j=0; j<naxes[1]; j++)
    18441845     {
    18451846       double yd = (j+0.5)/naxes[1]-0.5;
    18461847       double facteur=2.*Pi/sin(acos(yd*2));
    18471848       double theta = (0.5-yd)*Pi;
    1848        for(int i=0; i<naxes[0]; i++) 
     1849       for(i=0; i<naxes[0]; i++) 
    18491850         {
    18501851           double xa = (i+0.5)/naxes[0]-0.5;
Note: See TracChangeset for help on using the changeset viewer.