mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-23 21:03:54 +01:00
Fix TBEcorr in method
This commit is contained in:
parent
0c74be22f4
commit
b2120ac79e
@ -166,17 +166,12 @@ class method:
|
||||
string = self.name
|
||||
if (self.basis):
|
||||
string+= '/' + self.basis
|
||||
if (self.TBECorr)
|
||||
string+=" ("+ self.TBECorr+")"
|
||||
return string
|
||||
|
||||
def toDataString(self):
|
||||
string=self.name
|
||||
if (self.basis):
|
||||
string+=","+self.basis
|
||||
if (self.TBECorr)
|
||||
string+=","+self.TBECorr
|
||||
return string
|
||||
|
||||
class code:
|
||||
def __init__(self,name, version):
|
||||
|
Loading…
Reference in New Issue
Block a user