ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/ChangeLog
(Generate patch)

Comparing trunk/OOPSE-3.0/ChangeLog (file contents):
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC vs.
Revision 1644 by tim, Mon Oct 25 22:46:19 2004 UTC

# Line 1 | Line 1
1 + 2004-10-25 12:03  tim
2 +
3 +        * ChangeLog, src/utils/GenericFactory.hpp,
4 +        test/utils/GenericFactoryTestCase.cpp,
5 +        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
6 +        GenericFactory Test Case. GenericFactory now can bed used to creat
7 +        ForcefieldFactory and IntegratorFactory etc.
8 +
9 + 2004-10-24 23:08  tim
10 +
11 +        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
12 +        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
13 +        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
14 +        get reconstructed
15 +
16 + 2004-10-24 02:55  tim
17 +
18 +        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
19 +
20 + 2004-10-23 18:09  tim
21 +
22 +        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
23 +        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
24 +        RigidBody.cpp: Refactoring in progress
25 +
26 + 2004-10-22 18:09  tim
27 +
28 +        * ChangeLog, src/brains/Snapshot.hpp,
29 +        src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
30 +        test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
31 +        test/brains/StuntDouble.hpp: more work in Snapshot
32 +
33 + 2004-10-22 17:59  chrisfen
34 +
35 +        * src/: UseTheForce/LJFF.cpp,
36 +        UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
37 +        god!  It runs and conserves energy!
38 +
39 + 2004-10-22 17:54  chrisfen
40 +
41 +        * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
42 +
43 + 2004-10-22 17:53  chrisfen
44 +
45 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
46 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
47 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
48 +        brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
49 +        breakey
50 +
51 + 2004-10-22 17:53  chrisfen
52 +
53 +        * make/Makefile.in: compiler flags
54 +
55 + 2004-10-22 16:20  gezelter
56 +
57 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
58 +        UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
59 +        brains/fSimulation.h, types/AtomType.hpp,
60 +        types/DirectionalAtomType.hpp: fixey fixey
61 +
62 + 2004-10-22 15:22  gezelter
63 +
64 +        * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
65 +        charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
66 +        lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
67 +        fortran files and c/Fortran interfaces
68 +
69 + 2004-10-22 15:21  gezelter
70 +
71 +        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
72 +        DirectionalAtomType.hpp, Makefile: More on AtomType and
73 +        DirectionalAtomType
74 +
75 + 2004-10-22 09:47  gezelter
76 +
77 +        * src/types/AtomType.hpp: Adding AtomType
78 +
79 + 2004-10-21 16:31  tim
80 +
81 +        * ChangeLog, src/brains/Snapshot.hpp,
82 +        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
83 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
84 +        src/math/Vector.hpp, src/math/Vector3.hpp,
85 +        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
86 +        Snapshot and SnapshotManager in progress
87 +
88 + 2004-10-21 16:30  tim
89 +
90 +        * test/brains/: BrainsTest.cpp, Makefile,
91 +        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
92 +        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
93 +        Snapshot and snapshotManager.
94 +
95 + 2004-10-21 15:15  gezelter
96 +
97 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
98 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
99 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
100 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
101 +        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
102 +        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
103 +        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
104 +        Fixey Fixey.
105 +
106 + 2004-10-21 11:32  tim
107 +
108 +        * src/utils/GenericData.cpp, src/utils/Makefile,
109 +        test/utils/Makefile, test/utils/UtilTest: remove some junk files
110 +
111 + 2004-10-21 11:24  tim
112 +
113 +        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
114 +
115 + 2004-10-21 11:22  tim
116 +
117 +        * ChangeLog, src/brains/SimSetup.cpp,
118 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
119 +        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
120 +        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
121 +        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
122 +        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
123 +        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
124 +        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
125 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
126 +        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
127 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
128 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
129 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
130 +        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
131 +        GenericData
132 +
133 + 2004-10-21 10:25  chuckv
134 +
135 +        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
136 +        module.
137 +
138 + 2004-10-21 10:24  chuckv
139 +
140 +        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
141 +        fortran lj module.
142 +
143   2004-10-20 17:54  tim
144  
145          * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
# Line 951 | Line 1093
1093          forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl,
1094          forceFields/Au.u3.funcfl, forceFields/LJFF.frc,
1095          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
1096 <        forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
1096 >        forceFields/Pt.VC.funcfl: Initial revision
1097  
1098   2004-09-23 23:16  gezelter
1099  
# Line 1126 | Line 1268
1268          forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl,
1269          forceFields/Au.u3.funcfl, forceFields/LJFF.frc,
1270          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
1271 <        forceFields/Pt.VC.funcfl: Initial revision
1271 >        forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
1272  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines