mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
indent error fixed
This commit is contained in:
parent
86499d3adc
commit
132763c33e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class Corr:
|
|||
return Corr(newcontent, padding_back=1, padding_front=1)
|
||||
|
||||
|
||||
def m_eff(self, variant='log', guess=1.0):
|
||||
def m_eff(self, variant='log', guess=1.0):
|
||||
"""Returns the effective mass of the correlator as correlator object
|
||||
|
||||
Parameters
|
||||
|
|
Loading…
Add table
Reference in a new issue