[cig-commits] r22049 - short/3D/PyLith/trunk/unittests/libtests/meshio

knepley at geodynamics.org knepley at geodynamics.org
Sat May 11 14:08:40 PDT 2013


Author: knepley
Date: 2013-05-11 14:08:40 -0700 (Sat, 11 May 2013)
New Revision: 22049

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc
Log:
Fixed CellFilterAvg test on submesh

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc	2013-05-11 16:20:25 UTC (rev 22048)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc	2013-05-11 21:08:40 UTC (rev 22049)
@@ -202,7 +202,7 @@
 
   // Set cell field
   SubMeshField field(submesh);
-  field.newSection(topology::FieldBase::CELLS_FIELD, fiberDim);
+  field.newSection(topology::FieldBase::FACES_FIELD, fiberDim);
   field.allocate();
   field.vectorFieldType(fieldType);
   field.label(label.c_str());



More information about the CIG-COMMITS mailing list