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

brad at geodynamics.org brad at geodynamics.org
Fri Mar 19 14:36:58 PDT 2010


Author: brad
Date: 2010-03-19 14:36:58 -0700 (Fri, 19 Mar 2010)
New Revision: 16435

Modified:
   short/3D/PyLith/trunk/libsrc/topology/Field.cc
Log:
Removed redundant error trapping.

Modified: short/3D/PyLith/trunk/libsrc/topology/Field.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Field.cc	2010-03-19 20:11:02 UTC (rev 16434)
+++ short/3D/PyLith/trunk/libsrc/topology/Field.cc	2010-03-19 21:36:58 UTC (rev 16435)
@@ -690,8 +690,6 @@
 void
 pylith::topology::Field<mesh_type>::scatterSectionToVector(void) const
 { // scatterSectionToVector
-  assert(0 != _vector);
-
   scatterSectionToVector(_vector);
 } // scatterSectionToVector
 
@@ -721,8 +719,6 @@
 void
 pylith::topology::Field<mesh_type>::scatterVectorToSection(void) const
 { // scatterVectorToSection
-  assert(0 != _vector);
-
   scatterVectorToSection(_vector);
 } // scatterVectorToSection
 



More information about the CIG-COMMITS mailing list