diff --git a/SimPEG/DiffOperators.py b/SimPEG/DiffOperators.py index 9a8a9db9..b2a75ed4 100644 --- a/SimPEG/DiffOperators.py +++ b/SimPEG/DiffOperators.py @@ -169,7 +169,7 @@ class DiffOperators(object): # The number of cell centers in each direction n1 = self.nCx n2 = self.nCy - n3 = self.nCy + n3 = self.nCz # Compute lengths of cell edges L = self.edge