IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27602


Ignore:
Timestamp:
Apr 5, 2010, 12:50:06 PM (16 years ago)
Author:
eugene
Message:

comments

File:
1 edited

Legend:

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

    r18426 r27602  
    2929    DrawRotTextInit (graphic->display, graphic->window, graphic->gc, graphic->color[graph[0].axis[i].color], graphic->back);
    3030
     31    // fprintf (stderr, "axis: %d, color: %d, %ld, weight: %f\n", i, graph[0].axis[i].color, graphic->color[graph[0].axis[i].color], lweight);
     32
    3133    if (graph[0].axis[i].isaxis) {
    3234      DrawLine (fx, fy, dfx, dfy);
     35      // fprintf (stderr, "%d : %d %d - %d %d\n", i, fx, fy, dfx, dfy);
    3336    }
    3437   
Note: See TracChangeset for help on using the changeset viewer.