From 8ca343813aa91461c56e80041db591ba339cbe01 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 8 Nov 2001 10:17:24 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/DefaultOptions.h |  2 +-
 doc/gmsh.html           | 25 +++++++++----------------
 2 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index fbd4417fb0..685474438e 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -433,7 +433,7 @@ StringXNumber MeshOptions_Number[] = {
     "Number of tetrahedra in the current mesh" },
   { F, "NbHexahedra" , opt_mesh_nb_hexahedra , 0. , 
     "Number of hexahedra in the current mesh" },
-  { F, "NbPrims" , opt_mesh_nb_prisms , 0. , 
+  { F, "NbPrisms" , opt_mesh_nb_prisms , 0. , 
     "Number of prisms in the current mesh" },
   { F, "NbPyramids" , opt_mesh_nb_pyramids , 0. , 
     "Number of pyramids in the current mesh" },
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 76e6519d74..7f37897f23 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -234,23 +234,18 @@ Some pictures made with Gmsh:
     <A href="/gmsh/gallery/shoulder5.gif">pict5</a>,
     <A href="/gmsh/gallery/shoulder6.gif">pict6</a>
     (J. Fatemi).
-<li>Meshes of 
-    <A href="/gmsh/gallery/Mesh1D.gif">lines</A>, 
-    <A href="/gmsh/gallery/Mesh2DCiss.gif">surfaces</A> and 
-    <A href="/gmsh/gallery/Mesh3D.gif">volumes</A> 
-    respecting a given characteristic length field (d(r) = a (sin(X) * sin (Y)) + b).
 <li>Parts of a magnetron: <A href="/gmsh/gallery/magnetron1.gif">pict1</a>,
      <A href="/gmsh/gallery/magnetron2.gif">pict2</a>,
      <A href="/gmsh/gallery/magnetron3.gif">pict3</a>,
      <A href="/gmsh/gallery/magnetron4.gif">pict4</a>
      (P. Lefèvre).
-<li>3D mesh of an 
-    <A href="/gmsh/gallery/bigelec4.gif">electrical component</A>
+<li>A 
+    <A href="/gmsh/gallery/breaker.gif">breaker</A>
     (S. K. Choi).
 <li>A mechanical part in the demo files: 
-    <A href="/gmsh/gallery/ex09-0.gif">pict1</A>, 
-    <A href="/gmsh/gallery/ex09-1.gif">pict2</A>, 
-    <A href="/gmsh/gallery/ex09-2.gif">pict3</A>.
+    <A href="/gmsh/gallery/piece1.gif">pict1</A>, 
+    <A href="/gmsh/gallery/piece2.gif">pict2</A>, 
+    <A href="/gmsh/gallery/piece3.gif">pict3</A>.
 <li>The log-periodic <A href="/gmsh/gallery/antenna.gif">antenna</A> in the demo files.
 <li>An <A href="/gmsh/gallery/machine.gif">electrical machine</A> (J. Gyselinck).
 <li>Mach number on a F16 
@@ -258,13 +253,11 @@ Some pictures made with Gmsh:
     <A href="/gmsh/gallery/f16-2.gif">pict2</A>,
     <A href="/gmsh/gallery/f16-3.gif">pict3</A>,
     <A href="/gmsh/gallery/f16-5.gif">pict4</A> (P. Geuzaine).
-<li>Example of on-screen information display: 
+<li>An example of on-screen information display: 
     <A href="/gmsh/gallery/infodisplay1.gif">pict1</A>, 
-    <A href="/gmsh/gallery/infodisplay2.gif">picta2</A>.
-<li>An example of mixed <A href="/gmsh/gallery/multi.jpg">2D/3D graphs</A>.
-<li>A 3D <A href="/gmsh/gallery/adap.gif">adapted mesh</A>.
-<li>Smooth 2D <A href="/gmsh/gallery/blob.gif">colormap</A> and 
-    3D <A href="/gmsh/gallery/density.mov">quicktime movie</A>.
+    <A href="/gmsh/gallery/infodisplay2.gif">pict2</A>.
+<li>A smooth 2D <A href="/gmsh/gallery/blob.gif">colormap</A> and 
+    a 3D <A href="/gmsh/gallery/density.mov">quicktime movie</A>.
 <li>Some didactic animations about computational electromagnetics at 
     <A href="http://elap.montefiore.ulg.ac.be/elm/demos_en.html">ELAP</A>.
 </ul>
-- 
GitLab