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

Comparing trunk/OOPSE-4/ChangeLog (file contents):
Revision 2310 by chrisfen, Mon Sep 19 23:21:46 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines