Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
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
Core Modules
dune-istl
Commits
559b5279
Commit
559b5279
authored
13 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Do not hide debuglevel of Parameter class.
[[Imported from SVN: r1471]]
parent
f97db852
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
dune/istl/paamg/aggregates.hh
+0
-22
0 additions, 22 deletions
dune/istl/paamg/aggregates.hh
with
0 additions
and
22 deletions
dune/istl/paamg/aggregates.hh
+
0
−
22
View file @
559b5279
...
...
@@ -188,30 +188,8 @@ namespace Dune
*/
void
setMaxConnectivity
(
std
::
size_t
connectivity
){
connectivity_
=
connectivity
;}
/**
* @brief Set the debugging level.
*
* @param level If 0 no debugging output will be generated.
*/
void
setDebugLevel
(
int
level
)
{
debugLevel_
=
level
;
}
/**
* @brief Get the debugging Level.
*
* @return 0 if no debugging output will be generated.
*/
int
debugLevel
()
const
{
return
debugLevel_
;
}
private
:
std
::
size_t
maxDistance_
,
minAggregateSize_
,
maxAggregateSize_
,
connectivity_
;
int
debugLevel_
;
bool
skipiso_
;
};
...
...
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