[cig-commits] r14811 - short/3D/PyLith/branches/pylith-swig/unittests/libtests/faults

brad at geodynamics.org brad at geodynamics.org
Tue Apr 28 16:04:38 PDT 2009


Author: brad
Date: 2009-04-28 16:04:38 -0700 (Tue, 28 Apr 2009)
New Revision: 14811

Modified:
   short/3D/PyLith/branches/pylith-swig/unittests/libtests/faults/TestFaultCohesiveKin.cc
Log:
More work on updating fault unit tests.

Modified: short/3D/PyLith/branches/pylith-swig/unittests/libtests/faults/TestFaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/unittests/libtests/faults/TestFaultCohesiveKin.cc	2009-04-28 23:01:37 UTC (rev 14810)
+++ short/3D/PyLith/branches/pylith-swig/unittests/libtests/faults/TestFaultCohesiveKin.cc	2009-04-28 23:04:38 UTC (rev 14811)
@@ -162,6 +162,7 @@
   CPPUNIT_ASSERT_EQUAL(_data->numConstraintVert, iVertex);
 
   // Check orientation
+  fault._fields->get("orientation").view("ORIENTATION"); // DEBUGGING
   const ALE::Obj<RealSection>& orientationSection = 
     fault._fields->get("orientation").section();
   CPPUNIT_ASSERT(!orientationSection.isNull());



More information about the CIG-COMMITS mailing list