Skip to content

Commit

Permalink
Another missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pfreundschuh committed Jul 2, 2019
1 parent dd8d238 commit ba3497d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/invlib/mpi/generic.h
@@ -0,0 +1,13 @@
#ifndef MPI_GENERIC_H
#define MPI_GENERIC_H

namespace invlib
{

template<typename T>
const T & broadcast(const T & t) {
return t;
}

} // namespace invlib
#endif // MPI_MPI_MATRIX_H

0 comments on commit ba3497d

Please sign in to comment.