[cig-commits] r16796 - short/3D/PyLith/trunk/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Wed May 26 17:55:54 PDT 2010


Author: brad
Date: 2010-05-26 17:55:54 -0700 (Wed, 26 May 2010)
New Revision: 16796

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc
Log:
Added TODO comments.

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc	2010-05-27 00:36:29 UTC (rev 16795)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc	2010-05-27 00:55:54 UTC (rev 16796)
@@ -690,7 +690,7 @@
     indicesN = indicesRel + globalOrder->getIndex(v_negative);
     indicesP = indicesRel + globalOrder->getIndex(v_positive);
 
-    // Use globalOrder->isLocal(idx) to make sure indices are local.
+    // :TODO: Use globalOrder->isLocal(idx) to make sure indices are local.
 
     PetscErrorCode err = 0;
 



More information about the CIG-COMMITS mailing list