Skip to content

Commit

Permalink
Release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gwlucastrig committed Aug 1, 2021
1 parent eafb33a commit 0127931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/main/java/org/tinfour/demo/utils/TestOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ public double[] getFrame() {
* application-supplied defaults will be returned.
* @param defaultWidth a value greater than zero.
* @param defaultHeight a value greater than zero.
* @return
* @return an array of dimension 2 giving width and height
*/
public int []getImageSize(int defaultWidth, int defaultHeight){
if(imageSize!=null && imageSize.length==2){
Expand Down
1 change: 0 additions & 1 deletion svm/src/main/java/org/tinfour/svm/SvmComputation.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ int getFlatTriangleCount() {
* @param properties a valid set of properties specification for processing
* options.
* @param data a valid instance giving data for processing
* @return the instance of the final TIN object created for the processing.
* @throws java.io.IOException in the event of an unrecoverable I/O exception.
*/
public void processVolume(
Expand Down

0 comments on commit 0127931

Please sign in to comment.