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
f994684a
Commit
f994684a
authored
Sep 10, 2019
by
Praetorius, Simon
Browse files
removed unused variable from Marker
parent
7e46647e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/Marker.inc.hpp
View file @
f994684a
...
...
@@ -284,7 +284,6 @@ Flag GridFunctionMarker<Grid, PreGridFct>::markGrid(AdaptInfo& adaptInfo)
int
currentLevel
=
e
.
level
();
auto
geo
=
e
.
geometry
();
auto
const
&
ref
=
Dune
::
referenceElement
(
geo
);
int
codim
=
ref
.
dimension
;
// evaluate in the center of the element
int
targetLevel
=
int
(
std
::
round
(
localFct
(
ref
.
position
(
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