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
70035fda
Commit
70035fda
authored
Sep 23, 2016
by
Jakob Schöttl
Browse files
Add TODO comment
parent
e75fb6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/models/potential/fields/AbstractPotentialFieldTarget.java
View file @
70035fda
...
...
@@ -58,6 +58,8 @@ public abstract class AbstractPotentialFieldTarget implements IPotentialTargetGr
int
targetId
=
ped
.
getNextTargetId
();
// Pedestrian has reached the target
// TODO Is this necessary? The target controller changes the
// pedestrian's target as soon the pedestrian arrives it.
if
(
topography
.
getTarget
(
targetId
).
getShape
().
contains
(
pos
))
{
return
0
;
// the arrival time is zero
}
...
...
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