[cig-commits] [commit] baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-faults-intersect, knepley/upgrade-petsc-master, master: Fixes to comments. (ced0083)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:46:45 PST 2014


Repository : https://github.com/geodynamics/pylith

On branches: baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-faults-intersect,knepley/upgrade-petsc-master,master
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit ced008310832f411072bddb3b9b5949300a6dd10
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 20 10:31:52 2014 -0700

    Fixes to comments.


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

ced008310832f411072bddb3b9b5949300a6dd10
 modulesrc/topology/Distributor.i | 2 --
 pylith/topology/MeshImporter.py  | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/modulesrc/topology/Distributor.i b/modulesrc/topology/Distributor.i
index 12c2345..38aea67 100644
--- a/modulesrc/topology/Distributor.i
+++ b/modulesrc/topology/Distributor.i
@@ -41,7 +41,6 @@ namespace pylith {
        *
        * @param newMesh Distributed mesh (result).
        * @param origMesh Mesh to distribute.
-       * @param partitioner Name of partitioner to use in distributing mesh.
        */
       static
       void distribute(pylith::topology::Mesh* const newMesh,
@@ -51,7 +50,6 @@ namespace pylith {
        *
        * @param writer Data writer for partition information.
        * @param mesh Distributed mesh.
-       * @param cs Coordinate system for mesh.
        */
       static
       void write(pylith::meshio::DataWriter* const writer,
diff --git a/pylith/topology/MeshImporter.py b/pylith/topology/MeshImporter.py
index af9d5d1..a702fa9 100644
--- a/pylith/topology/MeshImporter.py
+++ b/pylith/topology/MeshImporter.py
@@ -47,7 +47,7 @@ class MeshImporter(MeshGenerator):
     ##
     ## \b Facilities
     ## @li \b reader Mesh reader.
-    ## @li \b partitioner Mesh partitioner.
+    ## @li \b distributor Mesh distributor.
     ## @li \b refiner Mesh refiner.
 
     import pyre.inventory



More information about the CIG-COMMITS mailing list