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
amdis
amdis-core
Commits
c5236d50
Commit
c5236d50
authored
May 19, 2022
by
Müller, Felix
Browse files
Cast enum to int
parent
6304bb55
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/linearalgebra/mtl/SlotSize.hpp
View file @
c5236d50
...
...
@@ -58,7 +58,7 @@ namespace AMDiS
{
using
GridView
=
typename
RowBasis
::
GridView
;
static
std
::
size_t
surrounding
=
Math
::
pow
<
GridView
::
dimension
>
(
2
)
*
Dune
::
factorial
(
GridView
::
dimension
);
=
Math
::
pow
<
GridView
::
dimension
>
(
2
)
*
Dune
::
factorial
(
int
(
GridView
::
dimension
)
)
;
estRowSize_
=
std
::
min
(
cols_
,
colBasis
.
localView
().
maxSize
()
*
surrounding
);
}
...
...
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