Skip to content
Snippets Groups Projects
Commit 3b6f426d authored by Christian Engwer's avatar Christian Engwer
Browse files

add cstdio header, seems to be missing when compiling with clang (thanks to Rene Milk)

[[Imported from SVN: r6208]]
parent a6ba6066
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ namespace Dune
void allreduce(Type* in, Type* out, int len) const
{
std::copy(in, in+len, out);
return 0;
return;
}
};
......
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