mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 09:21:32 +08:00
Two bug fixes, and better visualizations!
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ class BaseMesh(object):
|
||||
|
||||
def nN():
|
||||
doc = "Total number of nodes"
|
||||
fget = lambda self: self.n + 1
|
||||
fget = lambda self: np.prod(self.n + 1)
|
||||
return locals()
|
||||
nN = property(**nN())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user