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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Core Modules
dune-common
Commits
78634cbb
Commit
78634cbb
authored
20 years ago
by
Thimo Neubauer
Browse files
Options
Downloads
Patches
Plain Diff
explicit scoping of GridDefault::Traits<0> in LeafIterator for xlc
[[Imported from SVN: r1230]]
parent
3ff6025b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/common/grid.hh
+2
-2
2 additions, 2 deletions
grid/common/grid.hh
with
2 additions
and
2 deletions
grid/common/grid.hh
+
2
−
2
View file @
78634cbb
...
...
@@ -1462,8 +1462,8 @@ namespace Dune {
{
// some typedefs
typedef
GridImp
<
dim
,
dimworld
>
GridType
;
typedef
typename
Traits
<
0
>::
LevelIterator
LevelIterator
;
typedef
typename
Traits
<
0
>::
Entity
EntityType
;
typedef
typename
GridDefault
<
dim
,
dimworld
,
ct
,
GridImp
,
LevelIteratorImp
,
EntityImp
>::
template
Traits
<
0
>
::
LevelIterator
LevelIterator
;
typedef
typename
GridDefault
<
dim
,
dimworld
,
ct
,
GridImp
,
LevelIteratorImp
,
EntityImp
>::
template
Traits
<
0
>
::
Entity
EntityType
;
typedef
typename
EntityType
::
Traits
::
HierarchicIterator
HierIterator
;
public:
...
...
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