mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Merge branch 'master' into QUEST2
This commit is contained in:
commit
cbe41a3cbd
@ -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 {
|
||||
|
@ -97,9 +97,6 @@ class method {
|
||||
get isTBE() {
|
||||
return /^TBE/.test(this.name)
|
||||
}
|
||||
get isCorrectedTBE() {
|
||||
return this.name="TBE"
|
||||
}
|
||||
}
|
||||
|
||||
class state {
|
||||
|
Loading…
Reference in New Issue
Block a user