Remove an accidentally pasted line.
Former-commit-id: 001a4b236d7f406e8a0f8c889e285d5d767e5417
This commit is contained in:
parent
e8c2250e60
commit
776f07eb06
|
@ -85,7 +85,6 @@ class SVWFPointGroupInfo: # only for point groups, coz in svwf_rep() I use I_tyt
|
||||||
Generates a string with a chunk of C code with a definition of a qpms_finite_group_t instance.
|
Generates a string with a chunk of C code with a definition of a qpms_finite_group_t instance.
|
||||||
See also groups.h.
|
See also groups.h.
|
||||||
'''
|
'''
|
||||||
self = point_group_info['D3h']
|
|
||||||
permlist = list(self.permgroup.elements) # all elements ordered
|
permlist = list(self.permgroup.elements) # all elements ordered
|
||||||
order = len(permlist)
|
order = len(permlist)
|
||||||
permindices = {perm: i for i, perm in enumerate(permlist)} # 'invert' permlist
|
permindices = {perm: i for i, perm in enumerate(permlist)} # 'invert' permlist
|
||||||
|
|
Loading…
Reference in New Issue