Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Timo Koch
dune-common
Commits
e8dc539d
Commit
e8dc539d
authored
19 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
disabled inside/outside in IntersectionIteratorInterface to avoid bug #24
[[Imported from SVN: r2364]]
parent
41bcf00f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/common/intersectioniterator.hh
+8
-8
8 additions, 8 deletions
grid/common/intersectioniterator.hh
with
8 additions
and
8 deletions
grid/common/intersectioniterator.hh
+
8
−
8
View file @
e8dc539d
...
...
@@ -236,17 +236,17 @@ namespace Dune
//! return EntityPointer to the Entity on the inside of this intersection
//! (that is the Entity where we started this Iterator)
EntityPointer
inside
()
const
{
return
asImp
().
inside
();
}
//
EntityPointer inside() const
//
{
//
return asImp().inside();
//
}
//! return EntityPointer to the Entity on the outside of this intersection
//! (that is the neighboring Entity)
EntityPointer
outside
()
const
{
return
asImp
().
outside
();
}
//
EntityPointer outside() const
//
{
//
return asImp().outside();
//
}
/*! return an outer normal (length not necessarily 1)
...
...
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