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
iwr
dune-vtk
Commits
3283b8ee
Commit
3283b8ee
authored
Jan 26, 2020
by
Praetorius, Simon
Browse files
removed unnecessary semicolon
parent
27678eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/vtk/vtkfunction.hh
View file @
3283b8ee
...
...
@@ -37,7 +37,7 @@ namespace Dune
template
<
class
T
,
int
N
,
int
M
>
static
auto
sizeOfImpl
(
FieldMatrix
<
T
,
N
,
M
>
const
&
)
->
std
::
integral_constant
<
int
,
N
*
M
>
{
return
{};
}
;
->
std
::
integral_constant
<
int
,
N
*
M
>
{
return
{};
}
static
auto
sizeOfImpl
(...)
->
std
::
integral_constant
<
int
,
1
>
{
return
{};
}
...
...
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