Skip to content

Commit

Permalink
Moving to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross committed Jul 8, 2021
1 parent 1603b60 commit be514da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>wbif.sjx</groupId>
<artifactId>MIA_MATLAB</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<packaging>jar</packaging>
<name>MIA_MATLAB</name>
<url>https://github.com/SJCross/MIA_MATLAB</url>
Expand Down Expand Up @@ -154,7 +154,7 @@
<scope>${scp}</scope> -->
<groupId>com.github.SJCross</groupId>
<artifactId>ModularImageAnalysis</artifactId>
<version>v0.17.0</version>
<version>v0.18.0</version>
<scope>${scp}</scope>
</dependency>

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/wbif/sjx/MIA_MATLAB/FitAlphaSurface.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ static Object[] getAlphaSurface(Volume inputObject, double alphaRadius) {

static Obj createAlphaSurfaceObject(ObjCollection outputObjects, Obj inputObject, MWNumericArray points) {
// Converting the output into a series of Point<Integer> objects
Obj alphaShapeObject = new Obj(VolumeType.OCTREE, outputObjects.getName(), outputObjects.getAndIncrementID(),
inputObject);
Obj alphaShapeObject = new Obj(outputObjects, VolumeType.QUADTREE, outputObjects.getAndIncrementID());
alphaShapeObject.setT(inputObject.getT());
addPoints(points, alphaShapeObject);

Expand Down

0 comments on commit be514da

Please sign in to comment.