Changeset 37513
- Timestamp:
- Oct 21, 2014, 12:04:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/addstar/src/ReadImageHeader.c
r37378 r37513 9 9 10 10 void saveMosaicCoords (Coords *input) { 11 mosaic = input; 11 ALLOCATE (mosaic, Coords, 1); 12 memcpy (mosaic, input, sizeof(Coords)); 12 13 } 13 14
Note:
See TracChangeset
for help on using the changeset viewer.
