Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
131f2145
Commit
131f2145
authored
Oct 23, 2019
by
Benedikt Zoennchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix in EikonalSolverFMMTriangulation.
parent
a927ca27
Pipeline
#167662
passed with stages
in 136 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
VadereSimulator/src/org/vadere/simulator/models/potential/solver/calculators/mesh/EikonalSolverFMMTriangulation.java
...olver/calculators/mesh/EikonalSolverFMMTriangulation.java
+0
-3
No files found.
VadereSimulator/src/org/vadere/simulator/models/potential/solver/calculators/mesh/EikonalSolverFMMTriangulation.java
View file @
131f2145
...
...
@@ -146,9 +146,6 @@ public class EikonalSolverFMMTriangulation<V extends IVertex, E extends IHalfEdg
for
(
V
vertex
:
targetVertices
)
{
this
.
targetVertices
.
add
(
vertex
);
for
(
V
neighbouringVertices
:
getMesh
().
getAdjacentVertexIt
(
vertex
))
{
this
.
targetVertices
.
add
(
neighbouringVertices
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment