Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
900121d2
Commit
900121d2
authored
Feb 14, 2018
by
incardon
Browse files
Stable version
parent
35c45da4
Changes
2
Hide whitespace changes
Inline
Side-by-side
openfpm_devices
@
29b28ccc
Subproject commit 2
da3b22b477d8b94b60fb9eb5f1a4daacb6857b5
Subproject commit 2
9b28ccccaf722eda17f5a8389ecf4191a4af754
src/Grid/grid_dist_id_unit_test.cpp
View file @
900121d2
...
...
@@ -1879,8 +1879,6 @@ BOOST_AUTO_TEST_CASE ( grid_basic_functions )
grid_dist_id
<
2
,
double
,
aggregate
<
double
>>
grid
(
sz
,
domain
,
g
,
bc
);
std
::
cout
<<
"Offset: "
<<
grid
.
getOffset
(
0
).
toString
()
<<
std
::
endl
;
BOOST_REQUIRE_EQUAL
(
grid
.
getOffset
(
0
)[
0
],
-
1.25
);
BOOST_REQUIRE_EQUAL
(
grid
.
getOffset
(
0
)[
1
],
-
1.25
);
}
...
...
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