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
439974f5
Commit
439974f5
authored
19 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
minor change.
[[Imported from SVN: r3981]]
parent
f335ce95
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/sizecache.hh
+4
-3
4 additions, 3 deletions
grid/common/sizecache.hh
with
4 additions
and
3 deletions
grid/common/sizecache.hh
+
4
−
3
View file @
439974f5
...
...
@@ -3,8 +3,9 @@
#ifndef DUNE_SIZECACHE_HH
#define DUNE_SIZECACHE_HH
namespace
Dune
{
#include
<dune/common/array.hh>
namespace
Dune
{
//! organizes the caching of sizes for one grid and one GeometryType
template
<
class
GridImp
>
...
...
@@ -28,13 +29,13 @@ namespace Dune {
// the grid
const
GridType
&
grid_
;
bool
notWorry_
;
// true if this class counts simplices
const
bool
isSimplex_
;
// true if this class counts cubes
const
bool
isCube_
;
bool
notWorry_
;
// count elements of set by iterating the grid
template
<
class
SzCacheType
,
int
codim
>
struct
CountLevelEntities
...
...
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