Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
28b165d0
Commit
28b165d0
authored
May 25, 2016
by
Jan Möbius
Browse files
Make VS2015 happy
parent
2f1a8df9
Pipeline
#2032
passed with stage
in 83 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/tests/Geometry/BSP/BSP_test.cc
View file @
28b165d0
...
...
@@ -361,7 +361,8 @@ TEST_F(BSP_CUBE_BASE, RayIntersectionAboveSurface_NonDirectionalFunction_1 ) {
Mesh
::
Point
yDirection
(
0.0
,
1.0
,
0.0
);
Mesh
::
Point
p1
(
-
0.5
,
-
2.0
,
0.0
);
BSP
::
RayCollision
rc
=
bsp_
->
raycollision
(
p1
,
yDirection
);
BSP
::
RayCollision
rc
;
rc
=
bsp_
->
raycollision
(
p1
,
yDirection
);
EXPECT_EQ
(
2u
,
rc
.
size
()
)
<<
"Wrong number of hit faces in ray collision test 1"
;
if
(
rc
.
size
()
==
2u
)
{
// Don't crash on wrong size
...
...
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