Revision: | 778 |
Committed: | Fri Sep 19 20:00:27 2003 UTC (21 years, 7 months ago) by mmeineke |
File size: | 234 byte(s) |
Log Message: | added NPT base class. NPTi is up to date. NPTf is not. |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 645 | #ifndef _ALL_INTEGRATOR_H_ |
2 | #define _ALL_INTEGRATOR_H_ | ||
3 | #include "Integrator.cpp" | ||
4 | #include "NVT.cpp" | ||
5 | #include "NPTf.cpp" | ||
6 | #include "NPTfm.cpp" | ||
7 | mmeineke | 778 | #include "NPT.cpp" |
8 | tim | 645 | #include "NPTi.cpp" |
9 | #include "NPTim.cpp" | ||
10 | tim | 658 | #include "ZConstraint.cpp" |
11 | tim | 645 | #endif |