forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2249 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6c666819b2
commit
4a481ad820
|
@ -16,3 +16,11 @@ PRB(2006)73:054104.
|
|||
The output is a number with the following mapping:
|
||||
|
||||
enum{UNKNOWN,BCC,FCC,HCP,ICO};
|
||||
|
||||
or in other words:
|
||||
|
||||
0 == UNKNOWN
|
||||
1 == BCC
|
||||
2 == FCC
|
||||
3 == HCP
|
||||
4 == ICO
|
||||
|
|
Loading…
Reference in New Issue