- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psLib/src/fits/psFitsImage.c
r30636 r31606 485 485 double boffset; 486 486 int status; 487 status = 0; 487 488 fits_read_key_dbl(fits->fd, "BOFFSET", &boffset, NULL, &status); 488 outImage = psFitsScaleFromDisk(outImage,boffset); 489 psImage *newImage = psFitsScaleFromDisk(outImage,boffset); 490 psFree (outImage); 491 outImage = newImage; 489 492 } 490 493 psFree(info);
Note:
See TracChangeset
for help on using the changeset viewer.
