X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fmpiworld.h;h=5818ed3df3d4c6149bc475a1aa16413fa0495f57;hp=2889821708a0770f44dc58cdd1d3e03db0487258;hb=2d39e823ba389fc68e5317c422b55be006094252;hpb=a95e41ac40cd2f3a4401d921618604cf33f2a904 diff --git a/include/mpiworld.h b/include/mpiworld.h index 2889821..5818ed3 100644 --- a/include/mpiworld.h +++ b/include/mpiworld.h @@ -27,7 +27,7 @@ #include #include - +#include class MPIWorld { @@ -62,7 +62,9 @@ class MPIWorld MPI::Intracomm& getComm() { return m_comm; } - + + void BcastString (string& str); + private: int m_myRank; int m_nProcessors;