Changeset 42694
- Timestamp:
- Jun 24, 2024, 8:57:54 AM (2 years ago)
- Location:
- branches/eam_branches/ipp-20230313/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
dvomergeUpdate_catalogs.c (modified) (1 diff)
-
merge_catalogs_old.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r42133 r42694 2 2 # define DEBUG 1 3 3 # define MACHINE_GROUPS 1 4 # define MEMCHECK_VERBOSE 0 4 5 5 6 // in parallel mode, the target database may be distributed, while the input database is -
branches/eam_branches/ipp-20230313/Ohana/src/dvomerge/src/merge_catalogs_old.c
r41341 r42694 497 497 int outputIndex; 498 498 if (secfiltMap) { 499 if (secfiltMap[j] < 0) continue; // skip secfilt entries from input that are not in the output 499 500 outputIndex = (Nave * NsecfiltOut) + secfiltMap[j]; 500 501 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
