10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix VertExcitationKind in stats

This commit is contained in:
Mickaël Véril 2020-09-03 16:55:26 +02:00
parent 6ead74674e
commit 0359764e55

View File

@ -322,7 +322,7 @@ draft: false
allowT1 = true
}
}
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.cVertExcitationKind])
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.VertExcitationKind])
const keydic = sdatdic.get(key)
if ((!exc.isUnsafe || window.filterParams.unsafe) && ((exc.type & window.filterParams.exType) !== 0) && ((exc.VertExcitationKind & window.filterParams.exVertKind) !== 0) && allowT1) {
if (!(keydic.has(key2))) {