Changeset 20520 for trunk/magic/remove/src/streaksastrom.h
- Timestamp:
- Nov 3, 2008, 4:38:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksastrom.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksastrom.h
r20280 r20520 4 4 // Structure that encapsulates Astrometry 5 5 // Note: this file should have no dependence on ipp data types 6 // XXX: we might be able to remove this restrction. Paul S has 7 // used some of our datatypes in his code 8 // 6 9 typedef struct { 7 10 // opaque pointers to psModules types … … 19 22 20 23 24 #ifndef notdef 21 25 // There must be some well known type lying around that we 22 26 // can use for this … … 25 29 double y; 26 30 } strkPt; 31 #else 32 // TODO: remove this typedef 33 typedef psPlane strkPt; 34 #endif 27 35 28 36 extern bool skyToCell(strkPt *, strkAstrom *astrom, double ra, double dec);
Note:
See TracChangeset
for help on using the changeset viewer.
