diff options
Diffstat (limited to '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. |