From ad7fd3f8c588edf3d00961daf81861712fea578e Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Sat, 25 Nov 2023 22:32:28 -0500 Subject: [PATCH] [skip-ci] Fix linear template Fix #1469 - 1-lin.cjson wasn't valid JSON Signed-off-by: Geoff Hutchison --- .../templatetool/centers/1-lin.cjson | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/avogadro/qtplugins/templatetool/centers/1-lin.cjson b/avogadro/qtplugins/templatetool/centers/1-lin.cjson index b9e830467..b83addc66 100644 --- a/avogadro/qtplugins/templatetool/centers/1-lin.cjson +++ b/avogadro/qtplugins/templatetool/centers/1-lin.cjson @@ -1,21 +1,22 @@ { + "chemicalJson": 1, "atoms": { "coords": { "3d": [ - -2.3474931716918945, - 0.4155503213405609, - -3.9696692510915454e-07, - -2.2536088043600566, - 1.283863887971495, - -1.2275600077714488 + -0.21242, + 0.76221, + 0.0, + 1.78758, + 0.76221, + 0.0 ] }, "elements": { "number": [ - 77, + 26, 1 ] - }, + } }, "bonds": { "connections": { @@ -27,6 +28,5 @@ "order": [ 1 ] - }, - "chemicalJson": 1 + } }