Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
70865386
Commit
70865386
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing tests
parent
42321812
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
src/Decomposition/Distribution/Distribution_unit_tests.hpp
+4
-4
4 additions, 4 deletions
src/Decomposition/Distribution/Distribution_unit_tests.hpp
with
5 additions
and
5 deletions
openfpm_data
@
cb1e6bbe
Subproject commit
a13bc3f781fa23c92d81b4f2a75848351f6d7f87
Subproject commit
cb1e6bbee60adff63345bce433c309074ee0e79d
This diff is collapsed.
Click to expand it.
src/Decomposition/Distribution/Distribution_unit_tests.hpp
+
4
−
4
View file @
70865386
...
...
@@ -161,7 +161,7 @@ BOOST_AUTO_TEST_CASE( Metis_distribution_test)
// operator= functions
// operator== functions
BOOST_REQUIRE_EQUAL
(
sizeof
(
MetisDistribution
<
3
,
float
>
),
56
8
ul
);
BOOST_REQUIRE_EQUAL
(
sizeof
(
MetisDistribution
<
3
,
float
>
),
5
3
6ul
);
}
BOOST_AUTO_TEST_CASE
(
Parmetis_distribution_test
)
...
...
@@ -262,7 +262,7 @@ BOOST_AUTO_TEST_CASE( Parmetis_distribution_test)
//! [refine with parmetis the decomposition]
BOOST_REQUIRE_EQUAL
(
sizeof
(
MetisDistribution
<
3
,
float
>
),
56
8
ul
);
BOOST_REQUIRE_EQUAL
(
sizeof
(
MetisDistribution
<
3
,
float
>
),
5
3
6ul
);
}
BOOST_AUTO_TEST_CASE
(
DistParmetis_distribution_test
)
...
...
@@ -351,8 +351,8 @@ BOOST_AUTO_TEST_CASE( DistParmetis_distribution_test)
#else
bool
test
=
compare
(
str
.
str
()
+
".vtk"
,
std
::
string
(
"src/Decomposition/Distribution/test_data/"
)
+
str
.
str
()
+
"_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
bool
test
=
compare
(
str
.
str
()
+
".vtk"
,
std
::
string
(
"src/Decomposition/Distribution/test_data/"
)
+
str
.
str
()
+
"_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment