IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2008, 11:11:43 AM (18 years ago)
Author:
eugene
Message:

fixed major / minor ticks; erase old labels when adding new labels; defined DrawLabelRaw, which gets color; added EraseLabel

File:
1 edited

Legend:

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

    r14590 r17466  
    123123  }
    124124  if (Nbytes_send != Npts_send*sizeof(float)) {
    125     fprintf (stderr, "Kapa Communication error: unexpected data size %d vs %ld\n", Nbytes_send, Npts_send*sizeof(float));
     125    fprintf (stderr, "Kapa Communication error: unexpected data size %d vs %d\n", Nbytes_send, Npts_send*sizeof(float));
    126126  }
    127127
Note: See TracChangeset for help on using the changeset viewer.