Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
00e10c8c
Commit
00e10c8c
authored
Aug 10, 2010
by
Alexander Wiebel
Browse files
[STYLE] space before comma
parent
b8f76fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dataHandler/test/WGridRegular3D_test.h
src/dataHandler/test/WGridRegular3D_test.h
+1
-1
No files found.
src/dataHandler/test/WGridRegular3D_test.h
View file @
00e10c8c
...
...
@@ -575,7 +575,7 @@ public:
TS_ASSERT
(
!
g
.
encloses
(
wmath
::
WPosition
(
0
,
0
-
wlimits
::
FLT_EPS
,
0
)
)
);
TS_ASSERT
(
g
.
encloses
(
wmath
::
WPosition
(
0
,
0
,
0
)
)
);
TS_ASSERT
(
g
.
encloses
(
wmath
::
WPosition
(
0.5
,
1.0
-
wlimits
::
FLT_EPS
,
0.5
)
)
);
TS_ASSERT
(
!
g
.
encloses
(
wmath
::
WPosition
(
0.5
,
1.0
,
0.5
)
)
);
TS_ASSERT
(
!
g
.
encloses
(
wmath
::
WPosition
(
0.5
,
1.0
,
0.5
)
)
);
// Test bounds for Z direction
TS_ASSERT
(
!
g
.
encloses
(
wmath
::
WPosition
(
0
,
0
,
0
-
wlimits
::
FLT_EPS
)
)
);
...
...
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