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 1797 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1798 by gezelter, Thu Sep 13 14:10:11 2012 UTC

# Line 72 | Line 72 | namespace OpenMD{
72      static int Length() { return 1; };
73    };
74    
75 <  template<> inline MPI::Datatype MPITraits<int>::Type() { return MPI_INT; }
76 <  template<> inline MPI::Datatype MPITraits<RealType>::Type() { return MPI_REALTYPE; }
75 >  template<> inline MPI::Datatype MPITraits<int>::Type() { return MPI::INT; }
76 >  template<> inline MPI::Datatype MPITraits<RealType>::Type() { return MPI::REALTYPE; }
77  
78    template<class T, unsigned int Dim>
79    class MPITraits< Vector<T, Dim> > {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines