IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37799


Ignore:
Timestamp:
Jan 11, 2015, 1:18:39 PM (12 years ago)
Author:
eugene
Message:

minor mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/LoadPicture.c

    r37781 r37799  
    6060  image[0].wide.expand = (wx > 1.0) ? floor (-wx) : ceil (1.0 / wx);
    6161  // fprintf (stderr, "%d : %f\n", image[0].wide.expand, wx);
    62   // image[0].wide.expand = (wx > 1.0) ? ceil (-wx) : floor (1.0 / wx);
     62  image[0].wide.expand = (wx > 1.0) ? ceil (-wx) : floor (1.0 / wx);
    6363
    6464  image[0].wide.Xc = 0.5*header.Naxis[0];
Note: See TracChangeset for help on using the changeset viewer.