[SCM] Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. branch, experimental, updated. upstream/2.5.0.dfsg-29-g998c80a

Anton Gladky gladky.anton at gmail.com
Fri Jun 3 18:15:21 UTC 2011


The following commit has been merged in the experimental branch:
commit e6404c4b7e88455508b4802e61d9a909a7555c90
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Jun 3 19:48:36 2011 +0200

    Fix some typos

diff --git a/debian/patches/fix_spelling_errors.patch b/debian/patches/fix_spelling_errors.patch
new file mode 100644
index 0000000..f19d7cc
--- /dev/null
+++ b/debian/patches/fix_spelling_errors.patch
@@ -0,0 +1,58 @@
+Desctiption: fixes some spelling errors
+Author: Anton Gladky <gladky.anton at gmail.com>
+
+--- a/Plugin/Bubbles.cpp
++++ b/Plugin/Bubbles.cpp
+@@ -30,7 +30,7 @@
+ {
+   return "Plugin(Bubbles) constructs a geometry consisting of "
+     "`bubbles' inscribed in the Voronoi of an input triangulation. "
+-    "`ShrinkFactor' allows to change the size of the bubbles. "
++    "`ShrinkFactor' allows one to change the size of the bubbles. "
+     "The plugin expects a triangulation in the `z = 0' plane to exist "
+     "in the current model.\n\n"
+     "Plugin(Bubbles) creates one `.geo' file.";
+--- a/contrib/lbfgs/alglibinternal.cpp
++++ b/contrib/lbfgs/alglibinternal.cpp
+@@ -3120,8 +3120,8 @@
+         {
+             return;
+         }
+-        ae_assert(j2-j1==ix2-ix1, "MatrixVectorMultiply: A and X dont match!", _state);
+-        ae_assert(i2-i1==iy2-iy1, "MatrixVectorMultiply: A and Y dont match!", _state);
++        ae_assert(j2-j1==ix2-ix1, "MatrixVectorMultiply: A and X don't match!", _state);
++        ae_assert(i2-i1==iy2-iy1, "MatrixVectorMultiply: A and Y don't match!", _state);
+         
+         /*
+          * beta*y
+@@ -3157,8 +3157,8 @@
+         {
+             return;
+         }
+-        ae_assert(i2-i1==ix2-ix1, "MatrixVectorMultiply: A and X dont match!", _state);
+-        ae_assert(j2-j1==iy2-iy1, "MatrixVectorMultiply: A and Y dont match!", _state);
++        ae_assert(i2-i1==ix2-ix1, "MatrixVectorMultiply: A and X don't match!", _state);
++        ae_assert(j2-j1==iy2-iy1, "MatrixVectorMultiply: A and Y don't match!", _state);
+         
+         /*
+          * beta*y
+--- a/doc/texinfo/gmsh.texi
++++ b/doc/texinfo/gmsh.texi
+@@ -1388,7 +1388,7 @@
+ etc.). The eigth case permits to use the value of a @var{char-option} as
+ a @var{char-expression}. The ninth case gets the value of an environment
+ variable from the operating system. The last case in the definition
+-allows to ask the user for a value interactively. The various
++allows one to ask the user for a value interactively. The various
+ @w{@var{char-option}s} are listed in @ref{Options}.
+ 
+ Character expressions are mostly used to specify non-numeric options and
+@@ -2895,7 +2895,7 @@
+ @item Extrude @{ Surface @{ @var{expression-list} @}; @var{layers} < Using Index[@var{expr}]; > < Using View[@var{expr}]; > @}
+ Extrudes a boundary layer from the specified surfaces. If no view is
+ specified, the boundary layer is created using gouraud-shaped (smoothed)
+-normal field. Specifying a boundary layer index allows to extrude
++normal field. Specifying a boundary layer index allows one to extrude
+ several independent boundary layers (with independent normal smoothing).
+ 
+ @item Transfinite Line @{ @var{expression-list} @} | "*" = @var{expression} < Using Progression | Bump @var{expression} >;
diff --git a/debian/patches/series b/debian/patches/series
index 4441ba9..e950e91 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 skip_license_file.patch
 switch_off_metis_and_tetgen.patch
+fix_spelling_errors.patch

-- 
Gmsh packaging. Gmsh is an automatic 3D finite element mesh generator. 



More information about the debian-science-commits mailing list