mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 15:45:17 +08:00
fix typo in faceDivz
This commit is contained in:
@@ -203,7 +203,7 @@ class DiffOperators(object):
|
||||
"""
|
||||
if(self.dim < 3):
|
||||
return None
|
||||
if(self._faceDivz is None):
|
||||
if getattr(self, '_faceDivz', None) is None:
|
||||
# The number of cell centers in each direction
|
||||
n = self.vnC
|
||||
# Compute faceDivergence operator on faces
|
||||
|
||||
Reference in New Issue
Block a user