[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:26 PST 2008


changeset:   139:051354da7ab6
user:        LukeHodkinson
date:        Mon Aug 18 13:58:24 2008 +0000
files:       Utils/src/RegularRemesher.c
description:
We can get in to a bit of trouble if we allow the
firctional layers to move too freely.


diff -r 943938c03acc -r 051354da7ab6 Utils/src/RegularRemesher.c
--- a/Utils/src/RegularRemesher.c	Wed Aug 13 03:57:41 2008 +0000
+++ b/Utils/src/RegularRemesher.c	Mon Aug 18 13:58:24 2008 +0000
@@ -168,7 +168,7 @@ void _RegularRemesher_Remesh( void* _sel
 	       }
                else if( d_i == 1 ) {
 		  d_j = 0;
-		  depth = 1;
+		  depth = self->contactDepth;
 	       }
                else if( d_i == 2 ) {
 		  d_j = 1;



More information about the CIG-COMMITS mailing list