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 2199 by gezelter, Thu Apr 14 21:41:56 2005 UTC vs.
Revision 2571 by gezelter, Tue Jan 17 15:50:33 2006 UTC

# Line 1 | Line 1
1 < 2005-04-14 16:20  gezelter
2 <
3 <        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
4 <        MoLocator
5 <
6 < 2005-04-14 14:12  gezelter
7 <
8 <        * LICENSE: [no log message]
9 <
10 < 2005-04-14 11:10  chuckv
11 <
12 <        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
13 <        nanorodbuilder now exit's when libCGAL is not present.
14 <
15 < 2005-04-14 10:20  tim
16 <
17 <        * src/io/make_nodes.h: fix one more warning message in make_nodes
18 <
19 < 2005-04-13 18:36  chuckv
20 <
21 <        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
22 <        interface name for SGI Compiler
23 <
24 < 2005-04-13 18:29  chrisfen
25 <
26 <        * samples/water/ssde/ssde.md: oops...  bad sample
27 <
28 < 2005-04-13 18:00  chuckv
29 <
30 <        * src/config.h.in: Change typo in CGAL.
31 <
32 < 2005-04-13 17:43  tim
33 <
34 <        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
35 <        selection/SelectionCompiler.hpp: fix some warning messages
36 <
37 < 2005-04-13 17:30  gezelter
38 <
39 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
40 <        make/Makefile.in, src/config.h.in,
41 <        src/applications/nanoRodBuilder/Makefile,
42 <        src/applications/nanoRodBuilder/Makefile.in,
43 <        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
44 <        checks
45 <
46 < 2005-04-13 15:36  chuckv
47 <
48 <        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
49 <        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
50 <        DarkSide/electrostatic_interface.F90,
51 <        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
52 <        DarkSide/lj_interface.h, DarkSide/sticky.F90,
53 <        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
54 <        destroy methods for Fortran modules.
55 <
56 < 2005-04-13 15:17  chuckv
57 <
58 <        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
59 <        shapes_interface.h: Added destroy method to clean up memory
60 <
61 < 2005-04-13 13:41  tim
62 <
63 <        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
64 <        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
65 <        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
66 <        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
67 <        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
68 <        fixed
69 <
70 < 2005-04-12 17:44  chuckv
71 <
72 <        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
73 <        for nanoRodBuilder.
74 <
75 < 2005-04-12 17:42  tim
76 <
77 <        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
78 <        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
79 <        and simpleBuilder(forget to delete lattice)
80 <
81 < 2005-04-12 17:33  tim
82 <
83 <        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
84 <        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
85 <        refactory lattice
86 <
87 < 2005-04-12 17:07  tim
88 <
89 <        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
90 <        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
91 <        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
92 <        LatticeFactory and LatticeCreator
93 <
94 < 2005-04-12 16:58  tim
95 <
96 <        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
97 <        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
98 <        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
99 <        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
100 <        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
101 <        lattice/Makefile: refactory LatticeFactory and LatticeCreator
102 <
103 < 2005-04-12 16:28  gezelter
104 <
105 <        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
106 <        vector_class.F90: cleaned up vector_class memory leak fix by
107 <        deallocating in reverse order of how we allocated.  Also migrated
108 <        MoLocator into utils directory
109 <
110 < 2005-04-12 16:27  gezelter
111 <
112 <        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
113 <        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
114 <        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
115 <        directory
116 <
117 < 2005-04-12 16:27  gezelter
118 <
119 <        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
120 <        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
121 <        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
122 <        nanoRodBuilder/LatticeCreator.hpp,
123 <        nanoRodBuilder/LatticeFactory.cpp,
124 <        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
125 <        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
126 <        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
127 <        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
128 <        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
129 <        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
130 <        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
131 <        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
132 <        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
133 <        these files are now redundant
134 <
135 < 2005-04-12 16:27  gezelter
136 <
137 <        * src/UseTheForce/DarkSide/: atype_interface.F90,
138 <        atype_interface.h: cleaned up memory leak fix
139 <
140 < 2005-04-12 16:26  gezelter
141 <
142 <        * make/Makefile.in: added lattice subdirectory
143 <
144 < 2005-04-12 15:57  chrisfen
145 <
146 <        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
147 <        a space by accident
148 <
149 < 2005-04-12 15:56  chrisfen
150 <
151 <        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
152 <        quadrupole sample
153 <
154 < 2005-04-12 15:56  chrisfen
155 <
156 <        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
157 <        samples
158 <
159 < 2005-04-12 13:30  tim
160 <
161 <        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
162 <        type in fortran side
163 <
164 < 2005-04-12 12:45  chuckv
165 <
166 <        * src/utils/vector_class.F90: Further changes to vector_class
167 <        destroy function.
168 <
169 < 2005-04-12 12:39  chuckv
170 <
171 <        * src/utils/vector_class.F90: Fixed pointer memory leak in
172 <        vector_class.
173 <
174 < 2005-04-12 12:12  chuckv
175 <
176 <        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
177 <        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
178 <        DarkSide/eam.F90, DarkSide/eam_interface.F90,
179 <        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
180 <
181 < 2005-04-12 09:24  chrisfen
182 <
183 <        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
184 <        output
185 <
186 < 2005-04-11 19:29  chuckv
187 <
188 <        * src/: UseTheForce/DarkSide/atype.F90,
189 <        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
190 <
191 < 2005-04-11 19:28  chuckv
192 <
193 <        * src/utils/vector_class.F90: Added code to delete vector.
194 <
195 < 2005-04-11 17:03  chuckv
196 <
197 <        * samples/metals/nanorod/: Au_nanoparticle.md,
198 <        Au_nanoparticle_FCC.md, Au_nanoparticle_linux.md, metals.md: Why
199 <        aren't these here?
1 > 2006-01-17 10:32  gezelter
2 >
3 >        * src/config.h.in: new version number
4 >
5 > 2006-01-17 10:32  gezelter
6 >
7 >        * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
8 >        definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
9 >        oopseManual.pdf: Updated Documentation
10 >
11 > 2006-01-16 18:10  gezelter
12 >
13 >        * ChangeLog, README: Getting ready for release!
14 >
15 > 2006-01-16 10:26  gezelter
16 >
17 >        * configure: Testing commit
18 >
19 > 2006-01-13 16:57  chuckv
20 >
21 >        * src/: UseTheForce/SC_FF.cpp,
22 >        applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
23 >        io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
24 >        Handled by forceField now.
25 >
26 > 2006-01-13 14:17  chuckv
27 >
28 >        * src/io/Globals.cpp: Added NPAT to Globals integrators.
29 >
30 > 2006-01-13 11:33  gezelter
31 >
32 >        * Makefile: [no log message]
33 >
34 > 2006-01-13 11:26  gezelter
35 >
36 >        * Makefile: testing to make sure GNU make is the make that was used
37 >        to build OOPSE
38 >
39 > 2006-01-13 10:48  gezelter
40 >
41 >        * configure, ac-tools/configure.in: changed compiler search order
42 >
43 > 2006-01-12 19:09  chuckv
44 >
45 >        * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
46 >        samples/metals/Sutton-Chen/Au_bulk.in,
47 >        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
48 >        samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
49 >        units
50 >
51 > 2006-01-12 16:16  gezelter
52 >
53 >        * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
54 >        version info and the copyright date
55 >
56 > 2006-01-12 15:52  gezelter
57 >
58 >        * src/config.h.in: added some missing checks for header files
59 >        (particularly zlib.h), used autoheader to help generate config.h.in
60 >
61 > 2006-01-12 15:51  gezelter
62 >
63 >        * configure, ac-tools/configure.in: added some missing checks for
64 >        header files (particularly zlib.h)
65 >
66 > 2006-01-12 15:19  gezelter
67 >
68 >        * make/Makefile.in: fixed a dependency problem for the Executable
69 >        builds
70 >
71 > 2006-01-12 15:02  gezelter
72 >
73 >        * samples/gbljtest/Makefile: Missing Makefile in this sample
74 >        directory
75 >
76 > 2006-01-12 15:01  gezelter
77 >
78 >        * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
79 >        Old makefile.in no longer required
80 >
81 > 2006-01-12 15:01  gezelter
82 >
83 >        * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
84 >        needs to be installed
85 >
86 > 2006-01-12 14:56  chuckv
87 >
88 >        * src/io/DumpWriter.cpp: Changed formating.
89 >
90 > 2006-01-12 11:47  chrisfen
91 >
92 >        * samples/water/tip4p/tp4.md,
93 >        src/UseTheForce/DarkSide/electrostatic.F90,
94 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
95 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
96 >        src/brains/SimInfo.cpp: unifying function name in electrostatics
97 >
98 > 2006-01-12 11:04  tim
99 >
100 >        * samples/metals/: EAM/nanoparticle/Makefile,
101 >        EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
102 >        Sutton-Chen/Makefile: fix make install problem for metals samples
103 >
104 > 2006-01-12 10:22  tim
105 >
106 >        * make/Makefile.in: remove samples/metals from install list.
107 >
108 > 2006-01-12 09:31  tim
109 >
110 >        * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
111 >        handle multiple line macro, just convert multiple line macro into
112 >        single line macro.
113 >
114 > 2006-01-11 23:13  chrisfen
115 >
116 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
117 >        UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
118 >        changes to electrostatics for shifted-potential and shifted-force
119 >        with mono and multipoles
120 >
121 > 2006-01-11 18:04  gezelter
122 >
123 >        * src/config.h.in, src/UseTheForce/doForces_interface.h,
124 >        src/UseTheForce/DarkSide/atype_interface.h,
125 >        src/UseTheForce/DarkSide/eam_interface.h,
126 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
127 >        src/UseTheForce/DarkSide/fForceOptions_interface.h,
128 >        src/UseTheForce/DarkSide/gb_interface.h,
129 >        src/UseTheForce/DarkSide/lj_interface.h,
130 >        src/UseTheForce/DarkSide/shapes_interface.h,
131 >        src/UseTheForce/DarkSide/simParallel_interface.h,
132 >        src/UseTheForce/DarkSide/simulation_interface.h,
133 >        src/UseTheForce/DarkSide/sticky_interface.h,
134 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
135 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
136 >        src/mdParser/MDParser.g, src/profiling/mdProfile.cpp,
137 >        src/utils/fError.c, configure, make/Makefile.in: autoconf
138 >        modernization and cruft removal
139 >
140 > 2006-01-11 18:04  gezelter
141 >
142 >        * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
143 >        modernization and cruft-removal
144 >
145 > 2006-01-11 17:50  tim
146 >
147 >        * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
148 >        some error messages
149 >
150 > 2006-01-11 14:01  tim
151 >
152 >        * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
153 >        io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
154 >        types/BondStamp.hpp, types/DataHolder.hpp, types/MoleculeStamp.cpp,
155 >        types/TorsionStamp.hpp, utils/OOPSEException.hpp,
156 >        utils/StringUtils.hpp: instead of printing to std::cout, throwing
157 >        an exception when error is found.
158 >
159 > 2006-01-11 13:41  gezelter
160 >
161 >        * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
162 >        error
163 >
164 > 2006-01-10 17:55  chuckv
165 >
166 >        * forceFields/SuttonChen.frc: Changed conversion factor.
167 >
168 > 2006-01-10 16:14  chuckv
169 >
170 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
171 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
172 >        working now.
173 >
174 > 2006-01-09 17:22  chuckv
175 >
176 >        * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
177 >
178 > 2006-01-09 17:14  tim
179 >
180 >        * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
181 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
182 >        StaticPropsCmd.h: fixing RhoZ
183 >
184 > 2006-01-09 14:26  chuckv
185 >
186 >        * forceFields/SuttonChen.frc,
187 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
188 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
189 >        src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
190 >        section parsers.
191 >
192 > 2006-01-09 14:11  tim
193 >
194 >        * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
195 >        utils/StringUtils.hpp: replace isType<int> with isInteger
196 >
197 > 2006-01-06 16:15  tim
198 >
199 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
200 >        forceFieldOptions from SC_FF
201 >
202 > 2006-01-06 15:27  chuckv
203 >
204 >        * forceFields/SuttonChen.frc: Add force file.
205 >
206 > 2005-12-31 17:42  chuckv
207 >
208 >        * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
209 >        segfaults or produces 0 potential, but rather produces Inf for the
210 >        potential. Progress....
211 >
212 > 2005-12-30 18:15  chuckv
213 >
214 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
215 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
216 >        src/UseTheForce/DarkSide/suttonchen.F90, src/brains/SimInfo.cpp,
217 >        src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
218 >        Sutton-Chen bug fixes.
219 >
220 > 2005-12-30 16:25  tim
221 >
222 >        * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
223 >        potential return from fortran is already accumulated, it should not
224 >        be accumulated again; nGroupTypesCol is not initialized;
225 >        GroupMaxCutoffCol is not allocated;
226 >
227 > 2005-12-30 10:32  tim
228 >
229 >        * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
230 >        MPI version, we need to cast const char* to void* for
231 >        stringstream.str(); Previous Makefile use bjects of single version
232 >        to make the MPI library;
233 >
234 > 2005-12-29 19:18  chuckv
235 >
236 >        * make/Makefile.in, samples/metals/Makefile,
237 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
238 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
239 >        Almost there...
240 >
241 > 2005-12-29 15:19  chuckv
242 >
243 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
244 >        forcefield.
245 >
246 > 2005-12-29 15:07  chuckv
247 >
248 >        * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
249 >        metals.md: added files for sutton-chen
250 >
251 > 2005-12-29 11:37  chuckv
252 >
253 >        * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
254 >        metals.md: More cvs changing.
255 >
256 > 2005-12-29 11:34  chuckv
257 >
258 >        * samples/metals/Au_nanoparticle.in: More moving...
259 >
260 > 2005-12-29 11:33  chuckv
261 >
262 >        * samples/metals/EAM/nanoparticle/:
263 >        Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
264 >        Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
265 >        changes to directory structure.
266 >
267 > 2005-12-29 11:21  chuckv
268 >
269 >        * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
270 >        Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
271 >
272 > 2005-12-29 11:17  chuckv
273 >
274 >        * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
275 >        Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
276 >        Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
277 >        directory structure
278 >
279 > 2005-12-29 11:03  chuckv
280 >
281 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
282 >        brains/SimCreator.cpp: Fixed issue with symbol naming and added
283 >        call to set force options in SimCreator.
284 >
285 > 2005-12-28 16:44  chuckv
286 >
287 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
288 >        changes to forcefield options.
289 >
290 > 2005-12-28 16:42  chuckv
291 >
292 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
293 >        passed to fortran.
294 >
295 > 2005-12-23 18:04  chuckv
296 >
297 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
298 >        io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
299 >        changes.
300 >
301 > 2005-12-16 16:52  tim
302 >
303 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
304 >        src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
305 >        src/openbabel/bitvec.cpp, src/openbabel/bondtyper.cpp,
306 >        src/openbabel/chains.cpp, src/openbabel/chiral.cpp,
307 >        src/openbabel/data.cpp, src/openbabel/fingerprint.cpp,
308 >        src/openbabel/fingerprintformat.cpp, src/openbabel/generic.cpp,
309 >        src/openbabel/gromos96format.hpp, src/openbabel/kekulize.cpp,
310 >        src/openbabel/matrix3x3.cpp, src/openbabel/mol.cpp,
311 >        src/openbabel/molchrg.cpp, src/openbabel/obatom.cpp,
312 >        src/openbabel/obbond.cpp, src/openbabel/oberror.cpp,
313 >        src/openbabel/oberror.hpp, src/openbabel/obmolecformat.hpp,
314 >        src/openbabel/obutil.cpp, src/openbabel/patty.cpp,
315 >        src/openbabel/pdbformat.cpp, src/openbabel/phmodel.cpp,
316 >        src/openbabel/povrayformat.hpp, src/openbabel/residue.cpp,
317 >        src/openbabel/ring.cpp, src/openbabel/rotor.cpp,
318 >        src/openbabel/smilesformat.cpp, src/openbabel/tinkerformat.hpp,
319 >        src/openbabel/typer.cpp, src/openbabel/xyzformat.cpp: changed
320 >        __FUNCTION__ to __func__ to match C99 standard, and then added an
321 >        autoconf test to check for __func__ usability.  Changed some
322 >        default compile flags for the Sun architecture
323 >
324 > 2005-12-16 14:01  gezelter
325 >
326 >        * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
327 >
328 > 2005-12-16 13:55  tim
329 >
330 >        * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
331 >        change to build oopse under solaris
332 >
333 > 2005-12-16 13:26  tim
334 >
335 >        * src/: brains/SimCreator.cpp, io/Globals.cpp,
336 >        types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
337 >        came with SUN compiler does not have a conforming std::use_facet,
338 >        define a macro to handle it. Adding exception handling to
339 >        SimCreator.
340 >
341 > 2005-12-16 10:53  gezelter
342 >
343 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
344 >        GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
345 >        which was living inside the GB particle.  No alien-like ripping out
346 >        of the stomach was required.
347 >
348 > 2005-12-15 21:57  tim
349 >
350 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
351 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
352 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
353 >        replace grammar for numerical parsing
354 >
355 > 2005-12-15 16:43  gezelter
356 >
357 >        * src/UseTheForce/doForces.F90: fixed a cutoff bug
358 >
359 > 2005-12-15 09:48  gezelter
360 >
361 >        * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
362 >        dependencies and replacing them with real autoconf checks
363 >
364 > 2005-12-15 09:47  gezelter
365 >
366 >        * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
367 >        ac-tools/configure.in, src/config.h.in: Adding checks for various
368 >        features used by ANTLR
369 >
370 > 2005-12-14 13:02  tim
371 >
372 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
373 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
374 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
375 >        nasty negative integer parsing problem by refining the grammar
376 >
377 > 2005-12-12 14:32  gezelter
378 >
379 >        * src/: UseTheForce/doForces_interface.F90,
380 >        UseTheForce/doForces_interface.h,
381 >        UseTheForce/DarkSide/electrostatic.F90,
382 >        UseTheForce/DarkSide/electrostatic_interface.F90,
383 >        UseTheForce/DarkSide/electrostatic_interface.h,
384 >        brains/MoleculeCreator.cpp, brains/SimInfo.cpp,
385 >        math/ChebyshevPolynomials.hpp, openbabel/obconversion.hpp: made
386 >        some minor changes to allow compilation with the portland group
387 >        compilers
388 >
389 > 2005-12-10 11:54  tim
390 >
391 >        * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
392 >        problem for icc7
393 >
394 > 2005-12-09 16:18  gezelter
395 >
396 >        * src/utils/CaseConversion.hpp: added missing include
397 >
398 > 2005-12-09 12:11  gezelter
399 >
400 >        * configure, ac-tools/aclocal.m4: added some checks for pathscale
401 >        compiler
402 >
403 > 2005-12-08 17:05  gezelter
404 >
405 >        * src/io/ForceFieldOptions.cpp: added copyright
406 >
407 > 2005-12-08 17:04  gezelter
408 >
409 >        * src/UseTheForce/doForces.F90: added info printout
410 >
411 > 2005-12-08 17:04  gezelter
412 >
413 >        * configure, ac-tools/configure.in: added pathscale
414 >
415 > 2005-12-08 10:38  chuckv
416 >
417 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
418 >        UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
419 >        UseTheForce/SHAPES_FF.cpp, io/BendTypesSectionParser.cpp,
420 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
421 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
422 >        io/ChargeAtomTypesSectionParser.hpp,
423 >        io/DirectionalAtomTypesSectionParser.cpp,
424 >        io/DirectionalAtomTypesSectionParser.hpp,
425 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
426 >        io/GayBerneAtomTypesSectionParser.cpp,
427 >        io/GayBerneAtomTypesSectionParser.hpp,
428 >        io/MultipoleAtomTypesSectionParser.cpp,
429 >        io/MultipoleAtomTypesSectionParser.hpp,
430 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
431 >        io/ShapeAtomTypesSectionParser.cpp,
432 >        io/ShapeAtomTypesSectionParser.hpp,
433 >        io/StickyAtomTypesSectionParser.cpp,
434 >        io/StickyAtomTypesSectionParser.hpp,
435 >        io/StickyPowerAtomTypesSectionParser.cpp,
436 >        io/StickyPowerAtomTypesSectionParser.hpp,
437 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp:
438 >        Wow thats alot o' files. Now passing forceFieldOptions to all of
439 >        the parsers.
440 >
441 > 2005-12-07 18:10  chuckv
442 >
443 >        * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
444 >        SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
445 >        Started adding support for ForceOptions to section parsers.
446 >
447 > 2005-12-07 18:01  gezelter
448 >
449 >        * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
450 >
451 > 2005-12-07 18:00  chuckv
452 >
453 >        * src/io/: LennardJonesAtomTypesSectionParser.cpp,
454 >        LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
455 >        section parser
456 >
457 > 2005-12-07 14:58  chuckv
458 >
459 >        * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
460 >        lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
461 >        suttonchen_interface.h: Removed geometric distance mixing from
462 >        individual modules and now use force options to detemine what the
463 >        deal is.
464 >
465 > 2005-12-07 14:46  chuckv
466 >
467 >        * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
468 >        Further fixes for compiler issues.
469 >
470 > 2005-12-07 14:44  chuckv
471 >
472 >        * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
473 >
474 > 2005-12-07 14:38  chuckv
475 >
476 >        * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
477 >        fForceOptions_interface.F90, fForceOptions_interface.h: Added
478 >        support for fortran force options.
479 >
480 > 2005-12-06 16:01  tim
481 >
482 >        * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
483 >
484 > 2005-12-06 14:26  chuckv
485 >
486 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
487 >
488 > 2005-12-06 12:53  chuckv
489 >
490 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
491 >        GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
492 >        crystal
493 >
494 > 2005-12-06 12:52  chuckv
495 >
496 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
497 >        dumpwriter.
498 >
499 > 2005-12-06 11:49  tim
500 >
501 >        * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
502 >        argon/ar864.md, argon/argonNVT.md, argon/lj.md,
503 >        dipole/splitDipole.md, dipole/splitInWater.md, dipole/split_SSD.md,
504 >        dipole/twoSplitDipole.md, dipole/water.md, gbljtest/2gb.md,
505 >        gbljtest/gb.md, gbljtest/gb2lj1.md, gbljtest/gbRotRoundX.md,
506 >        gbljtest/gbRotRoundY.md, gbljtest/gbRotRoundZ.md, gbljtest/lj.md,
507 >        lipid/5x5.md, lipid/lipid.md, lipid/water.md,
508 >        metals/Au-Core-Ag-Shell_Nanoparticle.md, metals/Au_bulk_FBD.md,
509 >        metals/Au_bulk_voter.md, metals/Au_nanoparticle.md,
510 >        metals/metals.md, minimizer/ssdEM.md, minimizer/tip4p_two.md,
511 >        minimizer/water.md, shape/linear.md,
512 >        thermoIntegration/liquid/ssde.md,
513 >        thermoIntegration/liquid/water.md, thermoIntegration/solid/ssde.md,
514 >        thermoIntegration/solid/water.md, water/dimer/cl.md,
515 >        water/dimer/mix.md, water/dimer/mix2.md, water/dimer/ssd.md,
516 >        water/dimer/tap.md, water/dimer/two.md, water/dimer/water.md,
517 >        water/spce/spce.md, water/spce/water.md, water/ssd/ssd.md,
518 >        water/ssd/water.md, water/ssd-ion/ssdCl.md, water/ssd-ion/water.md,
519 >        water/ssde/ssde.md, water/ssde/water.md, water/ssdrf/ssdrf.md,
520 >        water/ssdrf/water.md, water/tap/tap.md, water/tap/water.md,
521 >        water/tip3p_ice/tp3.md, water/tip3p_ice/water.md,
522 >        water/tip4p/tp4.md, water/tip4p/water.md, zcons/water.md,
523 >        zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
524 >        keywords from samples
525 >
526 > 2005-12-05 18:37  tim
527 >
528 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
529 >        Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
530 >
531 > 2005-12-05 17:23  gezelter
532 >
533 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
534 >        UseTheForce/Makefile, brains/Register.cpp,
535 >        io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
536 >        handler for CLAY force field
537 >
538 > 2005-12-05 16:45  chuckv
539 >
540 >        * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
541 >        in openbabel.
542 >
543 > 2005-12-05 14:10  tim
544 >
545 >        * src/types/MoleculeStamp.cpp: reformat error message
546 >
547 > 2005-12-05 14:07  gezelter
548 >
549 >        * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
550 >
551 > 2005-12-05 13:23  tim
552 >
553 >        * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
554 >        types/BendStamp.hpp, types/MoleculeStamp.cpp,
555 >        types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
556 >        adding more checking for topology
557 >
558 > 2005-12-02 17:37  gezelter
559 >
560 >        * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
561 >        removal
562 >
563 > 2005-12-02 17:37  gezelter
564 >
565 >        * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
566 >
567 > 2005-12-02 17:37  gezelter
568 >
569 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
570 >        GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
571 >        traditional.md: removing deprecated nAtoms and nComponents lines
572 >
573 > 2005-12-02 15:34  tim
574 >
575 >        * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
576 >
577 > 2005-12-02 15:18  tim
578 >
579 >        * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
580 >        FragmentStamp
581 >
582 > 2005-12-02 15:11  gezelter
583 >
584 >        * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
585 >        longer thrown with consts (fixes compilation bug on the Mac).
586 >
587 > 2005-12-02 15:10  gezelter
588 >
589 >        * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
590 >        printing out of timestep
591 >
592 > 2005-12-02 15:10  gezelter
593 >
594 >        * src/brains/ForceManager.cpp: Got rid of spurious printing out of
595 >        junk
596 >
597 > 2005-12-02 15:10  gezelter
598 >
599 >        * make/Makefile.in: Change build process for libOOPSE.a so that the
600 >        libraries aren't unpacked.  libOOPSE.a is now made directly from
601 >        the object files
602 >
603 > 2005-12-02 15:09  gezelter
604 >
605 >        * configure, ac-tools/configure.in: added check for egrep (grep -E)
606 >        needed for new build of libOOPSE.a
607 >
608 > 2005-12-02 13:43  tim
609 >
610 >        * src/types/DataHolder.hpp: adding DataHolder
611 >
612 > 2005-12-02 12:01  gezelter
613 >
614 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
615 >        GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
616 >        case for the cutoff policies
617 >
618 > 2005-12-02 10:38  tim
619 >
620 >        * make/Makefile.in: update Makefile
621 >
622 > 2005-12-02 10:38  tim
623 >
624 >        * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
625 >        antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
626 >        antlr/ASTFactory.cpp, antlr/ASTFactory.hpp, antlr/ASTNULLType.cpp,
627 >        antlr/ASTNULLType.hpp, antlr/ASTPair.hpp, antlr/ASTRefCount.cpp,
628 >        antlr/ASTRefCount.hpp, antlr/BaseAST.cpp, antlr/BaseAST.hpp,
629 >        antlr/BitSet.cpp, antlr/BitSet.hpp, antlr/CharBuffer.cpp,
630 >        antlr/CharBuffer.hpp, antlr/CharInputBuffer.hpp,
631 >        antlr/CharScanner.cpp, antlr/CharScanner.hpp,
632 >        antlr/CharStreamException.hpp, antlr/CharStreamIOException.hpp,
633 >        antlr/CircularQueue.hpp, antlr/CommonAST.cpp, antlr/CommonAST.hpp,
634 >        antlr/CommonASTWithHiddenTokens.cpp,
635 >        antlr/CommonASTWithHiddenTokens.hpp,
636 >        antlr/CommonHiddenStreamToken.cpp,
637 >        antlr/CommonHiddenStreamToken.hpp, antlr/CommonToken.cpp,
638 >        antlr/CommonToken.hpp, antlr/IOException.hpp,
639 >        antlr/InputBuffer.cpp, antlr/InputBuffer.hpp, antlr/LLkParser.cpp,
640 >        antlr/LLkParser.hpp, antlr/LexerSharedInputState.hpp,
641 >        antlr/Makefile, antlr/MismatchedCharException.cpp,
642 >        antlr/MismatchedCharException.hpp,
643 >        antlr/MismatchedTokenException.cpp,
644 >        antlr/MismatchedTokenException.hpp, antlr/NoViableAltException.cpp,
645 >        antlr/NoViableAltException.hpp,
646 >        antlr/NoViableAltForCharException.cpp,
647 >        antlr/NoViableAltForCharException.hpp, antlr/Parser.cpp,
648 >        antlr/Parser.hpp, antlr/ParserSharedInputState.hpp,
649 >        antlr/RecognitionException.cpp, antlr/RecognitionException.hpp,
650 >        antlr/RefCount.hpp, antlr/SemanticException.hpp, antlr/String.cpp,
651 >        antlr/String.hpp, antlr/Token.cpp, antlr/Token.hpp,
652 >        antlr/TokenBuffer.cpp, antlr/TokenBuffer.hpp,
653 >        antlr/TokenRefCount.cpp, antlr/TokenRefCount.hpp,
654 >        antlr/TokenStream.hpp, antlr/TokenStreamBasicFilter.cpp,
655 >        antlr/TokenStreamBasicFilter.hpp, antlr/TokenStreamException.hpp,
656 >        antlr/TokenStreamHiddenTokenFilter.cpp,
657 >        antlr/TokenStreamHiddenTokenFilter.hpp,
658 >        antlr/TokenStreamIOException.hpp,
659 >        antlr/TokenStreamRecognitionException.hpp,
660 >        antlr/TokenStreamRetryException.hpp,
661 >        antlr/TokenStreamRewriteEngine.cpp,
662 >        antlr/TokenStreamRewriteEngine.hpp, antlr/TokenStreamSelector.cpp,
663 >        antlr/TokenStreamSelector.hpp, antlr/TokenWithIndex.hpp,
664 >        antlr/TreeParser.cpp, antlr/TreeParser.hpp,
665 >        antlr/TreeParserSharedInputState.hpp, antlr/config.hpp,
666 >        applications/oopse/oopse.cpp, brains/ForceManager.cpp,
667 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
668 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
669 >        constraints/ZconstraintForceManager.cpp,
670 >        integrators/VelocityVerletIntegrator.cpp, io/BASS_interface.cpp,
671 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
672 >        io/BASSlex.l, io/BASSyacc.y, io/Globals.cpp, io/Globals.hpp,
673 >        io/LinkedAssign.cpp, io/LinkedAssign.hpp, io/Makefile,
674 >        io/ZConsReader.cpp, io/interface.c, io/make_nodes.c,
675 >        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/node_list.h,
676 >        io/parse_interface.h, io/parse_me.h, io/parse_tree.c,
677 >        io/parse_tree.h, mdParser/FilenameObserver.cpp,
678 >        mdParser/FilenameObserver.hpp, mdParser/MDLexer.cpp,
679 >        mdParser/MDLexer.hpp, mdParser/MDParser.cpp, mdParser/MDParser.g,
680 >        mdParser/MDParser.hpp, mdParser/MDTokenTypes.hpp,
681 >        mdParser/MDTreeParser.cpp, mdParser/MDTreeParser.g,
682 >        mdParser/MDTreeParser.hpp, mdParser/MDTreeParserTokenTypes.hpp,
683 >        mdParser/Makefile, mdParser/SimplePreprocessor.hpp,
684 >        openbabel/obconversion.cpp, openbabel/oopseformat.cpp,
685 >        openbabel/xyzformat.cpp, primitives/RigidBody.cpp,
686 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
687 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
688 >        selection/Makefile, selection/NameFinder.cpp,
689 >        selection/NameFinder.hpp, selection/SelectionCompiler.hpp,
690 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
691 >        selection/SelectionManager.hpp, selection/SelectionToken.hpp,
692 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.hpp,
693 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/BendStamp.cpp,
694 >        types/BendStamp.hpp, types/BondStamp.cpp, types/BondStamp.hpp,
695 >        types/Component.cpp, types/Component.hpp,
696 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
697 >        types/MakeStamps.cpp, types/MakeStamps.hpp, types/Makefile,
698 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
699 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
700 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
701 >        types/ZconStamp.cpp, types/ZconStamp.hpp, types/ZconsStamp.cpp,
702 >        types/ZconsStamp.hpp, utils/BitSet.cpp, utils/BitSet.hpp,
703 >        utils/Makefile.in, utils/MoLocator.cpp, utils/OOPSEBitSet.cpp,
704 >        utils/OOPSEBitSet.hpp, utils/StringTokenizer.cpp,
705 >        utils/StringTokenizer.hpp, visitors/ZconsVisitor.cpp: End of the
706 >        Link --> List Return of the Oject-Oriented replace yacc/lex parser
707 >        with antlr parser
708 >
709 > 2005-11-30 16:00  chuckv
710 >
711 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
712 >        calculate rho(Z) to calculate density profiles for water slabs.
713 >
714 > 2005-11-29 17:54  chuckv
715 >
716 >        * configure, ac-tools/configure.in: added checks for some functions
717 >        to configure script
718 >
719 > 2005-11-22 20:05  chuckv
720 >
721 >        * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
722 >        obbond.cpp: Changed file names that conflict w/ oopse file name
723 >        object files.
724 >
725 > 2005-11-21 17:59  gezelter
726 >
727 >        * src/utils/residentMem.c: compilation bug
728 >
729 > 2005-11-21 17:59  gezelter
730 >
731 >        * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
732 >
733 > 2005-11-21 17:59  gezelter
734 >
735 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
736 >
737 > 2005-11-21 17:59  gezelter
738 >
739 >        * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
740 >        issue
741 >
742 > 2005-11-21 17:58  gezelter
743 >
744 >        * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
745 >        doForces_interface.F90, doForces_interface.h, fForceOptions.h,
746 >        notifyCutoffs.F90, notifyCutoffs_interface.F90,
747 >        notifyCutoffs_interface.h, DarkSide/LJ.F90,
748 >        DarkSide/electrostatic.F90, DarkSide/gb.F90,
749 >        DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
750 >
751 > 2005-11-21 11:22  tim
752 >
753 >        * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
754 >
755 > 2005-11-21 09:59  tim
756 >
757 >        * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
758 >        atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
759 >        isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
760 >        resdata.txt, torlib.txt, types.txt: adding openbabel data files
761 >
762 > 2005-11-18 15:17  tim
763 >
764 >        * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
765 >        adding support for soft linking
766 >
767 > 2005-11-18 15:17  tim
768 >
769 >        * make/Makefile.in: Adding support for soft linking
770 >
771 > 2005-11-18 12:50  gezelter
772 >
773 >        * make/Makefile.in: Adding linking stuff
774 >
775 > 2005-11-18 11:38  tim
776 >
777 >        * make/Makefile.in, src/applications/atom2mdin/Makefile,
778 >        src/applications/atom2mdin/atom2mdin.cpp,
779 >        src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
780 >        rename mdinConverter to atom2mdin
781 >
782 > 2005-11-17 15:44  gezelter
783 >
784 >        * src/openbabel/obconversion.cpp: fixed a bug
785 >
786 > 2005-11-17 15:39  gezelter
787 >
788 >        * configure: Adding some config checks for OpenBabel codes we are
789 >        using
790 >
791 > 2005-11-17 15:39  gezelter
792 >
793 >        * ac-tools/configure.in: Adding some checks for OpenBabel code
794 >
795 > 2005-11-17 15:39  gezelter
796 >
797 >        * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
798 >
799 > 2005-11-17 15:38  gezelter
800 >
801 >        * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
802 >        bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
803 >        fingerprint.cpp, generic.hpp, grid.hpp, matrix.hpp, mol.hpp,
804 >        obconversion.hpp, oberror.cpp, oberror.hpp, obutil.cpp, obutil.hpp,
805 >        patty.cpp, pdbformat.hpp, phmodel.cpp, povrayformat.hpp,
806 >        residue.cpp, rotor.cpp, smilesformat.cpp, tokenst.cpp, typer.cpp:
807 >        Unifying config.h stuff and making sure the OpenBabel codes can
808 >        find our default (and environment variable) Force Field
809 >        directories.
810 >
811 > 2005-11-17 13:35  tim
812 >
813 >        * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
814 >
815 > 2005-11-16 18:10  tim
816 >
817 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
818 >        brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
819 >        brains/ForceManager.hpp, brains/SimCreator.cpp, brains/SimInfo.cpp,
820 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
821 >        io/Globals.hpp, io/Makefile, io/OptionSectionParser.cpp,
822 >        io/OptionSectionParser.hpp, io/ParamConstraint.hpp,
823 >        io/SectionParser.hpp, io/SectionParserManager.cpp,
824 >        io/TorsionTypesSectionParser.cpp, math/ChebyshevPolynomials.hpp,
825 >        math/Makefile, math/Polynomial.hpp, primitives/Bend.cpp,
826 >        primitives/Bend.hpp, primitives/GhostBend.cpp,
827 >        primitives/GhostBend.hpp, primitives/GhostTorsion.cpp,
828 >        primitives/GhostTorsion.hpp, primitives/Torsion.cpp,
829 >        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
830 >        primitives/UreyBradleyBend.hpp, types/CharmmTorsionType.cpp,
831 >        types/CharmmTorsionType.hpp, types/CubicTorsionType.hpp,
832 >        types/PolynomialTorsionType.hpp, types/QuarticTorsionType.hpp,
833 >        types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
834 >        get compiled
835 >
836 > 2005-11-16 16:37  chuckv
837 >
838 >        * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
839 >        io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
840 >        UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
841 >        optional parameters....
842 >
843 > 2005-11-16 16:22  tim
844 >
845 >        * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
846 >        fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
847 >        gromos96format.cpp, gromos96format.hpp, oopseformat.cpp,
848 >        oopseformat.hpp, pdbformat.cpp, pdbformat.hpp, povrayformat.cpp,
849 >        povrayformat.hpp, smilesformat.cpp, smilesformat.hpp,
850 >        tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
851 >        adding more readers/writers
852 >
853 > 2005-11-16 16:20  tim
854 >
855 >        * make/Makefile.in: adding openbabel
856 >
857 > 2005-11-16 16:20  tim
858 >
859 >        * src/brains/: Register.cpp, Register.hpp: register openbabel
860 >        readers/writers
861 >
862 > 2005-11-16 14:57  chrisfen
863 >
864 >        * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
865 >        potential self term
866 >
867 > 2005-11-16 14:57  chrisfen
868 >
869 >        * samples/water/spce/spce.md: just some parameters
870 >
871 > 2005-11-16 14:42  tim
872 >
873 >        * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
874 >        babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
875 >        bond.cpp, bondtyp.hpp, bondtyper.cpp, bondtyper.hpp, chains.cpp,
876 >        chains.hpp, chiral.cpp, chiral.hpp, config.h.in, config.hpp,
877 >        data.cpp, data.hpp, element.hpp, extable.hpp, fingerprint.cpp,
878 >        fingerprint.hpp, generic.cpp, generic.hpp, grid.cpp, grid.hpp,
879 >        isotope.hpp, kekulize.cpp, matrix.cpp, matrix.hpp, matrix3x3.cpp,
880 >        matrix3x3.hpp, mol.cpp, mol.hpp, molchrg.cpp, molchrg.hpp,
881 >        obconversion.cpp, obconversion.hpp, obconversion.lo, oberror.cpp,
882 >        oberror.hpp, obiter.cpp, obiter.hpp, obmolecformat.hpp, obutil.cpp,
883 >        obutil.hpp, oopseformat.cpp, parsmart.cpp, parsmart.hpp, patty.cpp,
884 >        patty.hpp, pdbformat.cpp, phmodel.cpp, phmodel.hpp,
885 >        phmodeldata.hpp, rand.cpp, reaction.hpp, resdata.hpp, residue.cpp,
886 >        ring.cpp, ring.hpp, rotamer.cpp, rotamer.hpp, rotor.cpp, rotor.hpp,
887 >        snprintf.c, snprintf.h, strncasecmp.c, tinkerformat.cpp,
888 >        tokenst.cpp, torlib.hpp, transform.cpp, typer.cpp, typer.hpp,
889 >        types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
890 >        zipstreamimpl.hpp: adding openbabel
891 >
892 > 2005-11-15 14:42  chrisfen
893 >
894 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
895 >        commented code
896 >
897 > 2005-11-15 14:04  chrisfen
898 >
899 >        * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
900 >        charge-charge interactions a bit...
901 >
902 > 2005-11-15 14:03  chrisfen
903 >
904 >        * samples/water/spce/: spce.md, water.md: just playing
905 >
906 > 2005-11-15 11:38  chrisfen
907 >
908 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
909 >        shifted_potential case
910 >
911 > 2005-11-15 11:37  chrisfen
912 >
913 >        * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
914 >        just playing around - we need to refresh all the samples sometime
915 >        soon...
916 >
917 > 2005-11-15 11:18  chuckv
918 >
919 >        * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
920 >        preforce calc public in suttonchen.
921 >
922 > 2005-11-15 11:05  chuckv
923 >
924 >        * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
925 >        SimInfo
926 >
927 > 2005-11-15 11:01  chuckv
928 >
929 >        * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
930 >        DarkSide/simulation.F90: Added Sutton-Chen to force loop...
931 >
932 > 2005-11-15 10:34  chuckv
933 >
934 >        * forceFields/Makefile: Added sutton-chen to makefile.
935 >
936 > 2005-11-14 17:20  chuckv
937 >
938 >        * src/UseTheForce/DarkSide/: suttonchen.F90,
939 >        suttonchen_interface.h: Build Fixes for sutton-chen.
940 >
941 > 2005-11-14 17:03  chuckv
942 >
943 >        * src/io/Makefile: Missed makefile for sutton-chen.
944 >
945 > 2005-11-14 17:03  chuckv
946 >
947 >        * src/UseTheForce/: Makefile, DarkSide/Makefile,
948 >        DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
949 >
950 > 2005-11-14 16:29  chuckv
951 >
952 >        * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
953 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
954 >        UseTheForce/DarkSide/suttonchen.F90,
955 >        UseTheForce/DarkSide/suttonchen_interface.F90,
956 >        UseTheForce/DarkSide/suttonchen_interface.h, brains/Register.cpp,
957 >        brains/fSimulation.h, types/AtomType.cpp, types/AtomType.hpp,
958 >        types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
959 >        fix do_forces to use Sutton-Chen.
960 >
961 > 2005-11-11 12:21  chrisfen
962 >
963 >        * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
964 >        switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
965 >        some files
966 >
967 > 2005-11-11 10:22  chrisfen
968 >
969 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
970 >        io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
971 >        switching function option
972 >
973 > 2005-11-11 10:21  chrisfen
974 >
975 >        * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
976 >        5th order polynomial switching function
977 >
978 > 2005-11-11 10:21  chrisfen
979 >
980 >        * samples/water/ssd/ssd.md: playing with switching functions again
981 >
982 > 2005-11-11 10:21  chrisfen
983 >
984 >        * samples/argon/500.md: playing with switching functions
985 >
986 > 2005-11-08 19:11  chuckv
987 >
988 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
989 >        files for Sutton-Chen and Quantum Sutton-Chen
990 >
991 > 2005-11-08 08:32  chrisfen
992 >
993 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
994 >        DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
995 >        ability to output forces and torques
996 >
997 > 2005-11-08 08:32  chrisfen
998 >
999 >        * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
1000 >        output of forces and torques
1001 >
1002 > 2005-11-08 08:31  chrisfen
1003 >
1004 >        * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
1005 >        Working on shifted_force...
1006 >
1007 > 2005-11-08 08:31  chrisfen
1008 >
1009 >        * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
1010 >
1011 > 2005-11-03 18:22  chrisfen
1012 >
1013 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
1014 >        commented section
1015 >
1016 > 2005-11-03 18:12  chrisfen
1017 >
1018 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1019 >        UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
1020 >        UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
1021 >        io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
1022 >
1023 > 2005-11-03 18:11  chrisfen
1024 >
1025 >        * samples/water/spce/spce.md: mmm...  damped shifted force...
1026 >
1027 > 2005-11-03 18:06  chuckv
1028 >
1029 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
1030 >
1031 > 2005-11-02 18:50  chuckv
1032 >
1033 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
1034 >
1035 > 2005-11-02 16:01  chrisfen
1036 >
1037 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1038 >        removed some test code
1039 >
1040 > 2005-11-02 15:45  chrisfen
1041 >
1042 >        * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
1043 >        screening method header
1044 >
1045 > 2005-11-02 15:36  chrisfen
1046 >
1047 >        * src/brains/SimInfo.cpp: again, changing how we deal with
1048 >        summation and screening methods
1049 >
1050 > 2005-11-02 15:36  chrisfen
1051 >
1052 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1053 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1054 >        UseTheForce/DarkSide/electrostatic_interface.h,
1055 >        UseTheForce/DarkSide/fElectrostaticSummationMethod.h,
1056 >        io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
1057 >        and screening methods
1058 >
1059 > 2005-11-02 15:35  chrisfen
1060 >
1061 >        * src/UseTheForce/doForces.F90: debug stuff for rf removed
1062 >
1063 > 2005-11-01 18:32  chuckv
1064 >
1065 >        * src/: UseTheForce/DarkSide/atype.F90,
1066 >        UseTheForce/DarkSide/atype_interface.F90,
1067 >        UseTheForce/DarkSide/suttonchen.F90, types/AtomType.cpp,
1068 >        types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
1069 >        sutton-chen
1070 >
1071 > 2005-11-01 14:24  chrisfen
1072 >
1073 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1074 >        removed some testing code...
1075 >
1076 > 2005-11-01 14:14  chrisfen
1077 >
1078 >        * src/: brains/Register.cpp, brains/SimInfo.cpp,
1079 >        brains/fSimulation.h, integrators/IntegratorFactory.hpp,
1080 >        io/Globals.cpp: fixed a capitalization problem with NPT integrator
1081 >        initialization
1082 >
1083 > 2005-11-01 14:13  chrisfen
1084 >
1085 >        * src/applications/oopse/oopse.cpp: nothing
1086 >
1087 > 2005-11-01 14:09  chrisfen
1088 >
1089 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1090 >        DarkSide/simulation.F90: still fixing up wolf...
1091 >
1092 > 2005-11-01 13:29  chuckv
1093 >
1094 >        * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
1095 >        process of adding sutton-chen forcefield.
1096 >
1097 > 2005-10-26 18:32  chrisfen
1098 >
1099 >        * src/brains/SimInfo.cpp: changed the default switching radius to
1100 >        85% of rcut
1101 >
1102 > 2005-10-26 18:31  chrisfen
1103 >
1104 >        * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
1105 >        to be working now - for charges and dipoles alike
1106 >
1107 > 2005-10-26 18:31  chrisfen
1108 >
1109 >        * src/UseTheForce/doForces.F90: reaction field looks to be working
1110 >        now
1111 >
1112 > 2005-10-26 18:30  chrisfen
1113 >
1114 >        * samples/water/ssdrf/water.md: added a test molecule
1115 >
1116 > 2005-10-26 18:30  chrisfen
1117 >
1118 >        * forceFields/DUFF2.frc: added a test atom type
1119 >
1120 > 2005-10-24 09:06  chrisfen
1121 >
1122 >        * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
1123 >        reaction field - don't know if it works...
1124 >
1125 > 2005-10-23 16:08  chrisfen
1126 >
1127 >        * src/: UseTheForce/doForces.F90,
1128 >        UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
1129 >        streamlined reaction field for dipoles (now a good bit faster) and
1130 >        added reaction field for charges - still need to do charge-dipole
1131 >        RF
1132 >
1133 > 2005-10-23 16:07  chrisfen
1134 >
1135 >        * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
1136 >        field
1137 >
1138 > 2005-10-23 16:06  chrisfen
1139 >
1140 >        * samples/water/spce/spce.md: reaction field now works for charges
1141 >
1142 > 2005-10-20 15:27  tim
1143 >
1144 >        * src/primitives/Torsion.cpp: Fix the other branch of force
1145 >        calculation in Torision.cpp
1146 >
1147 > 2005-10-19 14:24  chrisfen
1148 >
1149 >        * src/: UseTheForce/doForces.F90,
1150 >        UseTheForce/DarkSide/electrostatic.F90,
1151 >        UseTheForce/DarkSide/simulation.F90, applications/oopse/oopse.cpp,
1152 >        brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
1153 >        toUpper problems - these changes should fix those...
1154 >
1155 > 2005-10-19 14:23  chrisfen
1156 >
1157 >        * samples/water/ssdrf/ssdrf.md: nothing
1158 >
1159 > 2005-10-19 12:03  gezelter
1160 >
1161 >        * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
1162 >        GayBerne
1163 >
1164 > 2005-10-19 11:49  tim
1165 >
1166 >        * src/: UseTheForce/DarkSide/fInteractionMap.h,
1167 >        brains/ForceManager.cpp: fix an index mismathcing between c and
1168 >        fortran
1169 >
1170 > 2005-10-18 18:03  gezelter
1171 >
1172 >        * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
1173 >        samples for the cutoff methods that Yang Zheng has been working on
1174 >
1175 > 2005-10-18 16:13  gezelter
1176 >
1177 >        * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
1178 >        and a rotation matrix bug
1179 >
1180 > 2005-10-18 16:13  gezelter
1181 >
1182 >        * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
1183 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1184 >        added a few GB test cases
1185 >
1186 > 2005-10-18 16:13  gezelter
1187 >
1188 >        * forceFields/DUFF2.frc: Fixing GB parameters
1189 >
1190 > 2005-10-18 13:36  kdaily
1191 >
1192 >        * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
1193 >        type
1194 >
1195 > 2005-10-18 10:01  chrisfen
1196 >
1197 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
1198 >        UseTheForce/DarkSide/Makefile,
1199 >        UseTheForce/DarkSide/electrostatic.F90,
1200 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1201 >        UseTheForce/DarkSide/electrostatic_interface.h,
1202 >        UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
1203 >        reaction field with electrostatics.F90
1204 >
1205 > 2005-10-17 18:13  tim
1206 >
1207 >        * src/: brains/ForceManager.cpp, brains/Stats.cpp,
1208 >        brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
1209 >        io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
1210 >        io/StatWriter.hpp: Customized StatWriter is working
1211 >
1212 > 2005-10-17 17:42  kdaily
1213 >
1214 >        * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
1215 >        paper
1216 >
1217 > 2005-10-17 16:47  gezelter
1218 >
1219 >        * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
1220 >
1221 > 2005-10-17 14:24  tim
1222 >
1223 >        * src/io/ParamConstraint.hpp: Another bug fix
1224 >
1225 > 2005-10-17 14:22  tim
1226 >
1227 >        * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
1228 >        issues in Globals
1229 >
1230 > 2005-10-17 14:12  gezelter
1231 >
1232 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
1233 >        UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
1234 >        UseTheForce/DarkSide/gb_interface.F90,
1235 >        UseTheForce/DarkSide/gb_interface.h,
1236 >        io/GayBerneAtomTypesSectionParser.cpp,
1237 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
1238 >        changing GB architecture
1239 >
1240 > 2005-10-17 14:12  gezelter
1241 >
1242 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
1243 >        gbRotRoundZ.in: Adding samples for gb tests
1244 >
1245 > 2005-10-16 22:06  tim
1246 >
1247 >        * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
1248 >        a  string to event's err_msg, there are still tons of memory
1249 >        leaking problem in Globals
1250 >
1251 > 2005-10-16 19:51  tim
1252 >
1253 >        * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
1254 >        error message in Globals
1255 >
1256 > 2005-10-14 16:43  tim
1257 >
1258 >        * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
1259 >        parameters are working now
1260 >
1261 > 2005-10-14 11:43  gezelter
1262 >
1263 >        * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
1264 >
1265 > 2005-10-14 11:05  gezelter
1266 >
1267 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
1268 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1269 >        Adding some Gay Berne tests
1270 >
1271 > 2005-10-14 11:05  gezelter
1272 >
1273 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
1274 >        cutoff tests
1275 >
1276 > 2005-10-14 10:44  kdaily
1277 >
1278 >        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
1279 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
1280 >        src/UseTheForce/DarkSide/gb_interface.F90,
1281 >        src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
1282 >        LJ
1283 >
1284 > 2005-10-14 09:48  tim
1285 >
1286 >        * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
1287 >
1288 > 2005-10-14 09:18  chrisfen
1289 >
1290 >        * samples/thermoIntegration/liquid/ssde.md,
1291 >        samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
1292 >        src/restraints/Restraints.cpp: added default restraint spring
1293 >        constants into Globals
1294 >
1295 > 2005-10-13 17:26  tim
1296 >
1297 >        * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1298 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
1299 >        constraints/ZconstraintForceManager.cpp,
1300 >        integrators/Integrator.cpp, integrators/NPT.cpp,
1301 >        integrators/NVT.cpp, integrators/Velocitizer.cpp, io/Globals.cpp,
1302 >        io/Globals.hpp, io/ZConsReader.cpp, minimizers/Minimizer.cpp,
1303 >        minimizers/MinimizerParameterSet.cpp, restraints/Restraints.cpp,
1304 >        restraints/ThermoIntegrationForceManager.cpp,
1305 >        visitors/ZconsVisitor.cpp: rewrite Globals
1306 >
1307 > 2005-10-12 16:57  chuckv
1308 >
1309 >        * src/brains/ForceManager.cpp: Fix to forceManager to pass
1310 >        potential array to fortran.
1311 >
1312 > 2005-10-12 16:00  gezelter
1313 >
1314 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
1315 >        remember what we did
1316 >
1317 > 2005-10-12 16:00  gezelter
1318 >
1319 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
1320 >        DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
1321 >        DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
1322 >        DarkSide/sticky.F90: simplifying long range potential array
1323 >
1324 > 2005-10-12 16:00  gezelter
1325 >
1326 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
1327 >        cutoff methods
1328 >
1329 > 2005-10-12 16:00  gezelter
1330 >
1331 >        * forceFields/DUFF2.frc: Messing with 2-point water models
1332 >
1333 > 2005-10-12 15:22  chuckv
1334 >
1335 >        * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
1336 >        interface now expects an array for pot.
1337 >
1338 > 2005-10-12 15:18  chuckv
1339 >
1340 >        * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
1341 >        DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
1342 >        calculation of potential.
1343 >
1344 > 2005-10-12 14:55  chuckv
1345 >
1346 >        * src/UseTheForce/doForces.F90: More changes to MPI potential
1347 >        calculations.
1348 >
1349 > 2005-10-12 13:59  chuckv
1350 >
1351 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
1352 >        DarkSide/eam.F90, DarkSide/electrostatic.F90,
1353 >        DarkSide/fInteractionMap.h, DarkSide/force_globals.F90,
1354 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
1355 >        Breaky: Add Support for seperating potential contributions.
1356 >
1357 > 2005-10-11 17:00  chuckv
1358 >
1359 >        * src/UseTheForce/doForces.F90: Free some variables that weren't
1360 >        freed before.
1361 >
1362 > 2005-10-11 16:59  chuckv
1363 >
1364 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
1365 >        GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
1366 >        builder --twinned.
1367 >
1368 > 2005-10-11 16:57  chuckv
1369 >
1370 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
1371 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
1372 >        nanoparticleBuilderCmd.h, sphericalNanoparticle.cpp,
1373 >        sphericalNanoparticle.hpp: Added code for nanoparticle builder to
1374 >        cvs.
1375 >
1376 > 2005-10-10 16:34  chuckv
1377 >
1378 >        * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
1379 >        in MPI.
1380 >
1381 > 2005-10-10 16:20  chuckv
1382 >
1383 >        * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
1384 >        indexing of groupToGtype. We now have two seperate maps
1385 >        groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
1386 >        that is set to groupToGtypeRow in the single processor version.
1387 >
1388 > 2005-10-06 13:44  chrisfen
1389 >
1390 >        * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
1391 >        ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
1392 >        tip3p_ice/water.md, tip4p/water.md: fixing up the samples
1393 >
1394 > 2005-10-05 16:12  tim
1395 >
1396 >        * src/primitives/RigidBody.cpp: There is still something wrong with
1397 >        inertia tensor projection
1398 >
1399 > 2005-10-05 14:35  tim
1400 >
1401 >        * src/primitives/RigidBody.cpp: erase output of inertia tensor.
1402 >        There is still something wrong with current implementation.
1403 >
1404 > 2005-10-05 14:34  tim
1405 >
1406 >        * src/brains/MoleculeCreator.cpp: fix a bug in creating
1407 >        cutoffGroup. When cutoffGroup is turned off, there is a mismatch
1408 >        between group and center of mass array
1409 >
1410 > 2005-10-05 14:12  tim
1411 >
1412 >        * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
1413 >        When cutoffGroup is turned off, there is a mismatch between group
1414 >        and center of mass array
1415 >
1416 > 2005-10-04 14:34  chrisfen
1417 >
1418 >        * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
1419 >        mass ratio bug that results in simulation failure with massless
1420 >        particles
1421 >
1422 > 2005-10-04 14:33  chrisfen
1423 >
1424 >        * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
1425 >        wolf
1426 >
1427 > 2005-10-04 14:32  chrisfen
1428 >
1429 >        * samples/water/dimer/two.md, samples/water/dimer/water.md,
1430 >        samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
1431 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
1432 >        random changes when testing
1433 >
1434 > 2005-10-03 10:54  tim
1435 >
1436 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
1437 >        projecting the inertia tensor of directional atom in rigibody into
1438 >        rigidbody's body frame (previous commit is wrong)
1439 >
1440 > 2005-10-03 09:31  tim
1441 >
1442 >        * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
1443 >        tensor of directional atom in rigibody into rigidbody's body frame
1444 >
1445 > 2005-09-28 13:47  chrisfen
1446 >
1447 >        * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
1448 >
1449 > 2005-09-28 13:46  chrisfen
1450 >
1451 >        * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
1452 >        dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
1453 >        ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
1454 >        tip4p/tp4.md: fixed some samples
1455 >
1456 > 2005-09-28 13:46  chrisfen
1457 >
1458 >        * ChangeLog: updated
1459 >
1460 > 2005-09-28 11:55  tim
1461 >
1462 >        * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
1463 >        divergence in rotation matrix to quaternion transformation
1464 >
1465 > 2005-09-28 11:32  gezelter
1466 >
1467 >        * src/primitives/RigidBody.cpp: Rotation matrix multiplication
1468 >        order error
1469 >
1470 > 2005-09-28 11:32  gezelter
1471 >
1472 >        * src/io/DumpReader.cpp: tracking down quaternion bug
1473 >
1474 > 2005-09-28 11:32  gezelter
1475 >
1476 >        * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
1477 >        model
1478 >
1479 > 2005-09-27 15:02  tim
1480 >
1481 >        * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
1482 >        to quaternion
1483 >
1484 > 2005-09-26 13:38  chuckv
1485 >
1486 >        * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
1487 >        7 so derfc is external. Other compilers should treat erfc as
1488 >        intrinsic.
1489 >
1490 > 2005-09-26 12:07  chuckv
1491 >
1492 >        * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
1493 >        and declared it to be external to fix issure with ifc7. Hopefully
1494 >        this will not cause a problem with other compilers where derfc is
1495 >        an intrinsic function.
1496 >
1497 > 2005-09-26 11:42  chuckv
1498 >
1499 >        * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
1500 >        in simulation module. We needed a seperate receive buffer.
1501 >
1502 > 2005-09-26 10:58  chuckv
1503 >
1504 >        * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
1505 >        support for skinThickness keyword to Globals.
1506 >
1507 > 2005-09-26 10:56  tim
1508 >
1509 >        * src/io/DumpReader.cpp: fix a typo in DumpReader
1510 >
1511 > 2005-09-26 09:27  chrisfen
1512 >
1513 >        * samples/: minimizer/tip4p_two.md,
1514 >        thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
1515 >        water/dimer/cl.md, water/dimer/mix.md, water/dimer/mix2.md,
1516 >        water/dimer/ssd.md, water/dimer/tap.md, water/dimer/two.md,
1517 >        water/spce/spce.md, water/ssd/ssd.md, water/ssd-ion/ssdCl.md,
1518 >        water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
1519 >        water/tip4p/tp4.md: fixing up some samples
1520 >
1521 > 2005-09-24 12:39  chrisfen
1522 >
1523 >        * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
1524 >        roughly the same speed as the old version when using dipoles
1525 >        
1526 >        energies are now exactly the same between the old version of OOPSE
1527 >        and this version
1528 >
1529 > 2005-09-24 12:38  chrisfen
1530 >
1531 >        * samples/water/ssdrf/ssdrf.md: turned rf on
1532 >
1533 > 2005-09-23 15:31  chuckv
1534 >
1535 >        * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
1536 >        skin thickness and hardcode listSkin to be 1.0. We now get listskin
1537 >        from skin. This will get fixed to where we can manually set skin
1538 >        thickness.
1539 >
1540 > 2005-09-22 13:50  gezelter
1541 >
1542 >        * src/math/derfc.F90: added error function
1543 >
1544 > 2005-09-21 19:08  chuckv
1545 >
1546 >        * src/integrators/Velocitizer.cpp: Removed print statement for
1547 >        angular momentum and inertia tensor from velocitizer.
1548 >
1549 > 2005-09-21 19:04  chuckv
1550 >
1551 >        * src/integrators/Velocitizer.cpp: Removed print statements for
1552 >        remove angular momentum.
1553 >
1554 > 2005-09-21 18:45  chuckv
1555 >
1556 >        * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
1557 >        (say we are using EAM), we probably shouldn't rebuild the LJ mixing
1558 >        map.
1559 >
1560 > 2005-09-21 15:59  tim
1561 >
1562 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
1563 >        DumpReader using pure c++ io
1564 >
1565 > 2005-09-21 12:20  chrisfen
1566 >
1567 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
1568 >        defaultCutoff bug (HEMES!)
1569 >
1570 > 2005-09-20 17:13  gezelter
1571 >
1572 >        * make/Makefile.in: libz additions
1573 >
1574 > 2005-09-20 17:03  gezelter
1575 >
1576 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1577 >        src/config.h.in: added check for zlib in configure
1578 >
1579 > 2005-09-20 16:22  tim
1580 >
1581 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
1582 >        gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
1583 >
1584 > 2005-09-20 11:22  tim
1585 >
1586 >        * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
1587 >        testcase for zipstream
1588 >
1589 > 2005-09-20 10:41  tim
1590 >
1591 >        * src/io/zipstream.hpp: adding zipstream.hpp
1592 >
1593 > 2005-09-20 10:34  chrisfen
1594 >
1595 >        * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
1596 >        dipole/twoSplitDipole.md, minimizer/ssdEM.md,
1597 >        minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
1598 >        zcons/zconsMoving.md: fixed up some sample md files
1599 >
1600 > 2005-09-19 18:21  chrisfen
1601 >
1602 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
1603 >        src/UseTheForce/doForces.F90,
1604 >        src/UseTheForce/DarkSide/electrostatic.F90,
1605 >        src/UseTheForce/DarkSide/simulation.F90, src/brains/SimInfo.cpp,
1606 >        src/brains/fSimulation.h: Fixed bugs in reaction field, now it
1607 >        appears as though it really is working...
1608 >
1609 > 2005-09-18 15:45  chrisfen
1610 >
1611 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
1612 >        src/UseTheForce/doForces.F90,
1613 >        src/UseTheForce/doForces_interface.F90,
1614 >        src/UseTheForce/doForces_interface.h,
1615 >        src/UseTheForce/DarkSide/electrostatic.F90,
1616 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
1617 >        src/brains/SimInfo.cpp: reaction field seems to work now, still
1618 >        need to do some testing...
1619 >
1620 > 2005-09-16 18:04  chuckv
1621 >
1622 >        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
1623 >        dump files.
1624 >
1625 > 2005-09-16 16:07  chrisfen
1626 >
1627 >        * src/: UseTheForce/doForces_interface.F90,
1628 >        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
1629 >        bug that ifc missed...
1630 >
1631 > 2005-09-16 15:36  chrisfen
1632 >
1633 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1634 >        fixing some summation method issues
1635 >
1636 > 2005-09-16 14:35  chrisfen
1637 >
1638 >        * src/brains/SimInfo.cpp: fixed a capitalization error
1639 >
1640 > 2005-09-16 14:34  chrisfen
1641 >
1642 >        * src/UseTheForce/: fElectrostaticSummationMethod.h,
1643 >        DarkSide/fElectrostaticSummationMethod.h: moved a header file
1644 >        around
1645 >
1646 > 2005-09-16 14:00  chrisfen
1647 >
1648 >        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
1649 >        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
1650 >        are known issues - particularly with reaction field...
1651 >
1652 > 2005-09-16 11:07  chrisfen
1653 >
1654 >        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
1655 >        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
1656 >        (cutting out the old way to do reaction field)
1657 >
1658 > 2005-09-15 17:05  gezelter
1659 >
1660 >        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
1661 >        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
1662 >        DarkSide/electrostatic_interface.F90,
1663 >        DarkSide/electrostatic_interface.h: Working on adding WOLF
1664 >
1665 > 2005-09-15 14:17  tim
1666 >
1667 >        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
1668 >        is called without calling getNFrames
1669 >
1670 > 2005-09-15 08:47  chrisfen
1671 >
1672 >        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
1673 >
1674 > 2005-09-14 21:48  chuckv
1675 >
1676 >        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
1677 >        not initialized after creation. When maxval(gtypeMaxCutoff) was
1678 >        called, the largest random garbage value was returned from the
1679 >        array.
1680 >
1681 > 2005-09-14 19:14  chrisfen
1682 >
1683 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
1684 >        io/Globals.hpp: changes to include the coulombicCorrection selector
1685 >
1686 > 2005-09-14 19:13  chrisfen
1687 >
1688 >        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
1689 >        reactionField.F90: added in the undamped wolf, in the process of
1690 >        doing the damped wolf
1691 >
1692 > 2005-09-14 19:13  chrisfen
1693 >
1694 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
1695 >        doForces_interface.h, notifyCutoffs.F90: some changes to activate
1696 >        the coulombicCorrection selector
1697 >
1698 > 2005-09-14 19:11  chrisfen
1699 >
1700 >        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
1701 >
1702 > 2005-09-14 19:11  chrisfen
1703 >
1704 >        * samples/argon/: 500.in, 500.md: Equilibrated the sample
1705 >
1706 > 2005-09-14 19:10  chrisfen
1707 >
1708 >        * forceFields/DUFF2.frc: re-added Cl- and Na+
1709 >
1710 > 2005-09-14 15:31  chuckv
1711 >
1712 >        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
1713 >        eamAtypes instead of assuming a 1-1 correspondence to atypes.
1714 >
1715 > 2005-09-14 15:28  gezelter
1716 >
1717 >        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
1718 >        do_prepair
1719 >
1720 > 2005-09-14 14:02  gezelter
1721 >
1722 >        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
1723 >        createMixingMap routine.  It should now set doShift correctly
1724 >
1725 > 2005-09-07 17:44  chuckv
1726 >
1727 >        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
1728 >
1729 > 2005-09-07 17:23  chuckv
1730 >
1731 >        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
1732 >        logical variables
1733 >
1734 > 2005-09-07 17:08  gezelter
1735 >
1736 >        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
1737 >        algorithm
1738 >
1739 > 2005-09-07 15:46  gezelter
1740 >
1741 >        * src/: UseTheForce/doForces.F90,
1742 >        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
1743 >        UseTheForce/notifyCutoffs_interface.F90,
1744 >        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
1745 >        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
1746 >        cutoff Policy
1747 >
1748 > 2005-09-07 14:18  gezelter
1749 >
1750 >        * src/UseTheForce/doForces.F90: Some bug hunting
1751 >
1752 > 2005-09-07 14:18  gezelter
1753 >
1754 >        * samples/argon/argonNVT.md: Just a longer test
1755 >
1756 > 2005-09-06 12:32  chuckv
1757 >
1758 >        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
1759 >        etc..
1760 >
1761 > 2005-09-01 17:56  gezelter
1762 >
1763 >        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
1764 >        zero
1765 >
1766 > 2005-09-01 15:17  gezelter
1767 >
1768 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
1769 >        createGtypeCutoffMap
1770 >
1771 > 2005-08-30 13:23  chrisfen
1772 >
1773 >        * src/: UseTheForce/doForces.F90,
1774 >        UseTheForce/doForces_interface.F90,
1775 >        UseTheForce/doForces_interface.h,
1776 >        UseTheForce/DarkSide/electrostatic.F90,
1777 >        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
1778 >        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
1779 >        changes for implementing the wolf potential
1780 >
1781 > 2005-08-26 17:39  chrisfen
1782 >
1783 >        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
1784 >
1785 > 2005-08-26 16:30  chrisfen
1786 >
1787 >        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
1788 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
1789 >        some probably nonfunctional get*cut routines
1790 >
1791 > 2005-08-26 15:34  chuckv
1792 >
1793 >        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
1794 >
1795 > 2005-08-26 11:36  gezelter
1796 >
1797 >        * src/UseTheForce/doForces.F90: fixing some of the problems in the
1798 >        interactionHash and gtypeCutoff routines
1799 >
1800 > 2005-08-17 10:26  gezelter
1801 >
1802 >        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
1803 >        DarkSide/simulation.F90: added fCutoffPolicy.h
1804 >
1805 > 2005-08-11 16:04  gezelter
1806 >
1807 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
1808 >        progress
1809 >
1810 > 2005-08-10 14:17  gezelter
1811 >
1812 >        * src/primitives/StuntDouble.hpp: putting spaceballs back where
1813 >        they belong
1814 >
1815 > 2005-08-09 17:33  gezelter
1816 >
1817 >        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
1818 >        Jones module
1819 >
1820 > 2005-08-09 17:33  gezelter
1821 >
1822 >        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
1823 >
1824 > 2005-08-09 14:40  chuckv
1825 >
1826 >        * src/UseTheForce/doForces.F90: In process of re-write for group
1827 >        based cutoff....
1828 >
1829 > 2005-07-29 14:38  gezelter
1830 >
1831 >        * src/UseTheForce/doForces.F90: fixes in progress
1832 >
1833 > 2005-07-29 12:34  tim
1834 >
1835 >        * src/UseTheForce/doForces.F90: fix a bug which does not update
1836 >        me_i and me_j correctly
1837 >
1838 > 2005-07-28 17:12  chuckv
1839 >
1840 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
1841 >        cutoffs... Segfaults nicely now...
1842 >
1843 > 2005-07-20 12:04  gezelter
1844 >
1845 >        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
1846 >        error messages from pathscale compiler
1847 >
1848 > 2005-07-13 11:48  tim
1849 >
1850 >        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
1851 >        <functional>
1852 >
1853 > 2005-07-13 10:54  tim
1854 >
1855 >        * src/: UseTheForce/fSwitchingFunction.h,
1856 >        UseTheForce/mpiComponentPlan.h,
1857 >        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
1858 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
1859 >        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
1860 >        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
1861 >        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
1862 >        utils/simError.c, utils/simError.h: replace c++ style comment in c
1863 >        files
1864 >
1865 > 2005-07-03 15:53  chuckv
1866 >
1867 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
1868 >        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
1869 >        subroutine to set cuttoff for Interaction map and function in
1870 >        simulation.F90 to determine if a particular atype is present in a
1871 >        simulation.
1872 >
1873 > 2005-06-28 08:58  gezelter
1874 >
1875 >        * src/UseTheForce/doForces.F90: [no log message]
1876 >
1877 > 2005-06-27 17:21  chuckv
1878 >
1879 >        * src/UseTheForce/doForces.F90: More breaking and destruction of
1880 >        force code. Does not build at this point...
1881 >
1882 > 2005-06-27 16:01  gezelter
1883 >
1884 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
1885 >        UseTheForce/DarkSide/fInteractionMap.h,
1886 >        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
1887 >        Breaky breaky!
1888 >
1889 > 2005-06-20 11:03  gezelter
1890 >
1891 >        * samples/water/ssd/ssd.md,
1892 >        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
1893 >        simulation
1894 >
1895 > 2005-06-13 13:25  tim
1896 >
1897 >        * src/: applications/staticProps/DensityPlot.cpp,
1898 >        applications/staticProps/DensityPlot.hpp,
1899 >        applications/staticProps/SCDOrderParameter.cpp,
1900 >        applications/staticProps/StaticProps.cpp,
1901 >        io/AtomTypesSectionParser.cpp: working version of DensityPlot
1902 >
1903 > 2005-05-31 17:31  chuckv
1904 >
1905 >        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
1906 >        remove angular momentum.
1907 >
1908 > 2005-05-31 12:34  chuckv
1909 >
1910 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
1911 >        typo in nanorodBuilder.
1912 >
1913 > 2005-05-30 09:01  chuckv
1914 >
1915 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
1916 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
1917 >        brains/Stats.hpp, integrators/Velocitizer.cpp,
1918 >        integrators/Velocitizer.hpp: Added method to remove system angular
1919 >        momentum to velocitizer and added method to calculate system
1920 >        angular momentum to siminfo.
1921 >
1922 > 2005-05-29 16:16  chrisfen
1923 >
1924 >        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
1925 >        balance from the Darkside (files)
1926 >
1927 > 2005-05-29 16:15  chrisfen
1928 >
1929 >        * src/UseTheForce/doForces.F90: Removed balance from doForces
1930 >
1931 > 2005-05-29 16:15  chrisfen
1932 >
1933 >        * samples/water/tap/: tap.in, tap.md: Updated tap sample
1934 >
1935 > 2005-05-29 16:15  chrisfen
1936 >
1937 >        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
1938 >        dimer for testing purposes
1939 >
1940 > 2005-05-29 16:14  chrisfen
1941 >
1942 >        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
1943 >        was apparently wiped earlier this month...
1944 >
1945 > 2005-05-29 16:13  chrisfen
1946 >
1947 >        * ChangeLog: ran make cvslog
1948 >
1949 > 2005-05-28 19:16  tim
1950 >
1951 >        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
1952 >        AtomNameVisitor
1953 >
1954 > 2005-05-28 19:09  tim
1955 >
1956 >        * src/integrators/Integrator.cpp: dding resetIntegrator
1957 >
1958 > 2005-05-28 19:06  tim
1959 >
1960 >        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
1961 >        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
1962 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
1963 >        resetIntegrator
1964 >
1965 > 2005-05-27 16:11  tim
1966 >
1967 >        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
1968 >        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
1969 >        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
1970 >        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
1971 >        StaticProps
1972 >
1973 > 2005-05-26 23:41  tim
1974 >
1975 >        * src/: applications/staticProps/Makefile,
1976 >        applications/staticProps/P2OrderParameter.cpp,
1977 >        applications/staticProps/P2OrderParameter.hpp,
1978 >        applications/staticProps/StaticProps.cpp,
1979 >        applications/staticProps/StaticProps.ggo,
1980 >        applications/staticProps/StaticPropsCmd.c,
1981 >        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
1982 >        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
1983 >
1984 > 2005-05-26 17:45  tim
1985 >
1986 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1987 >        applications/dump2Xyz/Dump2XYZCmd.c,
1988 >        applications/dump2Xyz/Dump2XYZCmd.h,
1989 >        applications/staticProps/Makefile,
1990 >        applications/staticProps/P2OrderParameter.cpp,
1991 >        applications/staticProps/P2OrderParameter.hpp,
1992 >        applications/staticProps/RadialDistrFunc.cpp,
1993 >        applications/staticProps/RadialDistrFunc.hpp,
1994 >        applications/staticProps/StaticAnalyser.hpp,
1995 >        applications/staticProps/StaticProps.cpp,
1996 >        applications/staticProps/StaticProps.ggo,
1997 >        applications/staticProps/StaticPropsCmd.c,
1998 >        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
1999 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
2000 >        AtomNameVisitor to convert atom name to its base name;
2001 >        wrappingvisitor now wrap back to the center of the mass; adding
2002 >        P2OrderParameter into StaticProps
2003 >
2004 > 2005-05-22 16:36  chuckv
2005 >
2006 >        * src/: applications/nanoRodBuilder/Geometry.cpp,
2007 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
2008 >        applications/nanoRodBuilder/GeometryFactory.cpp,
2009 >        applications/nanoRodBuilder/GeometryFactory.hpp,
2010 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
2011 >        integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
2012 >        tensor.
2013 >
2014 > 2005-05-22 16:05  tim
2015 >
2016 >        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
2017 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
2018 >        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
2019 >        printPressureTensor
2020 >
2021 > 2005-05-20 14:27  tim
2022 >
2023 >        * src/integrators/NPrT.cpp: NPrT in progress
2024 >
2025 > 2005-05-20 11:01  tim
2026 >
2027 >        * src/: integrators/NPrT.cpp, io/Globals.cpp,
2028 >        utils/OOPSEConstant.hpp: NPrT in progress
2029 >
2030 > 2005-05-19 16:31  tim
2031 >
2032 >        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
2033 >        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
2034 >        io/Globals.hpp: NPAT is working
2035 >
2036 > 2005-05-19 10:49  tim
2037 >
2038 >        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
2039 >        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
2040 >
2041 > 2005-05-18 23:28  tim
2042 >
2043 >        * src/: brains/Register.cpp, integrators/NPAT.cpp,
2044 >        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
2045 >        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
2046 >
2047 > 2005-05-18 14:06  chrisfen
2048 >
2049 >        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
2050 >        some tap changes
2051 >
2052 > 2005-05-18 13:31  chrisfen
2053 >
2054 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
2055 >        DarkSide/sticky.F90: Modifications to temper the dipolar strength
2056 >        in the first solvation shell for tap
2057 >
2058 > 2005-05-18 07:35  chrisfen
2059 >
2060 >        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
2061 >        for testing purposes
2062 >
2063 > 2005-05-17 17:35  chrisfen
2064 >
2065 >        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
2066 >        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
2067 >        src/UseTheForce/doForces.F90,
2068 >        src/UseTheForce/DarkSide/electrostatic.F90,
2069 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
2070 >        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
2071 >        correcting changes to the previous merge that were not caught
2072 >
2073 > 2005-05-16 23:20  chuckv
2074 >
2075 >        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
2076 >        Fixed merge issues between Kyle and Chris so OOPSE will actually
2077 >        build.
2078 >
2079 > 2005-05-16 22:46  kdaily
2080 >
2081 >        * src/io/: GayBerneAtomTypesSectionParser.cpp,
2082 >        GayBerneAtomTypesSectionParser.hpp, Makefile: help
2083 >
2084 > 2005-05-16 21:08  kdaily
2085 >
2086 >        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
2087 >        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
2088 >        src/types/DirectionalAtomType.cpp,
2089 >        src/types/DirectionalAtomType.hpp: added gb
2090 >
2091 > 2005-05-13 15:36  chrisfen
2092 >
2093 >        * forceFields/DUFF2.frc: Better tap
2094 >
2095 > 2005-05-12 14:43  chrisfen
2096 >
2097 >        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
2098 >        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
2099 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
2100 >        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
2101 >        Need to parametrize.
2102 >
2103 > 2005-05-11 18:15  chuckv
2104 >
2105 >        * src/: io/ShapeAtomTypesSectionParser.cpp,
2106 >        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
2107 >        build issues under ifc7.
2108 >
2109 > 2005-05-09 17:07  chuckv
2110 >
2111 >        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
2112 >        builder changes.
2113 >
2114 > 2005-05-05 10:06  chrisfen
2115 >
2116 >        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
2117 >        to TAP
2118 >
2119 > 2005-05-05 09:47  chrisfen
2120 >
2121 >        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
2122 >        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
2123 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
2124 >        src/UseTheForce/DarkSide/atype.F90,
2125 >        src/UseTheForce/DarkSide/atype_interface.F90,
2126 >        src/UseTheForce/DarkSide/simulation.F90,
2127 >        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
2128 >        src/brains/fSimulation.h, src/io/Makefile,
2129 >        src/io/StickyAtomTypesSectionParser.cpp,
2130 >        src/io/StickyPowerAtomTypesSectionParser.cpp,
2131 >        src/io/StickyPowerAtomTypesSectionParser.hpp,
2132 >        src/types/AtomType.cpp, src/types/AtomType.hpp,
2133 >        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
2134 >        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
2135 >        not parametrized, but OOPSE will now let me run it...
2136 >
2137 > 2005-05-03 17:55  chuckv
2138 >
2139 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
2140 >        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
2141 >        Adding support for generic geometry to nanorodbuilder.
2142 >
2143 > 2005-05-03 12:55  chuckv
2144 >
2145 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2146 >        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
2147 >        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
2148 >
2149 > 2005-04-29 14:16  gezelter
2150 >
2151 >        * make/Makefile.in: [no log message]
2152 >
2153 > 2005-04-29 11:26  chrisfen
2154 >
2155 >        * forceFields/DUFF2.frc, samples/water/spce/water.md,
2156 >        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
2157 >        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
2158 >        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
2159 >        samples/water/tip4p/water.md: Added TIP4P-Ew
2160 >
2161 > 2005-04-27 19:24  chuckv
2162 >
2163 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2164 >        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
2165 >        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
2166 >        nanoRodBuilder....
2167 >
2168 > 2005-04-27 15:13  chrisfen
2169 >
2170 >        * samples/shape/Shapes.frc, samples/shape/linear.shape,
2171 >        src/UseTheForce/DarkSide/atype.F90,
2172 >        src/UseTheForce/DarkSide/shapes.F90,
2173 >        src/UseTheForce/DarkSide/shapes_interface.F90,
2174 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
2175 >        write statements and am closer to a working shapes
2176 >
2177 > 2005-04-22 16:57  chuckv
2178 >
2179 >        * src/utils/Predicate.hpp: Fixed gcc4 bug...
2180 >
2181 > 2005-04-22 16:52  tim
2182 >
2183 >        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
2184 >        Trim.hpp: adding CharClassificationFunctor to fix the locale
2185 >        problem  of c++
2186 >
2187 > 2005-04-21 09:12  chrisfen
2188 >
2189 >        * samples/shape/Shapes.frc, samples/shape/linear.in,
2190 >        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
2191 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
2192 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
2193 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
2194 >        src/UseTheForce/DarkSide/shapes.F90,
2195 >        src/UseTheForce/DarkSide/shapes_interface.F90,
2196 >        src/UseTheForce/DarkSide/shapes_interface.h,
2197 >        src/brains/Register.cpp, src/brains/SimCreator.cpp,
2198 >        src/io/Makefile, src/io/SectionParser.cpp,
2199 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
2200 >        src/io/ShapeAtomTypesSectionParser.cpp,
2201 >        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
2202 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
2203 >        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
2204 >        bounds overwrite (I think...). At least the parser loads the
2205 >        forcefield fine...
2206 >
2207 > 2005-04-18 10:44  chrisfen
2208 >
2209 >        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
2210 >        Mac (capitalization confusion of filenames)
2211 >
2212 > 2005-04-17 22:50  chrisfen
2213 >
2214 >        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
2215 >        UseTheForce/Shapes_FF.cpp,
2216 >        io/DirectionalAtomTypesSectionParser.cpp,
2217 >        io/ShapeAtomTypesSectionParser.cpp,
2218 >        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
2219 >
2220 > 2005-04-15 17:43  gezelter
2221 >
2222 >        * README: gmake in case people forget
2223 >
2224 > 2005-04-15 17:40  gezelter
2225 >
2226 >        * src/applications/oopse/oopse.cpp: fixed the spacing on the
2227 >        banner.  Vanity.
2228 >
2229 > 2005-04-15 17:22  gezelter
2230 >
2231 >        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
2232 >        in banner (and version numbers in config.h)
2233 >
2234 > 2005-04-15 17:22  gezelter
2235 >
2236 >        * ChangeLog, LICENSE, README: Documentation changes
2237 >
2238 > 2005-04-15 17:03  gezelter
2239 >
2240 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2241 >        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
2242 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
2243 >        UseTheForce/ForceFieldCreator.hpp,
2244 >        UseTheForce/ForceFieldFactory.cpp,
2245 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
2246 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
2247 >        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
2248 >        UseTheForce/notifyCutoffs.F90,
2249 >        UseTheForce/notifyCutoffs_interface.F90,
2250 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
2251 >        UseTheForce/DarkSide/atype.F90,
2252 >        UseTheForce/DarkSide/atype_interface.F90,
2253 >        UseTheForce/DarkSide/eam.F90,
2254 >        UseTheForce/DarkSide/eam_interface.F90,
2255 >        UseTheForce/DarkSide/eam_interface.h,
2256 >        UseTheForce/DarkSide/electrostatic.F90,
2257 >        UseTheForce/DarkSide/electrostatic_interface.F90,
2258 >        UseTheForce/DarkSide/electrostatic_interface.h,
2259 >        UseTheForce/DarkSide/force_globals.F90,
2260 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
2261 >        UseTheForce/DarkSide/lj_interface.F90,
2262 >        UseTheForce/DarkSide/lj_interface.h,
2263 >        UseTheForce/DarkSide/neighborLists.F90,
2264 >        UseTheForce/DarkSide/reactionField.F90,
2265 >        UseTheForce/DarkSide/shapes.F90,
2266 >        UseTheForce/DarkSide/shapes_interface.F90,
2267 >        UseTheForce/DarkSide/shapes_interface.h,
2268 >        UseTheForce/DarkSide/simParallel.F90,
2269 >        UseTheForce/DarkSide/simParallel_interface.F90,
2270 >        UseTheForce/DarkSide/simParallel_interface.h,
2271 >        UseTheForce/DarkSide/simulation.F90,
2272 >        UseTheForce/DarkSide/simulation_interface.F90,
2273 >        UseTheForce/DarkSide/simulation_interface.h,
2274 >        UseTheForce/DarkSide/sticky.F90,
2275 >        UseTheForce/DarkSide/sticky_interface.F90,
2276 >        UseTheForce/DarkSide/sticky_interface.h,
2277 >        UseTheForce/DarkSide/switcheroo.F90,
2278 >        applications/dump2Xyz/Dump2XYZ.cpp,
2279 >        applications/dump2Xyz/Dump2XYZCmd.c,
2280 >        applications/dump2Xyz/Dump2XYZCmd.h,
2281 >        applications/dynamicProps/CrossTimeCorrFunc.cpp,
2282 >        applications/dynamicProps/CrossTimeCorrFunc.hpp,
2283 >        applications/dynamicProps/DipoleCorrFunc.cpp,
2284 >        applications/dynamicProps/DipoleCorrFunc.hpp,
2285 >        applications/dynamicProps/DynamicProps.cpp,
2286 >        applications/dynamicProps/DynamicPropsCmd.c,
2287 >        applications/dynamicProps/DynamicPropsCmd.h,
2288 >        applications/dynamicProps/FrameTimeCorrFunc.hpp,
2289 >        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
2290 >        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
2291 >        applications/dynamicProps/RCorrFunc.cpp,
2292 >        applications/dynamicProps/RCorrFunc.hpp,
2293 >        applications/dynamicProps/TimeCorrFunc.cpp,
2294 >        applications/dynamicProps/TimeCorrFunc.hpp,
2295 >        applications/dynamicProps/VCorrFunc.cpp,
2296 >        applications/dynamicProps/VCorrFunc.hpp,
2297 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
2298 >        applications/nanoRodBuilder/GeometryBuilder.hpp,
2299 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
2300 >        applications/nanoRodBuilder/nanorodBuilderCmd.c,
2301 >        applications/nanoRodBuilder/nanorodBuilderCmd.h,
2302 >        applications/oopse/oopse.cpp,
2303 >        applications/simpleBuilder/simpleBuilder.cpp,
2304 >        applications/simpleBuilder/simpleBuilderCmd.c,
2305 >        applications/simpleBuilder/simpleBuilderCmd.h,
2306 >        applications/staticProps/GofAngle2.cpp,
2307 >        applications/staticProps/GofAngle2.hpp,
2308 >        applications/staticProps/GofR.cpp,
2309 >        applications/staticProps/GofR.hpp,
2310 >        applications/staticProps/GofRAngle.cpp,
2311 >        applications/staticProps/GofRAngle.hpp,
2312 >        applications/staticProps/GofXyz.cpp,
2313 >        applications/staticProps/GofXyz.hpp,
2314 >        applications/staticProps/RadialDistrFunc.cpp,
2315 >        applications/staticProps/RadialDistrFunc.hpp,
2316 >        applications/staticProps/StaticProps.cpp,
2317 >        applications/staticProps/StaticPropsCmd.c,
2318 >        applications/staticProps/StaticPropsCmd.h,
2319 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
2320 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
2321 >        brains/Exclude.hpp, brains/ForceManager.cpp,
2322 >        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
2323 >        brains/MoleculeCreator.hpp, brains/Register.cpp,
2324 >        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
2325 >        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
2326 >        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
2327 >        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
2328 >        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
2329 >        brains/fSimulation.h, constraints/ConstraintElem.hpp,
2330 >        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
2331 >        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
2332 >        constraints/ZconstraintForceManager.cpp,
2333 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
2334 >        integrators/DLM.hpp, integrators/Integrator.cpp,
2335 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
2336 >        integrators/IntegratorFactory.cpp,
2337 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
2338 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
2339 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
2340 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
2341 >        integrators/NVT.cpp, integrators/NVT.hpp,
2342 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
2343 >        integrators/Velocitizer.hpp,
2344 >        integrators/VelocityVerletIntegrator.cpp,
2345 >        integrators/VelocityVerletIntegrator.hpp,
2346 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
2347 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
2348 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
2349 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2350 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
2351 >        io/ChargeAtomTypesSectionParser.hpp,
2352 >        io/DirectionalAtomTypesSectionParser.cpp,
2353 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
2354 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
2355 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
2356 >        io/Globals.cpp, io/Globals.hpp,
2357 >        io/LennardJonesAtomTypesSectionParser.cpp,
2358 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
2359 >        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
2360 >        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
2361 >        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
2362 >        io/SectionParser.cpp, io/SectionParser.hpp,
2363 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
2364 >        io/StatWriter.cpp, io/StatWriter.hpp,
2365 >        io/StickyAtomTypesSectionParser.cpp,
2366 >        io/StickyAtomTypesSectionParser.hpp,
2367 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
2368 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
2369 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
2370 >        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
2371 >        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
2372 >        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
2373 >        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
2374 >        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
2375 >        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
2376 >        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
2377 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
2378 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
2379 >        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
2380 >        math/Quaternion.hpp, math/RandNumGen.hpp,
2381 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
2382 >        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
2383 >        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
2384 >        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
2385 >        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
2386 >        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
2387 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
2388 >        minimizers/MinimizerFactory.hpp,
2389 >        minimizers/MinimizerParameterSet.cpp,
2390 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
2391 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
2392 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
2393 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
2394 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
2395 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
2396 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
2397 >        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
2398 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
2399 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
2400 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
2401 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
2402 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
2403 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
2404 >        profiling/timing.F90, restraints/Restraints.cpp,
2405 >        restraints/Restraints.hpp,
2406 >        restraints/ThermoIntegrationForceManager.cpp,
2407 >        restraints/ThermoIntegrationForceManager.hpp,
2408 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
2409 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
2410 >        selection/NameFinder.cpp, selection/NameFinder.hpp,
2411 >        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
2412 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
2413 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
2414 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
2415 >        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
2416 >        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
2417 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
2418 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
2419 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
2420 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
2421 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
2422 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
2423 >        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
2424 >        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
2425 >        types/MakeStamps.cpp, types/MakeStamps.hpp,
2426 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
2427 >        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
2428 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
2429 >        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
2430 >        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
2431 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
2432 >        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
2433 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
2434 >        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
2435 >        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
2436 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
2437 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
2438 >        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
2439 >        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
2440 >        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
2441 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
2442 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
2443 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
2444 >        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
2445 >        utils/any.hpp, utils/definitions.F90, utils/fError.c,
2446 >        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
2447 >        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
2448 >        utils/residentMem.h, utils/simError.c, utils/simError.h,
2449 >        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
2450 >        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
2451 >        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
2452 >        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
2453 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
2454 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
2455 >        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
2456 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
2457 >        been drafted to perform our indentation services
2458 >
2459 > 2005-04-15 17:03  gezelter
2460 >
2461 >        * configure, ac-tools/configure.in: Jedi mind-trick warning
2462 >        messages have been added to make users ignore CGAL.
2463 >
2464 > 2005-04-15 13:41  tim
2465 >
2466 >        * make/Makefile.in: fix make install
2467 >
2468 > 2005-04-15 13:41  tim
2469 >
2470 >        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
2471 >        add  Makefile of samples
2472 >
2473 > 2005-04-15 13:33  tim
2474 >
2475 >        * samples/: lipid/Makefile, water/dimer/Makefile,
2476 >        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
2477 >        installed correctly
2478 >
2479 > 2005-04-14 16:41  gezelter
2480 >
2481 >        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2482 >        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
2483 >        scripts/filepp, scripts/filepp.in: configure now searches for perl
2484 >        to use with filepp
2485 >
2486 > 2005-04-14 16:20  gezelter
2487 >
2488 >        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
2489 >        MoLocator
2490 >
2491 > 2005-04-14 14:12  gezelter
2492 >
2493 >        * LICENSE: [no log message]
2494 >
2495 > 2005-04-14 11:10  chuckv
2496 >
2497 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
2498 >        nanorodbuilder now exit's when libCGAL is not present.
2499 >
2500 > 2005-04-14 10:20  tim
2501 >
2502 >        * src/io/make_nodes.h: fix one more warning message in make_nodes
2503 >
2504 > 2005-04-13 18:36  chuckv
2505 >
2506 >        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
2507 >        interface name for SGI Compiler
2508 >
2509 > 2005-04-13 18:29  chrisfen
2510 >
2511 >        * samples/water/ssde/ssde.md: oops...  bad sample
2512 >
2513 > 2005-04-13 18:00  chuckv
2514 >
2515 >        * src/config.h.in: Change typo in CGAL.
2516 >
2517 > 2005-04-13 17:43  tim
2518 >
2519 >        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
2520 >        selection/SelectionCompiler.hpp: fix some warning messages
2521 >
2522 > 2005-04-13 17:30  gezelter
2523 >
2524 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2525 >        make/Makefile.in, src/config.h.in,
2526 >        src/applications/nanoRodBuilder/Makefile,
2527 >        src/applications/nanoRodBuilder/Makefile.in,
2528 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
2529 >        checks
2530 >
2531 > 2005-04-13 15:36  chuckv
2532 >
2533 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
2534 >        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
2535 >        DarkSide/electrostatic_interface.F90,
2536 >        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
2537 >        DarkSide/lj_interface.h, DarkSide/sticky.F90,
2538 >        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
2539 >        destroy methods for Fortran modules.
2540 >
2541 > 2005-04-13 15:17  chuckv
2542 >
2543 >        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
2544 >        shapes_interface.h: Added destroy method to clean up memory
2545 >
2546 > 2005-04-13 13:41  tim
2547 >
2548 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2549 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2550 >        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
2551 >        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
2552 >        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
2553 >        fixed
2554 >
2555 > 2005-04-12 17:44  chuckv
2556 >
2557 >        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
2558 >        for nanoRodBuilder.
2559 >
2560 > 2005-04-12 17:42  tim
2561 >
2562 >        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
2563 >        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
2564 >        and simpleBuilder(forget to delete lattice)
2565 >
2566 > 2005-04-12 17:33  tim
2567 >
2568 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2569 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
2570 >        refactory lattice
2571 >
2572 > 2005-04-12 17:07  tim
2573 >
2574 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
2575 >        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
2576 >        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
2577 >        LatticeFactory and LatticeCreator
2578 >
2579 > 2005-04-12 16:58  tim
2580 >
2581 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2582 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
2583 >        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
2584 >        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
2585 >        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
2586 >        lattice/Makefile: refactory LatticeFactory and LatticeCreator
2587 >
2588 > 2005-04-12 16:28  gezelter
2589 >
2590 >        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
2591 >        vector_class.F90: cleaned up vector_class memory leak fix by
2592 >        deallocating in reverse order of how we allocated.  Also migrated
2593 >        MoLocator into utils directory
2594 >
2595 > 2005-04-12 16:27  gezelter
2596 >
2597 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
2598 >        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
2599 >        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
2600 >        directory
2601 >
2602 > 2005-04-12 16:27  gezelter
2603 >
2604 >        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
2605 >        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
2606 >        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
2607 >        nanoRodBuilder/LatticeCreator.hpp,
2608 >        nanoRodBuilder/LatticeFactory.cpp,
2609 >        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
2610 >        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
2611 >        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
2612 >        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
2613 >        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
2614 >        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
2615 >        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
2616 >        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
2617 >        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
2618 >        these files are now redundant
2619 >
2620 > 2005-04-12 16:27  gezelter
2621 >
2622 >        * src/UseTheForce/DarkSide/: atype_interface.F90,
2623 >        atype_interface.h: cleaned up memory leak fix
2624 >
2625 > 2005-04-12 16:26  gezelter
2626 >
2627 >        * make/Makefile.in: added lattice subdirectory
2628 >
2629 > 2005-04-12 15:57  chrisfen
2630 >
2631 >        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
2632 >        a space by accident
2633 >
2634 > 2005-04-12 15:56  chrisfen
2635 >
2636 >        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
2637 >        quadrupole sample
2638 >
2639 > 2005-04-12 15:56  chrisfen
2640 >
2641 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
2642 >        samples
2643 >
2644 > 2005-04-12 13:30  tim
2645 >
2646 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
2647 >        type in fortran side
2648 >
2649 > 2005-04-12 12:45  chuckv
2650 >
2651 >        * src/utils/vector_class.F90: Further changes to vector_class
2652 >        destroy function.
2653 >
2654 > 2005-04-12 12:39  chuckv
2655 >
2656 >        * src/utils/vector_class.F90: Fixed pointer memory leak in
2657 >        vector_class.
2658 >
2659 > 2005-04-12 12:12  chuckv
2660 >
2661 >        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
2662 >        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
2663 >        DarkSide/eam.F90, DarkSide/eam_interface.F90,
2664 >        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
2665 >
2666 > 2005-04-12 09:24  chrisfen
2667 >
2668 >        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
2669 >        output
2670 >
2671 > 2005-04-11 19:29  chuckv
2672 >
2673 >        * src/: UseTheForce/DarkSide/atype.F90,
2674 >        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
2675 >
2676 > 2005-04-11 19:28  chuckv
2677 >
2678 >        * src/utils/vector_class.F90: Added code to delete vector.
2679  
2680   2005-04-11 16:58  tim
2681  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines