IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2010, 5:27:25 PM (16 years ago)
Author:
eugene
Message:

various little issues from --pedantic

Location:
trunk/Ohana/src/kapa2/src
Files:
2 edited

Legend:

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

    r25919 r27491  
    244244 
    245245  /* continue with rest of points */
     246  sxo = syo = 0;
    246247  for (i++; i < object[0].Npts; i++) {
    247248    if (!(finite(x[i]) && finite(y[i]))) continue;
  • trunk/Ohana/src/kapa2/src/InterpretPresses.c

    r16256 r27491  
    2424
    2525    sprintf (name, "Button%d", event[0].button);
     26    Z = 0;
    2627    if (graph) {
    2728      X = (event[0].x - graph[0].axis[0].fx)*(graph[0].axis[0].max - graph[0].axis[0].min)/graph[0].axis[0].dfx + graph[0].axis[0].min;
Note: See TracChangeset for help on using the changeset viewer.