Skip to content
Snippets Groups Projects
Commit 311cc769 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

small typo corrected

parent 93b51a11
Branches master
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ namespace mpi14 {
public:
/// Constructor with user receive-functor `R`.
template <class F,
template <class R,
REQUIRES( concepts::Callable<R(MPI_Status)> )>
RecvDynamicSize(int from, int tag, MPI_Comm comm, R&& r)
: from_(from)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment