[cig-commits] r6601 - short/3D/PyLith/trunk/unittests/libtests/faults/data

brad at geodynamics.org brad at geodynamics.org
Wed Apr 18 17:04:37 PDT 2007


Author: brad
Date: 2007-04-18 17:04:36 -0700 (Wed, 18 Apr 2007)
New Revision: 6601

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc
Log:
Fixed description.

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc	2007-04-19 00:02:52 UTC (rev 6600)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc	2007-04-19 00:04:36 UTC (rev 6601)
@@ -12,32 +12,15 @@
 
 /* Original mesh
  *
- *              1
- *             /|\
- *            / | \
- *           /  |  \
- *          /   |   \
- *         0    |    3
- *          \   |   /
- *           \  |  /
- *            \ | /
- *             \|/
- *              2
+ * 0   1,2,3  4
  *
+ *     ^^^^^ Face in x-y plane
  *
  * After adding cohesive elements
  *
- *              1 -- 4
- *             /|    |\
- *            / |    | \
- *           /  |    |  \
- *          /   |    |   \
- *         0    |    |    3
- *          \   |    |   /
- *           \  |    |  /
- *            \ |    | /
- *             \|    |/
- *              2 -- 5
+ * 0   1,2,3  5,6,7   4
+ *
+ *     ^^^^^^^^^^^^ Cohesive element in x-y plane.
  */
 
 #include "CohesiveDataTet4.hh"



More information about the cig-commits mailing list