Bug fix: The T_h point group was not identified correctly.

Contributed by Young-Su Lee.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3687 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2007-01-18 08:21:24 +00:00
parent 01b2957482
commit ce9ea381f9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ ELSEIF (noperation(2)==1) THEN
IF (noperation(5)==5) code_group=22 ! D_4h
ELSEIF (nrot==24) THEN
IF (noperation(5)>6) code_group=23 ! D_6h
IF (noperation(5)==6) code_group=29 ! T_h
IF (noperation(5)==3) code_group=29 ! T_h
ELSEIF (nrot==48) THEN
code_group=32 ! O_h
ELSE