Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amdis
amdis-core
Commits
f994684a
Commit
f994684a
authored
5 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
removed unused variable from Marker
parent
7e46647e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!96
removed unused variable from Marker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/amdis/Marker.inc.hpp
+0
-1
0 additions, 1 deletion
src/amdis/Marker.inc.hpp
with
0 additions
and
1 deletion
src/amdis/Marker.inc.hpp
+
0
−
1
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
))));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment