IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2015, 10:26:46 PM (11 years ago)
Author:
eugene
Message:

merge changes from EAM branch ipp-20150419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/cdensify.c

    r38062 r38463  
    7373  CHECKVAL(dY);
    7474
    75   Nx = (Xmax - Xmin) / dX + 1;
    76   Ny = (Ymax - Ymin) / dY + 1;
     75  Nx = abs((Xmax - Xmin) / dX) + 1;
     76  Ny = abs((Ymax - Ymin) / dY) + 1;
    7777 
    7878  Coords newcoords = graphmode.coords;
Note: See TracChangeset for help on using the changeset viewer.