diff options
author | Thomas White <taw@physics.org> | 2010-08-17 18:14:44 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | 0dcc9e2e1ea4fcbd37db5ab7ac74146098c2f4d7 (patch) | |
tree | 22fce4b990b75619c19613824289c3f71275635c /src/symmetry.c | |
parent | ac20d7cd290e7bac157b9b90a73a04a956ab6ee3 (diff) |
Generation of templates (needs debugging)
Diffstat (limited to 'src/symmetry.c')
-rw-r--r-- | src/symmetry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/symmetry.c b/src/symmetry.c index 6611e617..6511d173 100644 --- a/src/symmetry.c +++ b/src/symmetry.c @@ -456,7 +456,8 @@ int is_polyhedral(const char *sym) } -/* Returns the order of the highest axis of proper or improper rotation */ +/* Returns the order of the characteristic axis of proper or improper rotation + * for the point group. This should be the rotation about the c axis. */ int rotational_order(const char *sym) { /* Triclinic */ |