[cig-commits] r17154 - short/3D/PyLith/branches/v1.5-stable/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Mon Aug 30 14:08:12 PDT 2010


Author: brad
Date: 2010-08-30 14:08:12 -0700 (Mon, 30 Aug 2010)
New Revision: 17154

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/topology/SubMesh.cc
Log:
Indentation.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/topology/SubMesh.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/topology/SubMesh.cc	2010-08-30 20:41:40 UTC (rev 17153)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/topology/SubMesh.cc	2010-08-30 21:08:12 UTC (rev 17154)
@@ -93,8 +93,8 @@
   _mesh->setRealSection("coordinates", 
 			meshSieveMesh->getRealSection("coordinates"));
   if (meshSieveMesh->hasRealSection("coordinates_dimensioned"))
-  _mesh->setRealSection("coordinates_dimensioned", 
-			meshSieveMesh->getRealSection("coordinates_dimensioned"));
+    _mesh->setRealSection("coordinates_dimensioned", 
+			  meshSieveMesh->getRealSection("coordinates_dimensioned"));
 
   // Create the parallel overlap
   const ALE::Obj<SieveMesh::sieve_type>& sieve = _mesh->getSieve();



More information about the CIG-COMMITS mailing list