From 4bc49d1f7327156cdf54e60dfd32134dead1da9f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 23 Feb 2019 09:23:05 +0100
Subject: [PATCH] remove SetPartition: it's a no-op in Gmsh 4, where partitions
 are just discrete entities

---
 doc/texinfo/gmsh.texi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 210821af1d..811f4936a1 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -3033,10 +3033,6 @@ Renumbers the node tags in the current mesh in a contiunous sequence.
 Renumbers the elements tags in the current mesh in a contiunous
 sequence.
 
-@item SetPartition @var{expression} @{ <Physical> Point | Curve | Surface | Volume @{ @var{expression-list-or-all} @}; @dots{} @}
-Sets the partition tag of the mesh elements in the entities in
-@var{expression-list} to @var{expression}.
-
 @item < Recursive > Color @var{color-expression} @{ <Physical> Point | Curve | Surface | Volume @{ @var{expression-list-or-all} @}; @dots{} @}
 Sets the mesh color of the entities in @var{expression-list} to
 @var{color-expression}. @value{SYNC}
-- 
GitLab