Changeset 26275 for trunk/psastro/src/psastroRemoveClumps.c
- Timestamp:
- Nov 24, 2009, 3:13:26 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRemoveClumps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRemoveClumps.c
r26259 r26275 83 83 */ 84 84 psArray *psastroRemoveClumps (psArray *input, int scale) { 85 86 if (!input) return NULL; 87 88 if (!input->n) { 89 psArray *output = psArrayAllocEmpty (16); 90 return output; 91 } 85 92 86 93 // determine data range
Note:
See TracChangeset
for help on using the changeset viewer.
