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

Added return statement to function to get rid off warning.

[[Imported from SVN: r156]]
parent 21c6c710
Branches
Tags
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $ Id: $
// $Id$
#ifndef DUNE_COMMUNICATOR
#define DUNE_COMMUNICATOR
......@@ -699,6 +699,8 @@ namespace Dune
buffers_[0] = new char[sendStart];
buffers_[1] = new char[recvStart];
interface_ = &interface;
return EnableIf<SameType<SizeOne, typename CommPolicy<Data>::IndexedTypeFlag>::value, void>();
}
template<typename TG, typename TA>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment