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 1648 by tim, Tue Oct 26 22:19:22 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines