From afe7e15d09d1a2740fe7afeec9c89a87b61c7947 Mon Sep 17 00:00:00 2001 From: seogi Date: Wed, 22 Apr 2015 14:13:18 -0700 Subject: [PATCH] Change name from ExtractCoremesh to ExtractCoreMesh --- SimPEG/Utils/meshutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Utils/meshutils.py b/SimPEG/Utils/meshutils.py index e30bcfaf..85ad8f21 100644 --- a/SimPEG/Utils/meshutils.py +++ b/SimPEG/Utils/meshutils.py @@ -319,7 +319,7 @@ def writeVTRFile(fileName,mesh,model=None): vtrWriteFilter.Update() -def ExtractCoremesh(xyzlim, mesh, meshType='tensor'): +def ExtractCoreMesh(xyzlim, mesh, meshType='tensor'): """ Extracts Core Mesh from Global mesh xyzlim: 2D array [ndim x 2]