Skip to content
Snippets Groups Projects
Commit 5a25da43 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed some commented lines we dont need anymore.

[[Imported from SVN: r2295]]
parent 24cadfdd
Branches
Tags
No related merge requests found
......@@ -57,8 +57,6 @@ namespace ALU3dGridSpace {
virtual void sendData ( ObjectStreamType & str , const HElementType & elem )
{
realEntity_.setElement( const_cast<HElementType &> (elem) );
//if(realEntity_.isLeaf())
dc_.scatter(str, en_);
}
......@@ -72,8 +70,6 @@ namespace ALU3dGridSpace {
realEntity_.setGhost( gh );
dc_.insertNewIndex( en_ );
dc_.checkMemorySize();
//if(realEntity_.isLeaf())
dc_.gather(str, en_);
}
......@@ -121,8 +117,6 @@ namespace ALU3dGridSpace {
virtual void sendData ( ObjectStreamType & str , const HElementType & elem )
{
realEntity_.setElement( const_cast<HElementType &> (elem) );
//if(realEntity_.isLeaf())
dc_.scatter(str, en_);
}
......@@ -134,9 +128,6 @@ namespace ALU3dGridSpace {
//realEntity_.setGhost( *(gh.getGhost()) );
// old set ghost method
realEntity_.setGhost( gh );
// is leaf Abfrage darf hier nicht sein
//if(realEntity_.isLeaf())
dc_.gather(str, en_);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment