aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-13 14:28:08 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commitafd85c7d4bc86ffcb27ab13abcd42df0087eefd0 (patch)
treebfd07b7669ea2887ebc61ae2ee03e5368e771148 /doc
parent5d0cae2baa9a7e09dd54b144cc503feac730794a (diff)
Fix doc/symmetry
Diffstat (limited to 'doc')
-rw-r--r--doc/symmetry4
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.