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
766a697e
Commit
766a697e
authored
Jun 08, 2015
by
Oliver Sander
Browse files
[bugfix] method directionalSubDiff must be const
parent
ceadb798
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/functionals/normfunctional.hh
View file @
766a697e
...
...
@@ -106,7 +106,7 @@ namespace Dune {
* \param u base point
* \param v direction
*/
virtual
void
directionalSubDiff
(
const
VectorType
&
u
,
const
VectorType
&
v
,
Dune
::
Solvers
::
Interval
<
double
>&
subdifferential
)
virtual
void
directionalSubDiff
(
const
VectorType
&
u
,
const
VectorType
&
v
,
Dune
::
Solvers
::
Interval
<
double
>&
subdifferential
)
const
{
subdifferential
[
0
]
=
0.0
;
subdifferential
[
1
]
=
0.0
;
...
...
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