Skip to content

Commit 67b71fd

Browse files
Merge pull request #316 from Podsiadlo/master
Fix to LongestEdge readme
2 parents 4be0343 + 0a0533f commit 67b71fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lonestar/scientific/cpu/longestedge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DESCRIPTION
55
-----------
66

77
This program runs a variant of Rivaras mesh refinement algorithm on portions of the earth's surface.
8-
It requires the data available at https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/ and can generate `.node`, `.ele.`, and `.mesh` files that follow the same format used in https://www.cs.cmu.edu/~quake/triangle.html.
8+
It requires the data available at https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/ and can generate `.node`, `.ele.`, and `.poly` files that follow the same format used in https://www.cs.cmu.edu/~quake/triangle.html.
99
The command line inputs are the bounds of a box in UTM coordinates.
1010

1111
BUILD

0 commit comments

Comments
 (0)