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

brad at geodynamics.org brad at geodynamics.org
Tue Jan 15 08:37:01 PST 2008


Author: brad
Date: 2008-01-15 08:37:00 -0800 (Tue, 15 Jan 2008)
New Revision: 9056

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh
Log:
Fixed doc string.

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh	2008-01-15 06:28:09 UTC (rev 9055)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh	2008-01-15 16:37:00 UTC (rev 9056)
@@ -160,12 +160,10 @@
   std::set<Mesh::point_type> _constraintVert;
 
   /// Label of cell used to compute Jacobian for each constraint vertex (must
-  /// prevent overlap so that only allow 1 cell will contribute for
+  /// prevent overlap so that only 1 cell will contribute for
   /// each vertex).
   ALE::Obj<int_section_type> _constraintCell;
 
-
-
 }; // class FaultCohesiveKin
 
 #include "FaultCohesiveKin.icc" // inline methods



More information about the cig-commits mailing list