gnu: gmsh: Fix typos
* gnu/packages/maths.scm (gmsh): Fix typo and space aftern end-of-sentence.
This commit is contained in:
parent
3de01d3fa1
commit
edf684ef99
1 changed files with 7 additions and 7 deletions
|
@ -358,11 +358,11 @@ (define-public gmsh
|
||||||
"-DENABLE_BUILD_DYNAMIC:BOOL=ON")))
|
"-DENABLE_BUILD_DYNAMIC:BOOL=ON")))
|
||||||
(home-page "http://www.geuz.org/gmsh/")
|
(home-page "http://www.geuz.org/gmsh/")
|
||||||
(synopsis "3D finite element grid generator")
|
(synopsis "3D finite element grid generator")
|
||||||
(description "Gmsh is a 3D finite element grid generator with a build-in
|
(description "Gmsh is a 3D finite element grid generator with a built-in
|
||||||
CAD engine and post-processor. Its design goal is to provide a fast, light and
|
CAD engine and post-processor. Its design goal is to provide a fast, light
|
||||||
user-friendly meshing tool with parametric input and advanced visualization
|
and user-friendly meshing tool with parametric input and advanced
|
||||||
capabilities. Gmsh is built around four modules: geometry, mesh, solver and
|
visualization capabilities. Gmsh is built around four modules: geometry,
|
||||||
post-processing. The specification of any input to these modules is done
|
mesh, solver and post-processing. The specification of any input to these
|
||||||
either interactively using the graphical user interface or in ASCII text files
|
modules is done either interactively using the graphical user interface or in
|
||||||
using Gmsh's own scripting language.")
|
ASCII text files using Gmsh's own scripting language.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue