Skip to content
Snippets Groups Projects
Commit 8dbc8a80 authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

commented output in call of adapt

[[Imported from SVN: r2981]]
parent b2c2b239
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ namespace Dune {
//! of the underlying function spaces
virtual void adapt () const
{
std::cout << "called AdaptMapping::adapt()" << std::endl;
//std::cout << "called AdaptMapping::adapt()" << std::endl;
if(am_) am_->adapt();
else
{
......@@ -329,6 +329,7 @@ namespace Dune {
df_.localFunction( father, vati_ );
df_.localFunction( son , sohn_ );
if(initialize)
{
for(int i=0; i<vati_.numDofs(); i++)
......
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