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 1616 by tim, Wed Oct 20 18:07:08 2004 UTC vs.
Revision 1630 by tim, Thu Oct 21 21:31:39 2004 UTC

# Line 1 | Line 1
1 + 2004-10-21 15:15  gezelter
2 +
3 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
5 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
6 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7 +        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
8 +        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
9 +        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
10 +        Fixey Fixey.
11 +
12 + 2004-10-21 11:32  tim
13 +
14 +        * src/utils/GenericData.cpp, src/utils/Makefile,
15 +        test/utils/Makefile, test/utils/UtilTest: remove some junk files
16 +
17 + 2004-10-21 11:24  tim
18 +
19 +        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
20 +
21 + 2004-10-21 11:22  tim
22 +
23 +        * ChangeLog, src/brains/SimSetup.cpp,
24 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
25 +        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
26 +        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
27 +        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
28 +        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
29 +        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
30 +        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
31 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
32 +        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
33 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
34 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
35 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
36 +        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
37 +        GenericData
38 +
39 + 2004-10-21 10:25  chuckv
40 +
41 +        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
42 +        module.
43 +
44 + 2004-10-21 10:24  chuckv
45 +
46 +        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
47 +        fortran lj module.
48 +
49 + 2004-10-20 17:54  tim
50 +
51 +        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
52 +        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
53 +        test/utils/PropertyMapTestCase.cpp,
54 +        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
55 +        GenericData and PropertyMap  pass unit test.
56 +
57 + 2004-10-20 16:52  gezelter
58 +
59 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
60 +        DarkSide/sticky_interface.h: fixed a fortran name problem
61 +
62 + 2004-10-20 16:38  tim
63 +
64 +        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
65 +        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
66 +        UtilTest, UtilTest.cpp: adding generic data test case
67 +
68 + 2004-10-20 16:16  chuckv
69 +
70 +        * configure, ac-tools/aclocal.m4,
71 +        src/UseTheForce/DarkSide/Makefile,
72 +        src/UseTheForce/DarkSide/mpiSimulation.F90,
73 +        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
74 +        src/UseTheForce/DarkSide/simParallel.F90,
75 +        src/UseTheForce/DarkSide/simParallel_interface.h,
76 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
77 +        Fortran/C++ interface de-obfuscation project appears to be
78 +        complete!  Woo hoo!
79 +
80 + 2004-10-20 15:47  chuckv
81 +
82 +        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
83 +        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
84 +        continues
85 +
86 + 2004-10-20 15:46  chuckv
87 +
88 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
89 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
90 +        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
91 +        UseTheForce/doForces_interface.h,
92 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
93 +        UseTheForce/DarkSide/atype_interface.h,
94 +        UseTheForce/DarkSide/eam_interface.h,
95 +        UseTheForce/DarkSide/gb_interface.h,
96 +        UseTheForce/DarkSide/mpiSimulation_interface.h,
97 +        UseTheForce/DarkSide/shapes_interface.h,
98 +        UseTheForce/DarkSide/simulation_interface.h,
99 +        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
100 +        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
101 +        de-obfuscation project (It is a very long story)
102 +
103 + 2004-10-20 13:07  tim
104 +
105 +        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
106 +        test/math/SquareMatrix3TestCase.cpp,
107 +        test/math/SquareMatrixTestCase.cpp,
108 +        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
109 +
110   2004-10-20 00:52  tim
111  
112          * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines