Skip to content

Commit

Permalink
added TODO (OIArray same table)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed May 28, 2021
1 parent 475d1cc commit acf3765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fr/jmmc/oitools/processing/Merger.java
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ private static void processOIArrays(final Context ctx) {
// table is the same
break;
}
// TODO: try all other possibilities ie all OI_ARRAYs having the same same
// Use hash or checksum to avoid costly raw table comparison ?
}
// use another suffix (_nn):
idx++;
Expand Down

0 comments on commit acf3765

Please sign in to comment.