From 2d9492471f1d648c72884ff7f3476a11a75502d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Fri, 9 Oct 2020 10:32:02 +0200 Subject: [PATCH] Fix basis sort --- content/dataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dataset.html b/content/dataset.html index 2da01775..b13ae47a 100644 --- a/content/dataset.html +++ b/content/dataset.html @@ -288,7 +288,7 @@ draft: false return -1 } else if (b === "aug-cc-pVTZ") { - return -1 + return 1 } else { return a.localeCompare(b)