Changeset 25082 for trunk/magic/remove/src/streaksremove.h
- Timestamp:
- Aug 14, 2009, 3:58:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.h
r24691 r25082 84 84 // can't declare this in streaksastrom due to header file ordering 85 85 extern void cellToChip(double *xChip, double *yChip, strkAstrom *astrom, double xCell, double yCell); 86 extern void cellToChipInt( int *xChip,int *yChip, strkAstrom *astrom, int xCell, int yCell);86 extern void cellToChipInt(unsigned int *xChip, unsigned int *yChip, strkAstrom *astrom, int xCell, int yCell); 87 87 88 88 extern bool computeWarpedPixels(streakFiles *sf);
Note:
See TracChangeset
for help on using the changeset viewer.
