[cig-commits] [commit] knepley/upgrade-petsc-master: Fixes to comments. (ced0083)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Oct 20 10:36:29 PDT 2014


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

On branch  : knepley/upgrade-petsc-master
Link       : https://github.com/geodynamics/pylith/compare/892ada1768d84260fa6d939de239cf8ba531913b...d17e8542341a4ea9ed32a4f91b51800c88950ee2

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

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