IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15635


Ignore:
Timestamp:
Nov 16, 2007, 2:37:21 PM (18 years ago)
Author:
eugene
Message:

fix prob with range = 0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/DrawFrame.c

    r15542 r15635  
    3333
    3434      range = graph[0].axis[i].max - graph[0].axis[i].min;
     35      if (fabs(range) < MIN_RANGE) continue;
     36
    3537      if (fabs(range) < MIN_RANGE) {
    3638        range = (range < 0) ? -MIN_RANGE : +MIN_RANGE;
Note: See TracChangeset for help on using the changeset viewer.