commit 6af1e973d9d33d3e38b3219e9ff01a544f40d9ff
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Oct 15 16:09:18 2020 +0100

    Minor.

diff --git a/src/main/java/org/distorted/examples/meshfile/CubitFactory.java b/src/main/java/org/distorted/examples/meshfile/CubitFactory.java
index 94b0666..3dbffda 100644
--- a/src/main/java/org/distorted/examples/meshfile/CubitFactory.java
+++ b/src/main/java/org/distorted/examples/meshfile/CubitFactory.java
@@ -266,7 +266,7 @@ public class CubitFactory
     meshes[2] = meshes[0].copy(true);
     meshes[2].setEffectAssociation(0,4,0);
 
-    float[] vertices1 = { 0,0, F,0, F/2,(SQ3/2)*F };
+    float[] vertices1 = { 0,0, F,0, 7*F/8,(SQ3/8)*F, 5*F/8,(3*SQ3/8)*F, F/2,(SQ3/2)*F };
     float[] bands1 = computeBands(0,0,1,0,3);
 
     meshes[3] = new MeshPolygon(vertices1,bands1,1,5);
@@ -292,7 +292,7 @@ public class CubitFactory
     meshes[0] = new MeshPolygon(vertices0, bands0, 3, 3);
     meshes[0].setEffectAssociation(0,1,0);
 
-    float[] vertices1 = { -E,-SQ3*E, +E,-SQ3*E, 0,0 };
+    float[] vertices1 = { -E,-SQ3*E, -E*0.7f,-SQ3*E, +E*0.7f,-SQ3*E, +E,-SQ3*E, 0,0 };
     float[] bands1 = computeBands(0,0,1,0,3);
 
     meshes[1] = new MeshPolygon(vertices1,bands1,0,0);
