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
ce9e5180
Commit
ce9e5180
authored
Feb 21, 2019
by
Benedikt Kleinmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TODO in "Simulation.java".
parent
418e119c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
VadereSimulator/src/org/vadere/simulator/control/Simulation.java
...imulator/src/org/vadere/simulator/control/Simulation.java
+1
-0
No files found.
VadereSimulator/src/org/vadere/simulator/control/Simulation.java
View file @
ce9e5180
...
...
@@ -294,6 +294,7 @@ public class Simulation {
List
<
Event
>
events
=
eventController
.
getEventsForTime
(
simTimeInSec
);
// TODO Why are target controllers readded in each simulation loop?
// Maybe, Isabella's SIMA branch required this because pedestrians can act as targets there.
this
.
targetControllers
.
clear
();
for
(
Target
target
:
this
.
topographyController
.
getTopography
().
getTargets
())
{
targetControllers
.
add
(
new
TargetController
(
this
.
topographyController
.
getTopography
(),
target
));
...
...
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