Using eo::mpi::DEFAULT_MASTER instead of raw constants.
This commit is contained in:
parent
63f12c4e1c
commit
564cc3bccd
3 changed files with 6 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ namespace eo
|
|||
const int Finish = 1;
|
||||
}
|
||||
|
||||
const int DEFAULT_MASTER = 0;
|
||||
|
||||
template< typename JobData, typename Wrapped >
|
||||
struct SharedDataFunction
|
||||
|
|
|
|||
Reference in a new issue