ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/fCutoffPolicy.h
Revision: 2274
Committed: Wed Aug 17 15:26:42 2005 UTC (18 years, 10 months ago) by gezelter
Content type: text/plain
File size: 383 byte(s)
Log Message:
added fCutoffPolicy.h

File Contents

# Content
1 #ifdef __C
2 #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 #endif /*__C*/
11
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