Changeset 10790
- Timestamp:
- Dec 16, 2006, 11:49:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRefstarSubset.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRefstarSubset.c
r9732 r10790 24 24 if (rawfunc == NULL) { 25 25 psError(PSASTRO_ERR_DATA, false, "error measuring rawstar luminosity function\n"); 26 return NULL;26 return false; 27 27 } 28 28 psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n"); … … 30 30 if (reffunc == NULL) { 31 31 psError(PSASTRO_ERR_DATA, false, "error measuring refstar luminosity function\n"); 32 return NULL;32 return false; 33 33 } 34 35 // XXXX test36 // psFree (rawfunc);37 // psFree (reffunc);38 // return true;39 34 40 35 // what is the offset between the two lines at the average magnitude?
Note:
See TracChangeset
for help on using the changeset viewer.
