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

Comparing trunk/src/config.h.in (file contents):
Revision 1350 by gezelter, Mon Feb 11 23:05:00 2008 UTC vs.
Revision 1351 by gezelter, Thu May 21 18:57:26 2009 UTC

# Line 275 | Line 275 | typedef float RealType;
275   typedef float RealType;
276   #ifdef IS_MPI
277   #define MPI_REALTYPE MPI_FLOAT
278 + #define REALTYPE FLOAT
279 + #define REALTYPE_INT FLOAT_INT
280   #endif
281   #else
282   typedef double RealType;
283   #ifdef IS_MPI
284   #define MPI_REALTYPE MPI_DOUBLE
285 + #define REALTYPE DOUBLE
286 + #define REALTYPE_INT DOUBLE_INT
287   #endif
288   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines