From 63d8d52f8b280a764da50ef73694a54926db6823 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 12 Feb 2003 01:41:33 +0000 Subject: [PATCH] typos --- Triangle/Makefile | 4 ++-- Triangle/README | 15 ++++++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Triangle/Makefile b/Triangle/Makefile index 428b708f8a..b95f9cfd96 100644 --- a/Triangle/Makefile +++ b/Triangle/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.10 2003-02-11 08:54:58 geuzaine Exp $ +# $Id: Makefile,v 1.11 2003-02-12 01:41:33 geuzaine Exp $ include ../variables LIB = ../lib/libGmshTriangle.a -# Do not optimize: it crashed on Linux +# Do not optimize: it crashes badly on Linux CFLAGS = -O0 ${OS_FLAGS} -DTRILIBRARY SRC = triangle.c diff --git a/Triangle/README b/Triangle/README index 3c704cad69..045eb94fb1 100644 --- a/Triangle/README +++ b/Triangle/README @@ -2,12 +2,12 @@ If you want to use Jonathan Shewchuk's Triangle as an alternative isotropic 2D mesh generator in Gmsh, please download Triangle from the author's web site at http://www.cs.cmu.edu/~quake/triangle.html, -unpack the archive and copy the two files triangle.c and triangle.h in -this directory. Then run configure and rebuild Gmsh. +unpack the archive and copy the two files 'triangle.c' and +'triangle.h' in this directory. Then run configure and rebuild Gmsh. -Note that by doing so, you agree to Triangle's licencing requirements -stated below. (Most notably, you can only redistribute the software if -no compensation is received.) +Please note that by doing so, you agree to Triangle's licencing +requirements (stated below). Most notably, you can only redistribute +Gmsh if no compensation is received. ============================================================================== @@ -24,13 +24,10 @@ Created as part of the Archimedes project (tools for parallel FEM). Supported in part by NSF Grant CMS-9318163 and an NSERC 1967 Scholarship. There is no warranty whatsoever. Use at your own risk. - Triangle generates exact Delaunay triangulations, exact constrained Delaunay triangulations, Voronoi diagrams, and quality conforming Delaunay triangulations. The latter can be generated with no small angles or large, -and are thus suitable for finite element analysis. Show Me graphically -displays the contents of the geometric files used by Triangle. Show Me can -also write images in PostScript form. +and are thus suitable for finite element analysis. Information on the algorithms used by Triangle, including complete references, can be found in the comments at the beginning of the triangle.c -- GitLab