star-mesh

Define and load a binary data format for meshes
git clone git://git.meso-star.fr/star-mesh.git
Log | Files | Refs | README | LICENSE

commit b69801a6e5095f1dbf1cfc1043a058785c43e885
parent cd91520c1baa0db1a0a16f26acf0dc04a6beab0e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 14 Jun 2022 11:25:16 +0200

Fix a misspelling in the man page

Diffstat:
Mdoc/smsh.5.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/smsh.5.scd b/doc/smsh.5.scd @@ -25,7 +25,7 @@ smsh - Star-Mesh file format volume). Only the geometric data of the mesh is stored; no additional properties are attached to its nodes or cells. -An *smsh* file begins with a header that describes the layout of the data, +A *smsh* file begins with a header that describes the layout of the data, followed by the geometric data itself, i.e. the list of nodes and the list of cells.