- Timestamp:
- Mar 1, 2022, 10:48:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/Ohana/src/relphot/src/initialize.c
r41647 r42104 9 9 if (!mode) exit (2); 10 10 11 // UPDATE_AVERAGES always operates on all photcodes? 12 if (mode == UPDATE_AVERAGES) { 11 // UPDATE_AVERAGES used to always operate on all photcodes 12 // now, if a list of photcodes are given that is used, otherwise 13 // all will be used 14 if (!photcodes) { 13 15 char tmpline1[256]; 14 16 int Ns;
Note:
See TracChangeset
for help on using the changeset viewer.
