Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
d98931bc
Commit
d98931bc
authored
May 19, 2020
by
Benedikt Kleinmeier
Browse files
Fixed two formatting issues
parent
d4cc81be
Changes
2
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/control/psychology/cognition/ThreatCognitionModel.java
View file @
d98931bc
...
...
@@ -66,7 +66,6 @@ public class ThreatCognitionModel implements ICognitionModel {
}
else
{
// Check if pedestrian re-entered the same threat area.
Threat
oldThreat
=
pedestrian
.
getThreatMemory
().
getLatestThreat
();
isNewThreat
=
oldThreat
.
getOriginAsTargetId
()
!=
threat
.
getOriginAsTargetId
();
}
...
...
VadereSimulator/src/org/vadere/simulator/models/osm/updateScheme/UpdateSchemeEventDriven.java
View file @
d98931bc
...
...
@@ -72,7 +72,6 @@ public class UpdateSchemeEventDriven implements UpdateSchemeOSM {
osmBehaviorController
.
wait
(
pedestrian
,
topography
,
timeStepInSec
);
}
else
if
(
selfCategory
==
SelfCategory
.
CHANGE_TARGET
)
{
osmBehaviorController
.
changeTarget
(
pedestrian
,
topography
);
//else if
}
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment