Skip to content
Snippets Groups Projects
Commit 559b5279 authored by Markus Blatt's avatar Markus Blatt
Browse files

Do not hide debuglevel of Parameter class.

[[Imported from SVN: r1471]]
parent f97db852
No related branches found
No related tags found
No related merge requests found
......@@ -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_;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment