| Revision: | 1032 |
| Committed: | Fri Sep 1 19:16:02 2006 UTC (19 years, 3 months ago) by gezelter |
| File size: | 402 byte(s) |
| Log Message: | adding NgammaT integrator |
| # | Content |
|---|---|
| 1 | Package = integrators |
| 2 | |
| 3 | Source = \ |
| 4 | Integrator.cpp \ |
| 5 | IntegratorFactory.cpp \ |
| 6 | Velocitizer.cpp \ |
| 7 | VelocityVerletIntegrator.cpp \ |
| 8 | DLM.cpp \ |
| 9 | NVE.cpp \ |
| 10 | NVT.cpp \ |
| 11 | NPT.cpp \ |
| 12 | NPTi.cpp \ |
| 13 | NPTf.cpp \ |
| 14 | NPTxyz.cpp \ |
| 15 | NPAT.cpp \ |
| 16 | NPrT.cpp \ |
| 17 | NgammaT.cpp \ |
| 18 | LDForceManager.cpp \ |
| 19 | LangevinDynamics.cpp |
| 20 | |
| 21 | RmiSource = |
| 22 | |
| 23 | Main = |
| 24 | |
| 25 | DEV_ROOT=../.. |
| 26 | include $(DEV_ROOT)/make/Makefile |
| 27 |