[cig-commits] [commit] devel: fix mesh sandwich (8af99fb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Aug 25 13:29:03 PDT 2014


Repository : https://github.com/geodynamics/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/cfaa568dc1b27e21b9743675c5595e76960974cc...17fbe272c6d36b95a968afbb124426a8d10311a6

>---------------------------------------------------------------

commit 8af99fbbaef576d54c716e48fb3eb881a6573822
Author: emanuele casarotti <emanuele.casarotti at ingv.it>
Date:   Sat Jul 5 02:44:15 2014 +0200

    fix mesh sandwich


>---------------------------------------------------------------

8af99fbbaef576d54c716e48fb3eb881a6573822
 CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py b/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
index d713aa0..99fa7ff 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
@@ -365,7 +365,7 @@ def refinement(nvol,vol,filename=None):
                    cubitcommand= 'refine node in surf '+str(tsurf)+' numsplit 1 bias 1.0 depth '+str(idepth)
                 cubit.cmd(cubitcommand)
 
-        if not nvol and cfg.volume_type == 'verticalsandwich_volume_ascii_regulargrid_mpiregularmap':
+    if not nvol and cfg.volume_type == 'verticalsandwich_volume_ascii_regulargrid_mpiregularmap':
             # AAA
             # Volume 2 is always in between the 2nd and 3rd vertical surfaces from the left
             cubitcommand = "refine node in volume 2 numsplit 1 depth 0"



More information about the CIG-COMMITS mailing list