Revision: | 1287 |
Committed: | Wed Sep 10 18:11:32 2008 UTC (16 years, 10 months ago) by gezelter |
File size: | 472 byte(s) |
Log Message: | more changes for 1-2, 1-3, 1-4 interactions plus some initialization-ordering fixes to make gcc -Wall happier. |
# | Content |
---|---|
1 | Package = brains |
2 | |
3 | Source = \ |
4 | PairList.cpp \ |
5 | SimInfo.cpp \ |
6 | DataStorage.cpp \ |
7 | SimSnapshotManager.cpp \ |
8 | Snapshot.cpp \ |
9 | Stats.cpp \ |
10 | Thermo.cpp \ |
11 | ForceManager.cpp \ |
12 | MoleculeCreator.cpp \ |
13 | SimCreator.cpp \ |
14 | Register.cpp \ |
15 | BlockSnapshotManager.cpp |
16 | |
17 | ParallelSource = \ |
18 | ForceManager.cpp \ |
19 | SimCreator.cpp \ |
20 | SimInfo.cpp \ |
21 | Thermo.cpp |
22 | |
23 | RmiSource = |
24 | |
25 | Main = |
26 | |
27 | DEV_ROOT=../.. |
28 | include $(DEV_ROOT)/make/Makefile |
29 |