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