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
Markus Holzer
waLBerla
Commits
5c86e609
Commit
5c86e609
authored
Apr 24, 2019
by
Sebastian Eibl
Browse files
fixed conversion warning
parent
28602e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pe/amr/weight_assignment/MetisAssignmentFunctor.h
View file @
5c86e609
...
...
@@ -68,7 +68,7 @@ public:
info
.
setVertexCoords
(
it
->
first
->
getAABB
().
center
()
);
for
(
uint_t
nb
=
uint_t
(
0
);
nb
<
it
->
first
->
getNeighborhoodSize
();
++
nb
)
{
const
double
dx
(
1.0
);
const
real_t
dx
(
1.0
);
info
.
setEdgeWeight
(
it
->
first
->
getNeighborId
(
nb
),
static_cast
<
blockforest
::
DynamicParMetisBlockInfo
::
weight_t
>
(
domain_decomposition
::
periodicIntersectionVolume
(
periodic
,
...
...
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