commit c41c192c598f711e292a0520757a8304a7dae01d
parent b9467cb066d77ce8b8eb6faf1bd063519d9ef892
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 2 Mar 2025 21:31:28 +0100
Minor modification to the smsh2vtk manual
It only concerns the formatting of comments.
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/smsh2vtk.1 b/doc/smsh2vtk.1
@@ -13,21 +13,21 @@
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.Dd March 1, 2025
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Dt SMSH2VTK 1
.Os
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh NAME
.Nm smsh2vtk
.Nd convert
.Xr smsh 5
mesh to VTK format
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh SYNOPSIS
.Nm
.Op Fl o Ar output
.Ar mesh
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh DESCRIPTION
.Nm
converts a triangular or tetrahedral mesh saved in
@@ -40,10 +40,10 @@ The options are as follows:
Output file.
If not defined, output data is written to standard output.
.El
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh EXIT STATUS
.Ex -std
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh EXAMPLES
Convert the
.Xr smsh 5
@@ -54,10 +54,10 @@ file:
.Bd -literal -offset Ds
smsh2vtk -o output.vtk input.smsh
.Ed
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh SEE ALSO
.Xr smsh 5
-.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh STANDARDS
.Rs
.%B The VTK User's Guide