mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-11 11:26:01 +08:00
Refactoring
This commit is contained in:
@@ -741,11 +741,6 @@ class TreeMesh(BaseTensorMesh, InnerProducts):
|
||||
|
||||
return self._edge
|
||||
|
||||
def _onSameLevel(self, i0, i1):
|
||||
p0 = self._asPointer(i0)
|
||||
p1 = self._asPointer(i1)
|
||||
return p0[-1] == p1[-1]
|
||||
|
||||
def _createNumberingSets(self, force=False):
|
||||
if not self.__dirtySets__ and not force: return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user