ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/fSwitchingFunction.h
Revision: 2263
Committed: Wed Jul 13 15:54:00 2005 UTC (18 years, 11 months ago) by tim
Content type: text/plain
File size: 439 byte(s)
Log Message:
replace c++ style comment in c files

File Contents

# User Rev Content
1 gezelter 1490 #ifdef __C
2     #ifndef __FSWITCHINGFUNCTION
3     #define __FSWITCHINGFUNCTION
4    
5     #define NSWITCHTYPES 3
6     #define LJ_SWITCH 1
7     #define ELECTROSTATIC_SWITCH 2
8     #define GROUP_SWITCH 3
9    
10     #endif
11 tim 2263 #endif /*__C*/
12 gezelter 1490
13     #ifdef __FORTRAN90
14    
15     INTEGER, PARAMETER:: NSWITCHTYPES = 3
16     INTEGER, PARAMETER:: LJ_SWITCH = 1
17     INTEGER, PARAMETER:: ELECTROSTATIC_SWITCH = 2
18     INTEGER, PARAMETER:: GROUP_SWITCH = 3
19    
20     #endif