Skip to content
Snippets Groups Projects
Commit 396f32fb authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

[bugfix] make compile when DUNE_ISTL_WITH_CHECKING is defined.

parent 0ad82993
No related branches found
No related tags found
No related merge requests found
...@@ -1291,7 +1291,7 @@ namespace Dune ...@@ -1291,7 +1291,7 @@ namespace Dune
template<class Data, class GatherScatter, bool FORWARD> 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 typedef typename InterfaceMap::const_iterator
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