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 1615 by tim, Tue Oct 19 21:28:55 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines