ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/fCoulombicCorrection.h
Revision: 2299
Committed: Thu Sep 15 13:47:16 2005 UTC (18 years, 9 months ago) by chrisfen
Content type: text/plain
File size: 471 byte(s)
Log Message:
forgot to add a header

File Contents

# Content
1 #ifdef __C
2 #ifndef __FCOULOMBICCORRECTION
3 #define __FCOULOMBICCORRECTION
4
5 #define NONE 1
6 #define UNDAMPED_WOLF 2
7 #define WOLF 3
8 #define REACTION_FIELD 4
9
10 #endif
11 #endif /*__C*/
12
13 #ifdef __FORTRAN90
14
15 INTEGER, PARAMETER:: NONE = 1
16 INTEGER, PARAMETER:: UNDAMPED_WOLF = 2
17 INTEGER, PARAMETER:: WOLF = 3
18 INTEGER, PARAMETER:: REACTION_FIELD = 4
19
20 #endif