IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2011, 11:04:25 AM (15 years ago)
Author:
eugene
Message:

fix error in CastVector; add -graph option to densify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/Ohana/src/opihi/lib.data/graphtools.c

    r20936 r31078  
    5959  set_variable ("YMIN", graphmode[0].ymin);
    6060  set_variable ("YMAX", graphmode[0].ymax);
     61
     62  set_variable ("KAPA_XMIN", graphmode[0].xmin);
     63  set_variable ("KAPA_XMAX", graphmode[0].xmax);
     64  set_variable ("KAPA_YMIN", graphmode[0].ymin);
     65  set_variable ("KAPA_YMAX", graphmode[0].ymax);
    6166}
    6267
     
    95100  SetGraph (graphmode);
    96101
     102  set_variable ("KAPA_XMIN", graphmode[0].xmin);
     103  set_variable ("KAPA_XMAX", graphmode[0].xmax);
     104  set_variable ("KAPA_YMIN", graphmode[0].ymin);
     105  set_variable ("KAPA_YMAX", graphmode[0].ymax);
     106
    97107  set_variable ("XMIN", graphmode[0].xmin);
    98108  set_variable ("XMAX", graphmode[0].xmax);
Note: See TracChangeset for help on using the changeset viewer.