- Timestamp:
- Mar 29, 2011, 11:04:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/Ohana/src/opihi/lib.data/graphtools.c
r20936 r31078 59 59 set_variable ("YMIN", graphmode[0].ymin); 60 60 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); 61 66 } 62 67 … … 95 100 SetGraph (graphmode); 96 101 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 97 107 set_variable ("XMIN", graphmode[0].xmin); 98 108 set_variable ("XMAX", graphmode[0].xmax);
Note:
See TracChangeset
for help on using the changeset viewer.
