Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
f416214d
Commit
f416214d
authored
Jul 14, 2015
by
Oliver Sander
Browse files
[cleanup] Remove two spurious trailing semicola
parent
8548820f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/functionals/normfunctional.hh
View file @
f416214d
...
...
@@ -196,7 +196,7 @@ namespace Dune {
virtual
void
setVector
(
const
VectorType
&
v
)
{
u_
=
v
;
}
;
}
/** \brief Update the (i,j)-th entry of the internal position vector u_pos to x.
*
...
...
@@ -208,7 +208,7 @@ namespace Dune {
virtual
void
updateEntry
(
int
i
,
double
x
,
int
j
)
{
u_
[
i
][
j
]
=
x
;
}
;
}
private:
...
...
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