[cig-commits] [commit] baagaard/fix-pytest-fault: Added missing group to mesh in fault pytest. (d12f99d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Jan 29 17:22:05 PST 2015


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/fix-pytest-fault
Link       : https://github.com/geodynamics/pylith/compare/0000000000000000000000000000000000000000...d12f99dc78f5c02dc7eb8987350f58f0a61f8e88

>---------------------------------------------------------------

commit d12f99dc78f5c02dc7eb8987350f58f0a61f8e88
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Jan 29 17:21:38 2015 -0800

    Added missing group to mesh in fault pytest.


>---------------------------------------------------------------

d12f99dc78f5c02dc7eb8987350f58f0a61f8e88
 unittests/pytests/faults/data/tri3.mesh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/unittests/pytests/faults/data/tri3.mesh b/unittests/pytests/faults/data/tri3.mesh
index 7ec6d5b..12827d2 100644
--- a/unittests/pytests/faults/data/tri3.mesh
+++ b/unittests/pytests/faults/data/tri3.mesh
@@ -33,6 +33,14 @@ mesh = {
     }
   }
   group = {
+    name = fault_edge
+    type = vertices
+    count = 1
+    indices = {
+      1
+    }
+  }
+  group = {
     name = output
     type = vertices
     count = 3



More information about the CIG-COMMITS mailing list