[cig-commits] r15920 - long/3D/SNAC/trunk/Snac/plugins/remesher

echoi at geodynamics.org echoi at geodynamics.org
Tue Nov 3 11:29:50 PST 2009


Author: echoi
Date: 2009-11-03 11:29:50 -0800 (Tue, 03 Nov 2009)
New Revision: 15920

Modified:
   long/3D/SNAC/trunk/Snac/plugins/remesher/RemeshNodes.c
Log:
plStrainSPR should be populated in the corresponding plugins.


Modified: long/3D/SNAC/trunk/Snac/plugins/remesher/RemeshNodes.c
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/remesher/RemeshNodes.c	2009-11-03 17:01:49 UTC (rev 15919)
+++ long/3D/SNAC/trunk/Snac/plugins/remesher/RemeshNodes.c	2009-11-03 19:29:50 UTC (rev 15920)
@@ -390,8 +390,6 @@
 	dstNode->stressSPR[4] = 0.0;
 	dstNode->stressSPR[5] = 0.0;
 
-	dstNode->plStrainSPR = 0.0;
-
 	/* Loop over each contributing node. */
 	for( tetNode_i = 0; tetNode_i < 4; tetNode_i++ ) {
 		Snac_Node*	srcNode;



More information about the CIG-COMMITS mailing list