Skip to content

Commit

Permalink
Fixed update issues with Disorder window on model tab change.
Browse files Browse the repository at this point in the history
  • Loading branch information
t.youngs committed Sep 17, 2008
1 parent 49e7fb0 commit ff65cba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/test/gold.xyz
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/base/aten.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ff65cba

Please sign in to comment.