diff options
author | Thomas White <taw@physics.org> | 2010-07-13 14:28:08 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:53 +0100 |
commit | afd85c7d4bc86ffcb27ab13abcd42df0087eefd0 (patch) | |
tree | bfd07b7669ea2887ebc61ae2ee03e5368e771148 | |
parent | 5d0cae2baa9a7e09dd54b144cc503feac730794a (diff) |
Fix doc/symmetry
-rw-r--r-- | doc/symmetry | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/symmetry b/doc/symmetry index d201e000..41ea3272 100644 --- a/doc/symmetry +++ b/doc/symmetry @@ -49,5 +49,5 @@ Finally, add the new point group to the get_general_equiv() function. This function takes a set of Miller indices, a point group and an index "n", and returns (by reference) the indices of the "n"th equivalent reflection. You just have to worry about the general position, because get_equiv() will work out the -special positions for you. get_general_equiv() should return the original -indices when idx=0. +special positions for you. get_general_equiv() must return the original indices +when idx=0. |