mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-10 23:41:40 +08:00
typo fix in nC (it is mesh.nC)
This commit is contained in:
+1
-1
@@ -1164,7 +1164,7 @@ class ParametrizedBlockInLayer(IdentityMap):
|
||||
def shape(self):
|
||||
if self.indActive is not None:
|
||||
return (sum(self.indActive), self.nP)
|
||||
return (self.nC, self.nP)
|
||||
return (self.mesh.nC, self.nP)
|
||||
|
||||
def _validate_m(self, m):
|
||||
# TODO: more sanity checks here
|
||||
|
||||
Reference in New Issue
Block a user