[cig-commits] r11505 - short/3D/PyLith/trunk/libsrc/bc

brad at geodynamics.org brad at geodynamics.org
Sat Mar 22 10:56:00 PDT 2008


Author: brad
Date: 2008-03-22 10:56:00 -0700 (Sat, 22 Mar 2008)
New Revision: 11505

Modified:
   short/3D/PyLith/trunk/libsrc/bc/DirichletPoints.cc
Log:
Added comment.

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletPoints.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletPoints.cc	2008-03-22 17:55:26 UTC (rev 11504)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletPoints.cc	2008-03-22 17:56:00 UTC (rev 11505)
@@ -217,7 +217,7 @@
 	 ++iDOF) {
       assert(iDOF < numTotalConstrained);
       allFixedDOF[iDOF] = 999;
-    }
+    } // for
 
     // Sort list of constrained DOF
     //   I need these sorted for my update algorithms to work properly



More information about the cig-commits mailing list