- Timestamp:
- Nov 13, 2020, 3:28:05 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r41434 r41435 153 153 psArray *calStars = psArrayAlloc(inStars->n); 154 154 155 for (int i = 0; (i < inStars->n) && (j < rawStars->n); i++) {155 for (int i = 0; (i < inStars->n) && (j < calStars->n); i++) { 156 156 int n = index->data.S32[i]; 157 157 pmSource *source = sources->data[n];
Note:
See TracChangeset
for help on using the changeset viewer.
