[cig-commits] r19767 - long/3D/SNAC/trunk/Snac/plugins/viscoplastic_BI

echoi at geodynamics.org echoi at geodynamics.org
Mon Mar 12 15:04:48 PDT 2012


Author: echoi
Date: 2012-03-12 15:04:47 -0700 (Mon, 12 Mar 2012)
New Revision: 19767

Modified:
   long/3D/SNAC/trunk/Snac/plugins/viscoplastic_BI/Remesh.c
Log:
Wrong type specification: SnacPlasticElement -> SnacViscoPlasticElement


Modified: long/3D/SNAC/trunk/Snac/plugins/viscoplastic_BI/Remesh.c
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/viscoplastic_BI/Remesh.c	2012-03-12 21:59:06 UTC (rev 19766)
+++ long/3D/SNAC/trunk/Snac/plugins/viscoplastic_BI/Remesh.c	2012-03-12 22:04:47 UTC (rev 19767)
@@ -125,7 +125,7 @@
 			/* The actual src elements are the four apexes of a tet (srcTetInd) in the old barycenter grid. */
 			Snac_Element* 			srcElt = Snac_Element_At( context,
 															  meshExt->orderedToDomain[eltdI[TriToNode[srcTetInd][coef_I]]] );
-			SnacPlastic_Element*	srcEltExt = ExtensionManager_Get(
+			SnacViscoPlastic_Element*	srcEltExt = ExtensionManager_Get(
 																	 context->mesh->elementExtensionMgr,
 																	 srcElt,
 																	 SnacViscoPlastic_ElementHandle );



More information about the CIG-COMMITS mailing list