]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
Change link to Distene english website
authorgdd <gdd>
Mon, 10 Sep 2012 08:34:28 +0000 (08:34 +0000)
committergdd <gdd>
Mon, 10 Sep 2012 08:34:28 +0000 (08:34 +0000)
doc/salome/gui/GHS3DPLUGIN/input/ghs3d_hypo.doc
doc/salome/gui/GHS3DPLUGIN/input/ghs3dplugin_python_interface.doc

index 0e18ad3dfda4a4c76d63a362a004df5490fe454e..88f50c44911fdd917cf8625c4809e30bd6298e29 100644 (file)
@@ -6,7 +6,7 @@
 GHS3D Parameters hypothesis works only with <b>Tetrahedron (GHS3D)</b> 
 algorithm. This algorithm is a commercial software.
 
-To get a licence, visit http://www.distene.com/corp/eval-distene.html
+To get a licence, visit http://www.distene.com/en/corp/eval-distene.html
 
 \tableofcontents
 
index 9656335c3c4c85e91088b8969fb89ce2746965e8..220bd07d822f54135e5c3a7127922d0998c7508a 100644 (file)
@@ -10,9 +10,9 @@ Below you can see an example of usage of the GHS3DPlugin Python API for mesh gen
 
 \anchor tui_ghs3d
 
--# \ref tui_ghs3d_basic "Construction of Mesh using Ghs3D algorithm"
--# \ref tui_ghs3d_enforced_vertices "Adding enforced vertices"
--# \ref tui_ghs3d_enforced_meshes "Adding enforced mesh"
+-# \ref tui_ghs3d_basic
+-# \ref tui_ghs3d_enforced_vertices
+-# \ref tui_ghs3d_enforced_meshes
 
 \section tui_ghs3d_basic Construction of Mesh using Ghs3D algorithm
 
@@ -39,7 +39,7 @@ ghs3dMesh.Compute()
 # End of script
 \endcode
 
-\image html ghs3d_screenshot.png Ghs3d mesh withtout hypothesis
+\image html ghs3d_screenshot.png Ghs3d mesh without hypothesis
 
 \ref tui_ghs3d "Back to top"