[cig-commits] r17948 - in short/3D/PyLith/trunk: . doc/developer libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Tue Feb 22 17:47:34 PST 2011


Author: brad
Date: 2011-02-22 17:47:34 -0800 (Tue, 22 Feb 2011)
New Revision: 17948

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/doc/developer/howto_mergefromstable.txt
   short/3D/PyLith/trunk/libsrc/topology/Mesh.cc
Log:
Added some comments.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-02-23 01:44:28 UTC (rev 17947)
+++ short/3D/PyLith/trunk/TODO	2011-02-23 01:47:34 UTC (rev 17948)
@@ -2,6 +2,8 @@
 CURRENT ISSUES/PRIORITIES (1.6.0)
 ======================================================================
 
+* Check for FIAT during configure.
+
 * GenMaxwellQpQs
 
   How to define viscosity and combinations?????

Modified: short/3D/PyLith/trunk/doc/developer/howto_mergefromstable.txt
===================================================================
--- short/3D/PyLith/trunk/doc/developer/howto_mergefromstable.txt	2011-02-23 01:44:28 UTC (rev 17947)
+++ short/3D/PyLith/trunk/doc/developer/howto_mergefromstable.txt	2011-02-23 01:47:34 UTC (rev 17948)
@@ -8,3 +8,13 @@
 
 # Merge from stable branch.
 svn merge -r REV_FROM_LAST_MERGE:HEAD svn+ssh://svn@geodynamics.org/cig/short/3D/PyLith/branches/v1.5-stable .
+
+
+
+
+# ======================================================================
+# Create patch to merge trunk back to branch.
+# in trunk
+svn diff -r REVISION > rNUM.diff
+# in stable
+patch -p0 < ../pylith/rNUM.diff

Modified: short/3D/PyLith/trunk/libsrc/topology/Mesh.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Mesh.cc	2011-02-23 01:44:28 UTC (rev 17947)
+++ short/3D/PyLith/trunk/libsrc/topology/Mesh.cc	2011-02-23 01:47:34 UTC (rev 17948)
@@ -65,7 +65,7 @@
 pylith::topology::Mesh::deallocate(void)
 { // deallocate
   delete _coordsys; _coordsys = 0;
-  _mesh.destroy();
+  _mesh.destroy(); // check refCnt, ALE::setVerbosity()
 } // deallocate
   
 // ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list