Remove an accidentally pasted line.

Former-commit-id: 001a4b236d7f406e8a0f8c889e285d5d767e5417
This commit is contained in:
Marek Nečada 2019-03-02 15:54:48 +00:00
parent e8c2250e60
commit 776f07eb06
1 changed files with 0 additions and 1 deletions

View File

@ -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.
See also groups.h.
'''
self = point_group_info['D3h']
permlist = list(self.permgroup.elements) # all elements ordered
order = len(permlist)
permindices = {perm: i for i, perm in enumerate(permlist)} # 'invert' permlist