avoid compilation warnings

This commit is contained in:
eap 2013-06-05 09:59:53 +00:00
parent bd8276e43f
commit 543e7425c7
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ by flat elements.
\n Triangles are transformed into prisms, and quadrangles into hexahedrons.
\n The flat elements are stored in groups of volumes.
These groups are named according to the position of the group in the list:
the group j_n_p is the group of the flat elements that are built between the group #n and the group #p in the list.
If there is no shared faces between the group #n and the group #p in the list, the group j_n_p is not created.
the group j_n_p is the group of the flat elements that are built between the group \#n and the group \#p in the list.
If there is no shared faces between the group \#n and the group \#p in the list, the group j_n_p is not created.
All the flat elements are gathered into the group named "joints3D" (or "joints2D" in 2D situation).
The flat element of the multiple junctions between the simple junction are stored in a group named "jointsMultiples".

View File

@ -156,7 +156,7 @@ installation process of the SALOME plateform, on the basis of the
environment variable PADDERHOME that localizes the installation root
of the SpherePadder external program. This installation process
creates a configuration file padder.cfg located in the folder
<SMESH_ROOT_DIR>/share/salome/plugins/smesh, where <SMESH_ROOT_DIR> is
\<SMESH_ROOT_DIR\>/share/salome/plugins/smesh, where \<SMESH_ROOT_DIR\> is
the installation root directory of the SMESH module.
In the case where you have to specify a different configuration than
@ -262,7 +262,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub <username>@<hostname>
\endcode
You can check the configuration by testing that you can connect to the
host <hostname> with the login <username> without being asked a
host \<hostname\> with the login \<username\> without being asked a
password:
\code