| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |