Changeset 26003
- Timestamp:
- Nov 2, 2009, 11:51:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotVisual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotVisual.c
r25986 r26003 2062 2062 Graphdata graphdata; 2063 2063 2064 // XXX TESTif (!pmVisualIsVisual()) return true;2064 if (!pmVisualIsVisual()) return true; 2065 2065 2066 2066 int myKapa = psphotKapaChannel (2); … … 2098 2098 graphdata.ymax = PS_MAX(graphdata.ymax, y->data.F32[n]); 2099 2099 2100 fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]);2100 fprintf (f, "%d %d %f %f\n", i, n, x->data.F32[n], y->data.F32[n]); 2101 2101 2102 2102 n++;
Note:
See TracChangeset
for help on using the changeset viewer.
