diff --git a/data/test/gold.xyz b/data/test/gold.xyz index 34002e85d..414c4add8 100755 --- a/data/test/gold.xyz +++ b/data/test/gold.xyz @@ -1,3 +1,5 @@ +335 + Au 0.00000 0.00000 -7.50000 Au 0.00000 0.00000 -5.00000 Au 0.00000 0.00000 -2.50000 diff --git a/src/base/aten.h b/src/base/aten.h index c4ce4d3ed..30934d4e6 100644 --- a/src/base/aten.h +++ b/src/base/aten.h @@ -30,8 +30,8 @@ #include "templates/namemap.h" #define ATENVERSION "0.99" -#define ATENREVISION "629" -#define ATENDATE "Fri 05 Sep - 15:09" +#define ATENREVISION "638" +#define ATENDATE "Wed 17 Sep - 16:34" #define ATENURL "http://aten.googlecode.com/svn/trunk" // Forward Declarations diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 7a10aca2b..044e320bc 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -268,6 +268,7 @@ void GuiQt::modelChanged(bool updateAtoms, bool updateCell, bool updateForcefiel { cellDefineWindow->refresh(); cellTransformWindow->refresh(); + disorderWindow->refresh(); } // Update forcefields in the forcefield window if (updateForcefield) forcefieldsWindow->refresh();