diff --git a/collective_effects/csr.py b/collective_effects/csr.py
index d200972c9f123b7c8fd97fc1fbca1791161b661d..b72681aa05c438bdbc1d08749666cf2378034701 100644
--- a/collective_effects/csr.py
+++ b/collective_effects/csr.py
@@ -80,7 +80,7 @@ class FreeSpaceCSR(WakeField):
         Beams 7.5 (2004): 054403.
         """
         
-        Zl = (self.Z0 / (2*np.pi) * gamma(2/3) * 
+        Zl = (self.Z0 * self.length / (2*np.pi) * gamma(2/3) * 
               (-1j * 2 * np.pi * frequency / (3 * c * self.radius**2) )**(1/3) )
         return Zl