mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
Fix basis sort
This commit is contained in:
parent
13ea1361c2
commit
2d9492471f
@ -288,7 +288,7 @@ draft: false
|
|||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
else if (b === "aug-cc-pVTZ") {
|
else if (b === "aug-cc-pVTZ") {
|
||||||
return -1
|
return 1
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return a.localeCompare(b)
|
return a.localeCompare(b)
|
||||||
|
Loading…
Reference in New Issue
Block a user