[cig-commits] [commit] baagaard/fix-cubit-cellsize, baagaard/fix-fullscale-3d-tests, baagaard/fix-packaging, knepley/fix-parallel-mult-faults, knepley/upgrade-petsc-interface, master, next: Small update to changelog. (8cb1561)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:02:28 PDT 2014


Repository : ssh://geoshell/pylith

On branches: baagaard/fix-cubit-cellsize,baagaard/fix-fullscale-3d-tests,baagaard/fix-packaging,knepley/fix-parallel-mult-faults,knepley/upgrade-petsc-interface,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

>---------------------------------------------------------------

commit 8cb15611864aa6ee45c374f94c39d0a851f18153
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Mar 11 13:22:44 2014 -0700

    Small update to changelog.


>---------------------------------------------------------------

8cb15611864aa6ee45c374f94c39d0a851f18153
 README                           | 1 +
 doc/developer/update_1.9to2.0.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README b/README
index 7abe270..5f9cff7 100644
--- a/README
+++ b/README
@@ -50,6 +50,7 @@ Changes to various C++ objects permitted simplifying the specification
 of a number of components. The map below indicates the name changes.
 
   CellFilterAvgMesh -> CellFilterAvg
+  CellFilterAvgSubMesh -> CellFilterAvg
   DataWriterVTKMesh -> DataWriterVTK
   DataWriterVTKSubMesh -> DataWriterVTK
   DataWriterVTKSubSubMesh -> DataWriterVTK
diff --git a/doc/developer/update_1.9to2.0.sh b/doc/developer/update_1.9to2.0.sh
index 52dbbd4..648e7bc 100644
--- a/doc/developer/update_1.9to2.0.sh
+++ b/doc/developer/update_1.9to2.0.sh
@@ -2,6 +2,7 @@
 
 cat<<EOF > rmtemplates.sed
 s/CellFilterAvgMesh/CellFilterAvg/g
+s/CellFilterAvgSubMesh/CellFilterAvg/g
 s/DataWriterVTKMesh/DataWriterVTK/g
 s/DataWriterVTKSubMesh/DataWriterVTK/g
 s/DataWriterVTKSubSubMesh/DataWriterVTK/g



More information about the CIG-COMMITS mailing list