Revision: | 3450 |
Committed: | Sun Sep 14 01:32:26 2008 UTC (16 years, 7 months ago) by chuckv |
Content type: | text/plain |
File size: | 295 byte(s) |
Log Message: | Added large quantities of code for convex hull and constant pressure langevin dynamics. |
# | Content |
---|---|
1 | #ifdef __OOPSE_C |
2 | #ifndef __FELECTROSTATICSCREENINGMETHOD |
3 | #define __FELECTROSTATICSCREENINGMETHOD |
4 | |
5 | #define UNDAMPED 1 |
6 | #define DAMPED 2 |
7 | |
8 | #endif |
9 | #endif /*__OOPSE_C*/ |
10 | |
11 | #ifdef __FORTRAN90 |
12 | |
13 | INTEGER, PARAMETER:: UNDAMPED = 1 |
14 | INTEGER, PARAMETER:: DAMPED = 2 |
15 | |
16 | #endif |