Skip to content

Commit

Permalink
Prep for release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gwlucastrig committed Apr 26, 2021
1 parent 5ee3fbc commit b89ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/tinfour/contour/Contour.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public String toString() {
* to see if this instance is a boundary contour before using the contour index.
* @return a value in the range 0 to the length of the input z contour array.
*/
int getContourIndex(){
public int getContourIndex(){
if(rightIndex<0){
// this is a boundary contour. the contour index value
// is not truly meaningful.
Expand Down

0 comments on commit b89ab9a

Please sign in to comment.