diff --git a/core/src/main/java/org/tinfour/contour/Contour.java b/core/src/main/java/org/tinfour/contour/Contour.java index 52623331..c1cda241 100644 --- a/core/src/main/java/org/tinfour/contour/Contour.java +++ b/core/src/main/java/org/tinfour/contour/Contour.java @@ -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.