Changeset 12712 for trunk/psastro/src/psastroRefstarSubset.c
- Timestamp:
- Mar 31, 2007, 5:21:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRefstarSubset.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRefstarSubset.c
r12492 r12712 23 23 pmLumFunc *rawfunc = psastroLuminosityFunction (rawstars); 24 24 if (rawfunc == NULL) { 25 ps Error(PSASTRO_ERR_DATA, false, "error measuring rawstar luminosity function\n");26 return false;25 psLogMsg ("psastro", 4, "giving up on rawstars for this readout\n"); 26 return true; 27 27 } 28 28 psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n"); 29 29 pmLumFunc *reffunc = psastroLuminosityFunction (refstars); 30 30 if (reffunc == NULL) { 31 ps Error(PSASTRO_ERR_DATA, false, "error measuring refstar luminosity function\n");32 return false;31 psLogMsg ("psastro", 4, "giving up on refstars for this readout\n"); 32 return true; 33 33 } 34 34
Note:
See TracChangeset
for help on using the changeset viewer.
