- Timestamp:
- Mar 17, 2010, 2:52:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/relphot/include/relphot.h
r27306 r27312 7 7 # define GRID_V2 8 8 # define NO_IMAGE -100 9 10 # if (0)11 typedef struct {12 double xmin, xmax, ymin, ymax;13 int style, ptype, ltype, etype, color;14 double lweight, size;15 } Graphdata;16 # endif17 9 18 10 typedef struct { … … 110 102 111 103 # ifdef GRID_V1 112 int setGridMeasure ( int meas, int cat, double X, double Y);104 int setGridMeasure (off_t meas, int cat, double X, double Y); 113 105 # endif 114 106 115 107 # ifdef GRID_V2 116 int setGridMeasure ( int meas, int cat, double X, double Y, int ccdnum);108 int setGridMeasure (off_t meas, int cat, double X, double Y, int ccdnum); 117 109 # endif 118 110
Note:
See TracChangeset
for help on using the changeset viewer.
