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 1382 by gezelter, Thu Oct 22 14:22:55 2009 UTC vs.
Revision 1425 by gezelter, Tue Mar 30 15:06:13 2010 UTC

# Line 1 | Line 1
1 < #define OOPSE_VERSION_MAJOR 4
2 < #define OOPSE_VERSION_MINOR 0
3 < #define OOPSE_VERSION_TINY  0
1 > #define OPENMD_VERSION_MAJOR 1
2 > #define OPENMD_VERSION_MINOR 0
3 > #define OPENMD_VERSION_TINY  2
4   #define MK_STR(s) # s
5   #define STR_DEFINE(t, s) t = MK_STR(s)
6   /* The file extension used for shared modules */
7   #undef MODULE_EXTENSION
8  
9 < /* Is defined if OOPSE should be compiled with single precision arithmetic. */
9 > /* Is defined if OpenMD should be compiled with single precision arithmetic. */
10   #undef SINGLE_PRECISION
11  
12   /* Define to dummy `main' function (if any) required to link to the Fortran

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines