indent error fixed

This commit is contained in:
Fabian Joswig 2021-09-30 16:11:35 +01:00
parent 86499d3adc
commit 132763c33e

View file

@ -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