Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
87b4fe32
Commit
87b4fe32
authored
Oct 30, 2018
by
Benedikt Zoennchen
Browse files
remove invalid import.
parent
fabe52d0
Pipeline
#73532
failed with stages
in 77 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/models/potential/solver/calculators/mesh/EikonalSolverFMMTriangulation.java
View file @
87b4fe32
...
...
@@ -24,8 +24,6 @@ import org.vadere.util.data.cellgrid.IPotentialPoint;
import
org.vadere.simulator.models.potential.solver.timecost.ITimeCostFunction
;
import
org.vadere.util.math.IDistanceFunction
;
import
sun.jvm.hotspot.debugger.cdbg.Sym
;
import
java.awt.*
;
import
java.util.Collection
;
import
java.util.Comparator
;
...
...
VadereSimulator/tests/org/vadere/simulator/models/potential/solver/TestFFMNonUniformTriangulation.java
View file @
87b4fe32
...
...
@@ -84,6 +84,7 @@ public class TestFFMNonUniformTriangulation {
return
eikMesh
;
}
@Ignore
@Test
public
void
testTriangulationFMM
()
{
...
...
Write
Preview
Supports
Markdown
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