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

Comparing trunk/OOPSE-2.0/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1616 by tim, Wed Oct 20 18:07:08 2004 UTC

# Line 1 | Line 1
1 + 2004-10-20 00:52  tim
2 +
3 +        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
4 +        SnapshotManager in design phase
5 +
6 + 2004-10-19 23:54  gezelter
7 +
8 +        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
9 +        problem prevented linking
10 +
11 + 2004-10-19 23:54  gezelter
12 +
13 +        * src/UseTheForce/Shapes_FF.cpp: fixed include
14 +
15 + 2004-10-19 23:26  gezelter
16 +
17 +        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
18 +        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
19 +        more fortran name mangling
20 +
21 + 2004-10-19 23:23  gezelter
22 +
23 +        * src/profiling/timing.F90: yet more fortran renaming
24 +
25 + 2004-10-19 23:19  gezelter
26 +
27 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
28 +        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
29 +        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
30 +        wrappers.F90: Fortran name cleanup continues
31 +
32 + 2004-10-19 23:12  gezelter
33 +
34 +        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
35 +        broken fortran stuff
36 +
37 + 2004-10-19 23:02  gezelter
38 +
39 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
40 +        atype_interface.h, atype_module.F90, atype_module_interface.h,
41 +        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
42 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
43 +        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
44 +        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
45 +        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
46 +        mpiSimulation_interface.h, mpiSimulation_module.F90,
47 +        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
48 +        shapes_interface.h, shapes_module.h, simulation.F90,
49 +        simulation_interface.h, simulation_module.F90,
50 +        simulation_module_interface.h, sticky.F90, sticky_interface.h,
51 +        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
52 +        name sanity on the fortran side
53 +
54 + 2004-10-19 19:18  tim
55 +
56 +        * test/math/SquareMatrix3TestCase.hpp: [no log message]
57 +
58 + 2004-10-19 18:01  tim
59 +
60 +        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
61 +        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
62 +        except diagonalize(), all of functions in math library pass the
63 +        test
64 +
65 + 2004-10-19 17:43  chuckv
66 +
67 +        * src/UseTheForce/do_Forces.h: Added correct prototypes for
68 +        C-fortran interface functions.
69 +
70 + 2004-10-19 17:37  chuckv
71 +
72 +        * src/UseTheForce/DarkSide/: atype_module_interface.h,
73 +        eam_module_inteface.h, gb_module_interface.h,
74 +        mpisimulation_module_interface.h, simulation_module_interface.h,
75 +        sticky_pair_module_interface.h: Added correct prototypes for
76 +        C-fortran interface functions.
77 +
78 + 2004-10-19 16:28  tim
79 +
80 +        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
81 +        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
82 +        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
83 +        test/math/RectMatrixTestCase.cpp,
84 +        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
85 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
86 +        bugs get fixed at math library
87 +
88 + 2004-10-19 15:43  chuckv
89 +
90 +        * src/UseTheForce/: DarkSide/atype_module_interface.h,
91 +        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
92 +        DarkSide/mpisimulation_module_interface.h,
93 +        DarkSide/simulation_module_interface.h,
94 +        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
95 +        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
96 +        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
97 +        DarkSide/simulation_module.F90, do_Forces.F90,
98 +        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
99 +        notifycutoffs_module_interface.h: Added new files for fortran
100 +        interface.
101 +
102 + 2004-10-19 15:43  gezelter
103 +
104 +        * src/UseTheForce/Makefile: regressing
105 +
106 + 2004-10-19 15:40  gezelter
107 +
108 +        * src/: UseTheForce/DarkSide/calc_shapes.F90,
109 +        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
110 +        working on shapes for portability
111 +
112 + 2004-10-19 15:40  gezelter
113 +
114 +        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
115 +
116 + 2004-10-19 13:21  chrisfen
117 +
118 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
119 +        findBegin
120 +
121 + 2004-10-18 23:34  tim
122 +
123 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
124 +        are fixed in Vector class
125 +
126 + 2004-10-18 23:28  tim
127 +
128 +        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
129 +        some bugs in RectMatrixTestCase
130 +
131 + 2004-10-18 23:21  tim
132 +
133 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
134 +        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
135 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
136 +        test/math/VectorTestCase.hpp: implement more test cases
137 +
138 + 2004-10-18 18:13  tim
139 +
140 +        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
141 +        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
142 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
143 +        src/utils/StringTokenizer.hpp, test/math/Makefile,
144 +        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
145 +        tests on math library
146 +
147 + 2004-10-18 16:03  tim
148 +
149 +        * test/math/: Makefile, QuaternionTestCase.cpp,
150 +        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
151 +        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
152 +        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
153 +        more testing units
154 +
155 + 2004-10-18 12:07  tim
156 +
157 +        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
158 +        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
159 +        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
160 +        utils/GenericFactory.hpp: fix some bugs in Quaternion class
161 +
162 + 2004-10-18 11:30  gezelter
163 +
164 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
165 +        Your basic run of the mill real-valued versions of Y_l^m(\theta,
166 +        \phi)
167 +
168 + 2004-10-18 11:29  gezelter
169 +
170 +        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
171 +        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
172 +        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
173 +        Shapes into OOPSE
174 +
175 + 2004-10-18 10:21  gezelter
176 +
177 +        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
178 +
179 + 2004-10-18 00:23  tim
180 +
181 +        * test/math/VectorTestCase.hpp: adding  vector test case
182 +
183 + 2004-10-18 00:23  tim
184 +
185 +        * src/utils/GenericFactory.hpp: adding generic factory and vector
186 +        test case
187 +
188   2004-10-16 20:19  tim
189  
190          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
# Line 361 | Line 548
548  
549   2004-09-29 12:56  gezelter
550  
551 <        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
365 <        make stuff
551 >        * make/: Make.conf.in, Makefile.in: Working on make stuff
552  
553   2004-09-29 12:46  tim
554  
# Line 628 | Line 814
814          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
815          src/visitors/RigidBodyVisitor.cpp,
816          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
817 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
632 <        make/_files/style.css, samples/Makefile.in,
817 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
818          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
819          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
820          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 804 | Line 989
989          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
990          src/visitors/RigidBodyVisitor.cpp,
991          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
992 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
808 <        make/_files/style.css, samples/Makefile.in,
992 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
993          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
994          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
995          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines