mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 16:48:36 +08:00
fixed typo in ModelBuilder
This commit is contained in:
@@ -4,9 +4,9 @@ import scipy.sparse as sp
|
||||
from matutils import mkvc
|
||||
|
||||
|
||||
def getIndecesBlock(p0,p1,ccMesh):
|
||||
def getIndicesBlock(p0,p1,ccMesh):
|
||||
"""
|
||||
Creates a vector containing the block indexes in the cell centerd mesh.
|
||||
Creates a vector containing the block indices in the cell centers mesh.
|
||||
Returns a tuple
|
||||
|
||||
The block is defined by the points
|
||||
|
||||
Reference in New Issue
Block a user