Changeset 12546
- Timestamp:
- Mar 22, 2007, 8:18:40 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r11726 r12546 100 100 101 101 // count the number of sources which will be written 102 for (int i = 0; i < sources->n; i++) {102 for (int i = 0; (sources != NULL) && (i < sources->n); i++) { 103 103 pmSource *source = (pmSource *) sources->data[i]; 104 104 pmModel *model = pmSourceSelectModel (source);
Note:
See TracChangeset
for help on using the changeset viewer.
