[cig-commits] r16738 - in short/3D/PyLith/trunk: . templates/materials

brad at geodynamics.org brad at geodynamics.org
Mon May 17 21:19:51 PDT 2010


Author: brad
Date: 2010-05-17 21:19:51 -0700 (Mon, 17 May 2010)
New Revision: 16738

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py
Log:
Minor improvements to documentation.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2010-05-18 03:58:16 UTC (rev 16737)
+++ short/3D/PyLith/trunk/TODO	2010-05-18 04:19:51 UTC (rev 16738)
@@ -111,10 +111,6 @@
 
   * GenMaxwellPlaneStrain (plane strain Generalize Maxwell model) [Charles]
 
-  * Friction template [Brad]
-    viscous (velocity proportional friction)
-      Document source files.
-
   * Better preconditioning [Matt/Brad/Charles]
     + Need settings for Schur complement
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc	2010-05-18 03:58:16 UTC (rev 16737)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc	2010-05-18 04:19:51 UTC (rev 16738)
@@ -13,7 +13,7 @@
 // See PlaneStrainState.hh for a description of each C++ function and
 // its arguments.
 
-#include <portinfo> // machine specificinfo generated by configure
+#include <portinfo> // machine specific info generated by configure
 
 #include "PlaneStrainState.hh" // implementation of object methods
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py	2010-05-18 03:58:16 UTC (rev 16737)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py	2010-05-18 04:19:51 UTC (rev 16738)
@@ -20,7 +20,7 @@
 
 # Import the SWIG module PlanseStrainState object and rename it
 # ModulePlaneStrainState so that it doesn't clash with the local
-# Python class with the same name.
+# Python class of the same name.
 from materialscontrib import PlaneStrainState as ModulePlaneStrainState
 
 # PlaneStrainState class



More information about the CIG-COMMITS mailing list