[cig-commits] r14374 - in long/3D/Gale/trunk: . src/Underworld/Rheology/src

walter at geodynamics.org walter at geodynamics.org
Tue Mar 17 16:51:25 PDT 2009


Author: walter
Date: 2009-03-17 16:51:25 -0700 (Tue, 17 Mar 2009)
New Revision: 14374

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/Rheology/src/MohrCoulomb.c
Log:
 r2560 at dante:  boo | 2009-03-17 10:13:32 -0700
 Fix a comment



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2558
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2560

Modified: long/3D/Gale/trunk/src/Underworld/Rheology/src/MohrCoulomb.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Rheology/src/MohrCoulomb.c	2009-03-17 23:42:01 UTC (rev 14373)
+++ long/3D/Gale/trunk/src/Underworld/Rheology/src/MohrCoulomb.c	2009-03-17 23:51:25 UTC (rev 14374)
@@ -503,9 +503,8 @@
 
         SymmetricTensor_GetTrace(strainRate, dim, &trace);
 
-        /* Subtract the trace (which should be zero anyway).  We can
-           use TensorMapST3D even for 2D, because it is the same for
-           the xx and yy components */
+        /* Subtract the trace.  We can use TensorMapST3D even for 2D,
+           because it is the same for the xx and yy components */
         for(i=0;i<dim;++i)
           strainRate[TensorMapST3D[i][i]]-=trace/dim;
 



More information about the CIG-COMMITS mailing list