IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:21:40 PM (20 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/graphtools.c

    r4689 r5850  
    4040  set_variable ("YMAX", graphmode[0].ymax);
    4141}
    42 
    43 void ApplyLimits (int Xgraph, Graphdata *graphmode, int apply) {
    44 
    45   if (!apply) return;
    46 
    47   SendGraphCommand (Xgraph, 4, "SLIM");
    48   SendGraphMessage (Xgraph, "%g %g %g %g ", graphmode[0].xmin, graphmode[0].xmax, graphmode[0].ymin, graphmode[0].ymax);
    49 }
Note: See TracChangeset for help on using the changeset viewer.