Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Quickhull
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Quickhull
Commits
fc68e69b
Commit
fc68e69b
authored
2 years ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
update pom parent
parent
ef9d5422
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+5
-6
5 additions, 6 deletions
pom.xml
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
+1
-1
1 addition, 1 deletion
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
with
6 additions
and
7 deletions
pom.xml
+
5
−
6
View file @
fc68e69b
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
p
arent-pom-plugin
</artifactId>
<version>
1.0.8
</version>
<artifactId>
p
om-icy
</artifactId>
<version>
2.2.0
</version>
</parent>
<artifactId>
quickhull
</artifactId>
<version>
1.0.
2
</version>
<version>
1.0.
3
</version>
<packaging>
jar
</packaging>
...
...
@@ -24,7 +24,6 @@
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
vecmath
</artifactId>
<version>
1.6.1
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
+
1
−
1
View file @
fc68e69b
...
...
@@ -413,7 +413,7 @@ public class QuickHull3D
System
.
out
.
println
(
"Expecting face index"
);
System
.
exit
(
1
);
}
indexList
.
add
(
0
,
new
Integer
((
int
)
stok
.
nval
));
indexList
.
add
(
0
,
Integer
.
valueOf
((
int
)
stok
.
nval
));
}
faceIndices
[
i
]
=
new
int
[
indexList
.
size
()];
int
k
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment