Changeset 24648
- Timestamp:
- Jul 2, 2009, 3:40:24 PM (17 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroExtractGhosts.c (modified) (1 diff)
-
psastroExtractStars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroExtractGhosts.c
r23810 r24648 53 53 54 54 // really error-out here? or just skip? 55 if (!psastroZeroPointFromRecipe (&zeropt, &exptime, fpa, recipe)) {55 if (!psastroZeroPointFromRecipe (&zeropt, &exptime, NULL, fpa, recipe)) { 56 56 psLogMsg ("psastro", PS_LOG_INFO, "failed to load zeropt data from recipe"); 57 57 return false; -
trunk/psastro/src/psastroExtractStars.c
r23666 r24648 65 65 66 66 // really error-out here? or just skip? 67 if (!psastroZeroPointFromRecipe (&zeropt, &exptime, fpa, recipe)) {67 if (!psastroZeroPointFromRecipe (&zeropt, &exptime, NULL, fpa, recipe)) { 68 68 psLogMsg ("psastro", PS_LOG_INFO, "failed to load zeropt data from recipe"); 69 69 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
