Skip to content

Commit

Permalink
State that Shewchuk is the default triangulation algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Mar 13, 2022
1 parent d88f2bf commit 02ac1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygmt/src/triangulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class triangulate: # pylint: disable=invalid-name
number, starting at 0 for the first line) in the input file. If **outgrid**
and **spacing** are set a grid will be calculated based on the surface
defined by the planar triangles. The actual algorithm used in the
triangulations is either that of Watson [1982] [Default] or Shewchuk [1996]
triangulations is either that of Watson [1982] or Shewchuk [1996] [Default]
(if installed; type **gmt get GMT_TRIANGULATE** on the command line to see
which method is selected). This choice is made during the GMT installation.
Furthermore, if the Shewchuk algorithm is installed then you can also
Expand Down Expand Up @@ -179,7 +179,7 @@ def regular_grid( # pylint: disable=too-many-arguments,too-many-locals
calculated. By setting **outgrid** and **spacing**, a grid will be
calculated based on the surface defined by the planar triangles. The
actual algorithm used in the triangulations is either that of Watson
[1982] [Default] or Shewchuk [1996] (if installed; type
[1982] or Shewchuk [1996] [Default] (if installed; type
**gmt get GMT_TRIANGULATE** on the command line to see which method is
selected). This choice is made during the GMT installation.
Furthermore, if the Shewchuk algorithm is installed then you can also
Expand Down Expand Up @@ -297,7 +297,7 @@ def delaunay_triples( # pylint: disable=too-many-arguments,too-many-locals
triangulation possible. If a map projection (give *region* and
*projection*) is chosen then it is applied before the triangulation is
calculated. The actual algorithm used in the triangulations is either
that of Watson [1982] [Default] or Shewchuk [1996] (if installed; type
that of Watson [1982] or Shewchuk [1996] [Default] (if installed; type
**gmt get GMT_TRIANGULATE** on the command line to see which method is
selected). This choice is made during the GMT installation.
Furthermore, if the Shewchuk algorithm is installed then you can also
Expand Down

0 comments on commit 02ac1d8

Please sign in to comment.