IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2007, 4:00:06 PM (19 years ago)
Author:
eugene
Message:

asserting libkapa API, adding section and erase commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/fitsed.c

    r13391 r13404  
    161161    graphdata.style = 2;
    162162    graphdata.ptype = 2;
    163     KapaClear (kapa, TRUE);
     163    KapaClearSections (kapa);
    164164    magSection.name = strcreate ("mag");
    165165    magSection.x  = 0;
     
    261261        SWAP (graphdata.ymin, graphdata.ymax);
    262262
    263         KapaClear (kapa, TRUE);
     263        KapaClearSections (kapa);
    264264        KapaSetSection (kapa, &magSection);
    265265        KapaSetLimits (kapa, &graphdata);
Note: See TracChangeset for help on using the changeset viewer.