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

knepley at geodynamics.org knepley at geodynamics.org
Mon Jun 18 06:15:22 PDT 2007


Author: knepley
Date: 2007-06-18 06:15:22 -0700 (Mon, 18 Jun 2007)
New Revision: 7283

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


Modified: short/3D/PyLith/trunk/libsrc/bc/Dirichlet.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Dirichlet.cc	2007-06-18 06:02:52 UTC (rev 7282)
+++ short/3D/PyLith/trunk/libsrc/bc/Dirichlet.cc	2007-06-18 13:15:22 UTC (rev 7283)
@@ -172,6 +172,7 @@
       allFixedDOF[_offsetLocal[iPoint]+iDOF] = 999;
 
     // Sort list of constrained DOF
+    //   I need these sorted for my update algorithms to work properly
     std::sort(&allFixedDOF[0], &allFixedDOF[numTotalConstrained]);
 
     // Update list of constrained DOF



More information about the cig-commits mailing list