ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/UseTheForce/fCutoffPolicy.h
Revision: 1442
Committed: Mon May 10 17:28:26 2010 UTC (15 years ago) by gezelter
Content type: text/plain
Original Path: trunk/src/UseTheForce/fCutoffPolicy.h
File size: 397 byte(s)
Log Message:
Adding property set to svn entries

File Contents

# User Rev Content
1 gezelter 1390 #ifdef __OPENMD_C
2 gezelter 575 #ifndef __FCUTOFFPOLICY
3     #define __FCUTOFFPOLICY
4    
5     #define TRADITIONAL_CUTOFF_POLICY 1
6     #define MIX_CUTOFF_POLICY 2
7     #define MAX_CUTOFF_POLICY 3
8    
9     #endif
10 gezelter 1390 #endif /*__OPENMD_C*/
11 gezelter 575
12     #ifdef __FORTRAN90
13    
14     INTEGER, PARAMETER:: TRADITIONAL_CUTOFF_POLICY = 1
15     INTEGER, PARAMETER:: MIX_CUTOFF_POLICY = 2
16     INTEGER, PARAMETER:: MAX_CUTOFF_POLICY = 3
17    
18     #endif

Properties

Name Value
svn:keywords Author Id Revision Date