From 7a28b4a0d281e274f6f42850ece576afc8be7a48 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 18 Jan 2012 13:08:18 +0000
Subject: [PATCH]

---
 tutorial/t14.geo | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/tutorial/t14.geo b/tutorial/t14.geo
index c413219633..c945f69ae5 100644
--- a/tutorial/t14.geo
+++ b/tutorial/t14.geo
@@ -9,10 +9,9 @@
 // Homology computation in Gmsh finds representative chains of
 // (relative) homology spaces using a mesh of a model. Those
 // representatives generate the (relative) homology spaces of the
-// model. Alternatively, Gmsh can only look for the ranks of the
-// (relative) homology spaces, the Betti numbers of the model.
+// model.
 
-// The generators chains are stored in a given .msh-file as physical
+// The generator chains are stored in a given .msh-file as physical
 // groups, whose mesh elements are oriented such that their
 // coefficients are 1 in the generator chain.
 
@@ -65,13 +64,13 @@ Physical Surface(75) = bnd[];
 // the four terminals.
 Homology {{1}, {70, 71, 72, 73}};
 
+// Find the corresponding thick cuts
+Cohomology {{1}, {70, 71, 72, 73}};
+
 // Find the corresponding thin cuts, generators of relative homology
 // spaces modulo the non-terminal domain surface.
 Homology {{1}, {75}};
 
-// Find the corresponding thick cuts.
-Cohomology {{1}, {70, 71, 72, 73}};
-
 // More examples:
 //  Homology {1};
 //  Homology;
-- 
GitLab