[cig-commits] r12893 - short/3D/PyLith/trunk/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Tue Sep 16 14:41:42 PDT 2008


Author: brad
Date: 2008-09-16 14:41:41 -0700 (Tue, 16 Sep 2008)
New Revision: 12893

Modified:
   short/3D/PyLith/trunk/libsrc/topology/Distributor.cc
Log:
Removed superfluous variable.

Modified: short/3D/PyLith/trunk/libsrc/topology/Distributor.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Distributor.cc	2008-09-16 20:43:58 UTC (rev 12892)
+++ short/3D/PyLith/trunk/libsrc/topology/Distributor.cc	2008-09-16 21:41:41 UTC (rev 12893)
@@ -43,8 +43,6 @@
 					  const ALE::Obj<Mesh>& origMesh,
 					  const char* partitioner)
 { // distribute
-  std::string partitionerName(partitioner);
-
   if (0 == strcasecmp(partitioner, "")) {
     distribute_private<ALE::DistributionNew<Mesh> >(newMesh, origMesh);
   } else if (0 == strcasecmp(partitioner, "chaco")) {



More information about the cig-commits mailing list