ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/config.h.cmake
(Generate patch)

Comparing:
branches/development/src/config.h.cmake (file contents), Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC vs.
trunk/src/config.h.cmake (file contents), Revision 1987 by gezelter, Thu Apr 17 19:07:31 2014 UTC

# Line 67 | Line 67 | typedef float RealType;
67   typedef float RealType;
68   #ifdef IS_MPI
69   #define MPI_REALTYPE MPI_FLOAT
70 < #define REALTYPE FLOAT
71 < #define REALTYPE_INT FLOAT_INT
70 > #define MPI_REALTYPE_INT MPI_FLOAT_INT
71   #endif
72   #else
73   typedef double RealType;
74   #ifdef IS_MPI
75   #define MPI_REALTYPE MPI_DOUBLE
76 < #define REALTYPE DOUBLE
78 < #define REALTYPE_INT DOUBLE_INT
76 > #define MPI_REALTYPE_INT MPI_DOUBLE_INT
77   #endif
78   #endif
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines