10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Merge branch 'master' into QUEST2

This commit is contained in:
Mickaël Véril 2020-03-30 16:37:34 +02:00
commit cbe41a3cbd
2 changed files with 1 additions and 4 deletions

View File

@ -363,7 +363,7 @@ draft: false
return -1
}
else if (a.isTBE && b.isTBE) {
if (!a.isCorrectedTBE && b.isCorrectedTBE) {
if (a.basis!=="CBS" && b.basis==="CBS") {
return -1
}
else {

View File

@ -97,9 +97,6 @@ class method {
get isTBE() {
return /^TBE/.test(this.name)
}
get isCorrectedTBE() {
return this.name="TBE"
}
}
class state {