- Timestamp:
- Jun 12, 2015, 9:26:15 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150419/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dvo/extract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150112/Ohana/src/opihi merged eligible /branches/eam_branches/ipp-20150405/Ohana/src/opihi merged eligible /trunk/Ohana/src/opihi merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/dvo/extract.c
r31635 r38443 252 252 catalog.measure = (Measure *) NULL; 253 253 catalog.secfilt = (SecFilt *) NULL; 254 loadmode = LOAD_AVES | LOAD_SECF;254 loadmode = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT; 255 255 if ((mode == REF) || (mode == TYPE) || (mode == NPHOT) || (mode == NCODE)) 256 loadmode = loadmode | LOAD_MEAS;256 loadmode = loadmode | DVO_LOAD_MEASURE; 257 257 258 258 /* lock, load, unlock catalog */
Note:
See TracChangeset
for help on using the changeset viewer.
