Skip to content
Snippets Groups Projects
Commit be587072 authored by Robert Kloefkorn's avatar Robert Kloefkorn Committed by Christoph Grüninger
Browse files

[bugfix] make compile when DUNE_ISTL_WITH_CHECKING is defined.

(cherry picked from commit 396f32fb)

Signed-off-by: default avatarChristoph Grüninger <gruenich@dune-project.org>
parent 1109166f
No related branches found
No related tags found
No related merge requests found
......@@ -1291,7 +1291,7 @@ namespace Dune
template<class Data, class GatherScatter, bool FORWARD>
inline void BufferedCommunicator::MessageGatherer<Data,GatherScatter,FORWARD,SizeOne>::operator()(const InterfaceMap& interfaces, const Data& data, Type* buffer, size_t) const
inline void BufferedCommunicator::MessageGatherer<Data,GatherScatter,FORWARD,SizeOne>::operator()(const InterfaceMap& interfaces, const Data& data, Type* buffer, size_t bufferSize) const
{
typedef typename InterfaceMap::const_iterator
const_iterator;
......
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