ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/fForceField.h
Revision: 1490
Committed: Fri Sep 24 04:16:43 2004 UTC (19 years, 9 months ago) by gezelter
Content type: text/plain
File size: 254 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 1490 #ifdef __C
2     #ifndef __FFORCEFIELD
3     #define __FFORCEFIELD
4    
5     #define LB_MIXING_RULE 1
6     #define EXPLICIT_MIXING_RULE 2
7    
8    
9     #endif
10     #endif //__C
11    
12     #ifdef __FORTRAN90
13    
14     INTEGER, PARAMETER:: LB_MIXING_RULE = 1
15     INTEGER, PARAMETER:: EXPLICIT_MIXING_RULE = 2
16    
17     #endif