Changeset 9649
- Timestamp:
- Oct 18, 2006, 5:04:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRefstarSubset.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRefstarSubset.c
r9627 r9649 20 20 // the samples cover the same area (the chip), so no area correction 21 21 // is needed... 22 psLogMsg ("psastro", 4, "measuring luminosity function for rawstars\n"); 22 23 pmLumFunc *rawfunc = psastroLuminosityFunction (rawstars); 23 24 if (rawfunc == NULL) { … … 25 26 return NULL; 26 27 } 28 psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n"); 27 29 pmLumFunc *reffunc = psastroLuminosityFunction (refstars); 28 30 if (reffunc == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
