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
21658231
Commit
21658231
authored
Aug 22, 2019
by
Daniel Lehmberg
Browse files
minor: comment out logging that floods the console for BHM testing
parent
792b9095
Pipeline
#147003
failed with stages
in 68 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/models/bhm/TargetDirectionGeoGradient.java
View file @
21658231
...
...
@@ -34,7 +34,7 @@ public class TargetDirectionGeoGradient implements TargetDirection {
VPoint
gradient2
=
targetPotentialField
.
getTargetPotentialGradient
(
position
.
add
(
gradient1
.
setMagnitude
(
stepLength
)),
pedestrianBHM
).
multiply
(-
1.0
);
if
(
gradient2
.
distanceToOrigin
()
>
GeometryUtils
.
DOUBLE_EPS
&&
UtilsBHM
.
angle
(
gradient1
,
gradient2
)
<
maxAngleBetweenGradients
)
{
logger
.
info
(
"gradient direction"
);
//
logger.info("gradient direction");
return
gradient1
.
norm
();
}
}
...
...
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