mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +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:
|
for TexState in StateTablelist:
|
||||||
st=str(extractMath(TexState,Soup=True,commands=commands))
|
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)
|
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"))
|
mul=int(m.group("multiplicity"))
|
||||||
symm=m.group("symm")
|
symm=m.group("symm")
|
||||||
spgrp=m.group("special")
|
spgrp=m.group("special")
|
||||||
|
Loading…
Reference in New Issue
Block a user