mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Remove unused variable
This commit is contained in:
parent
363547714e
commit
169f385c42
@ -69,7 +69,6 @@ class dataFileBase(object):
|
||||
for TexState in StateTablelist:
|
||||
st=str(extractMath(TexState,Soup=True,commands=commands))
|
||||
m=re.match(r"^\^(?P<multiplicity>\d)(?P<symm>[^\s\[(]*)\s*(?:\[(?:\\mathrm{)?(?P<special>\w)(?:})\])?\s*(:?\((?P<type>[^\)]*)\))?",st)
|
||||
seq=m.group("multiplicity","symm")
|
||||
mul=int(m.group("multiplicity"))
|
||||
symm=m.group("symm")
|
||||
spgrp=m.group("special")
|
||||
|
Loading…
Reference in New Issue
Block a user