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

Removed uninitialized warning.

[[Imported from SVN: r1313]]
parent 6615fbd1
No related branches found
No related tags found
No related merge requests found
......@@ -1091,7 +1091,7 @@ namespace Dune
SLList<std::pair<int,Attribute> > sourceAttributeList;
sourceAttributeList.push_back(std::make_pair(source,Attribute(sourceAttribute)));
bool foundSelf=false;
Attribute myAttribute;
Attribute myAttribute=Attribute();
// Unpack the remote indices
for(; pairs>0; --pairs) {
......
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