ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/parallel/Communicator.hpp
(Generate patch)

Comparing branches/development/src/parallel/Communicator.hpp (file contents):
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC vs.
Revision 1875 by gezelter, Fri May 17 14:41:42 2013 UTC

# Line 149 | Line 149 | namespace OpenMD{
149    class Plan {
150    public:
151      
152 <    Plan<T>(MPI::Intracomm comm, int nObjects) {
153 <      myComm = comm;
152 >    Plan<T>(MPI::Intracomm comm, int nObjects) : myComm(comm) {
153        int nCommProcs = myComm.Get_size();
154        
155        counts.resize(nCommProcs, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines