mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Merge branch 'master' into QUEST2
This commit is contained in:
commit
f1f980be31
@ -333,7 +333,7 @@ class dataFileBase {
|
||||
// Find if there is a duplicate or not
|
||||
if (stfy.indexOf(element, i + 1) >= 0) {
|
||||
// Find if the element is already in the result array or not
|
||||
if (result.indexOf(element) === -1) {
|
||||
if (double.indexOf(element) === -1) {
|
||||
double.push(dat.excitations[i])
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user