Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed May 8, 2017
1 parent 246e47f commit fa8a070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/mxx/datatypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class is_builtin_type : public std::false_type {};

class datatype;

// TODO: there has to be a better way for this
} // namespace mxx

std::false_type make_datatype();
Expand Down
2 changes: 1 addition & 1 deletion include/mxx/env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace mxx {

void my_mpi_errorhandler(MPI_Comm* comm, int* error_code, ...) {
inline void my_mpi_errorhandler(MPI_Comm* comm, int* error_code, ...) {
char buf[MPI_MAX_ERROR_STRING];
int strlen;
int error_class;
Expand Down

0 comments on commit fa8a070

Please sign in to comment.