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 3131 by chrisfen, Wed May 2 00:18:08 2007 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?
1078 <
1079 < 2005-04-11 16:58  tim
1080 <
1081 <        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
1082 <        basic_ifstrstream
1083 <
1084 < 2005-04-11 16:37  chuckv
1085 <
1086 <        * make/Makefile.in,
1087 <        src/applications/nanoRodBuilder/BaseLattice.cpp,
1088 <        src/applications/nanoRodBuilder/BaseLattice.hpp,
1089 <        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
1090 <        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
1091 <        src/applications/nanoRodBuilder/Lattice.cpp,
1092 <        src/applications/nanoRodBuilder/Lattice.hpp,
1093 <        src/applications/nanoRodBuilder/LatticeCreator.cpp,
1094 <        src/applications/nanoRodBuilder/LatticeCreator.hpp,
1095 <        src/applications/nanoRodBuilder/LatticeFactory.cpp,
1096 <        src/applications/nanoRodBuilder/LatticeFactory.hpp,
1097 <        src/applications/nanoRodBuilder/Makefile,
1098 <        src/applications/nanoRodBuilder/MoLocator.cpp,
1099 <        src/applications/nanoRodBuilder/MoLocator.hpp,
1100 <        src/applications/nanoRodBuilder/nanoBuilder.ggo,
1101 <        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
1102 <        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
1103 <        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
1104 <        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
1105 <        nanoRodBuilder application (may not work yet).  ((Doesn't work
1106 <        yet.)) (((May never work....)))
1107 <
1108 < 2005-04-11 15:54  tim
1109 <
1110 <        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
1111 <        prepareVisitor in Dump2XYZ
1112 <
1113 < 2005-04-11 15:19  chrisfen
1114 <
1115 <        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
1116 <        quadrupoles.  look!  it's divide by 3 like stone says!
1117 <
1118 < 2005-04-11 15:18  chrisfen
1119 <
1120 <        * forceFields/DUFF2.frc: fixing of the quadrupoles
1121 <
1122 < 2005-04-11 15:16  tim
1123 <
1124 <        * src/selection/Token.hpp: change the parameter name in
1125 <        constructors
1126 <
1127 < 2005-04-11 14:49  gezelter
1128 <
1129 <        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
1130 <
1131 < 2005-04-11 14:06  gezelter
1132 <
1133 <        * make/Makefile.in: Fixed the uc and lc functions for GNU make
1134 <        versions < 3.80
1135 <
1136 < 2005-04-11 11:13  gezelter
1137 <
1138 <        * make/Makefile.in, src/UseTheForce/Makefile,
1139 <        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
1140 <        some stuff to clean out module files during "make clean"
1141 <
1142 < 2005-04-08 17:13  chrisfen
1143 <
1144 <        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
1145 <        interactions should be working with a remaining question of
1146 <        interaction magnitude
1147 <
1148 < 2005-04-08 17:12  chrisfen
1149 <
1150 <        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
1151 <        samples
1152 <
1153 < 2005-04-08 13:48  chrisfen
1154 <
1155 <        * samples/water/ssd/ssd.md: oops...  messed up a sample
1156 <
1157 < 2005-04-08 09:43  chrisfen
1158 <
1159 <        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
1160 <        charge-dipole interactions
1161 <
1162 < 2005-04-08 09:42  chrisfen
1163 <
1164 <        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
1165 <        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
1166 <
1167 < 2005-04-08 09:41  chrisfen
1168 <
1169 <        * forceFields/DUFF2.frc: added Cl- and Na+
1170 <
1171 < 2005-04-06 18:59  tim
1172 <
1173 <        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
1174 <
1175 < 2005-04-05 18:09  tim
1176 <
1177 <        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
1178 <        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
1179 <        in atom type name;clean the code a little bit
1180 <
1181 < 2005-03-29 16:00  tim
1182 <
1183 <        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
1184 <        in converting rotation matrix to quaternion
1185 <
1186 < 2005-03-28 17:41  tim
1187 <
1188 <        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
1189 <
1190 < 2005-03-28 17:30  tim
1191 <
1192 <        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
1193 <        the wrapping
1194 <
1195 < 2005-03-28 10:54  tim
1196 <
1197 <        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
1198 <        dimension of histogram
1199 <
1200 < 2005-03-22 11:38  tim
1201 <
1202 <        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
1203 <        src/applications/dynamicProps/Makefile,
1204 <        src/applications/oopse/Makefile,
1205 <        src/applications/simpleBuilder/Makefile,
1206 <        src/applications/staticProps/Makefile: avoid building parallel
1207 <        executable for dump2XYZ, simpleBuilder, staticProps and
1208 <        dynamicProps
1209 <
1210 < 2005-03-21 17:34  chrisfen
1211 <
1212 <        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
1213 <        forcefield files
1214 <
1215 < 2005-03-21 15:51  chrisfen
1216 <
1217 <        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1218 <        DarkSide/reactionField.F90: Make sure electrostatic_module provides
1219 <        data for reaction_field
1220 <
1221 < 2005-03-21 15:50  chrisfen
1222 <
1223 <        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
1224 <        WILL CHANGE THIS BACK, RIGHT?
1225 <
1226 < 2005-03-21 14:23  gezelter
1227 <
1228 <        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
1229 <        correct value
1230 <
1231 < 2005-03-21 14:22  gezelter
1232 <
1233 <        * make/Makefile.in: fixed an install-related bug.
1234 <        $(InstallCommand) had been set to $(InstallData)
1235 <
1236 < 2005-03-15 09:21  gezelter
1237 <
1238 <        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
1239 <        deletes and Nullifies restWriter, so Integrator shouldn't do it.
1240 <
1241 < 2005-03-15 09:20  gezelter
1242 <
1243 <        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
1244 <
1245 < 2005-03-13 02:39  gezelter
1246 <
1247 <        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
1248 <        charge-quadrupole interactions
1249 <
1250 < 2005-03-12 14:12  chrisfen
1251 <
1252 <        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
1253 <        thermoIntegration/solid/Makefile: forgot a couple of makefiles
1254 <
1255 < 2005-03-12 14:05  chrisfen
1256 <
1257 <        * samples/thermoIntegration/liquid/ssde.in,
1258 <        samples/thermoIntegration/liquid/ssde.md,
1259 <        samples/thermoIntegration/liquid/water.md,
1260 <        samples/thermoIntegration/solid/idealCrystal.in,
1261 <        samples/thermoIntegration/solid/ssde.in,
1262 <        samples/thermoIntegration/solid/ssde.md,
1263 <        samples/thermoIntegration/solid/ssde.zang0,
1264 <        samples/thermoIntegration/solid/water.md,
1265 <        samples/water/tip3p_ice/tp3.md,
1266 <        src/UseTheForce/DarkSide/sticky.F90,
1267 <        src/restraints/ThermoIntegrationForceManager.cpp: added some
1268 <        samples
1269 <
1270 < 2005-03-11 12:50  tim
1271 <
1272 <        * src/: brains/SimCreator.cpp,
1273 <        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
1274 <        MultipoleAtomTypesSectionParser
1275 <
1276 < 2005-03-11 10:55  tim
1277 <
1278 <        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
1279 <        excluded
1280 <
1281 < 2005-03-11 10:53  gezelter
1282 <
1283 <        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
1284 <        quadrupoles
1285 <
1286 < 2005-03-11 10:52  gezelter
1287 <
1288 <        * forceFields/DUFF2.frc: quadrupoles for SSD models
1289 <
1290 < 2005-03-11 10:00  tim
1291 <
1292 <        * ChangeLog, doc/SelectionExpression.html,
1293 <        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
1294 <        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
1295 <        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
1296 <        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
1297 <        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
1298 <        SelectionExpression.html
1299 <
1300 < 2005-03-10 19:43  chrisfen
1301 <
1302 <        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
1303 <        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
1304 <        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
1305 <        MPI restraints
1306 <
1307 < 2005-03-10 18:56  tim
1308 <
1309 <        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
1310 <        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
1311 <        and cutoff group
1312 <
1313 < 2005-03-10 17:06  gezelter
1314 <
1315 <        * src/types/MorseBondType.hpp: fixed a doxygen problem
1316 <
1317 < 2005-03-10 16:51  gezelter
1318 <
1319 <        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
1320 <        the split dipole test cases
1321 <
1322 < 2005-03-10 16:51  gezelter
1323 <
1324 <        * doc/SelectionExpression.html: updated some documentation
1325 <
1326 < 2005-03-10 15:40  gezelter
1327 <
1328 <        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
1329 <        Makefile: LinkedList removal project starts now
1330 <
1331 < 2005-03-10 15:28  tim
1332 <
1333 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
1334 <        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
1335 <        using map to replace link list
1336 <
1337 < 2005-03-10 14:11  tim
1338 <
1339 <        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
1340 <        case  of split dipole
1341 <
1342 < 2005-03-10 14:10  chrisfen
1343 <
1344 <        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
1345 <        src/io/RestWriter.cpp,
1346 <        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
1347 <        builds...
1348 <
1349 < 2005-03-10 13:44  tim
1350 <
1351 <        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
1352 <        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
1353 <        adding test case for split dipole
1354 <
1355 < 2005-03-10 12:54  gezelter
1356 <
1357 <        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
1358 <        support for split dipoles
1359 <
1360 < 2005-03-10 11:27  chrisfen
1361 <
1362 <        * samples/water/tip3p_ice/tp3.md,
1363 <        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
1364 <        restraints
1365 <
1366 < 2005-03-10 11:15  chrisfen
1367 <
1368 <        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
1369 <        src/UseTheForce/ForceFields.hpp,
1370 <        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
1371 <
1372 < 2005-03-10 11:14  tim
1373 <
1374 <        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
1375 <        src/io/MultipoleAtomTypesSectionParser.cpp,
1376 <        src/selection/SelectionEvaluator.cpp: minor change
1377 <
1378 < 2005-03-10 10:10  chrisfen
1379 <
1380 <        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
1381 <        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
1382 <        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
1383 <        src/integrators/VelocityVerletIntegrator.cpp,
1384 <        src/integrators/VelocityVerletIntegrator.hpp,
1385 <        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
1386 <        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
1387 <        src/io/RestReader.hpp, src/io/RestWriter.cpp,
1388 <        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
1389 <        src/io/RestraintWriter.cpp, src/restraints/Makefile,
1390 <        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
1391 <        src/restraints/ThermoIntegrationForceManager.cpp,
1392 <        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
1393 <        the new restraints code
1394 <
1395 < 2005-03-09 13:48  tim
1396 <
1397 <        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
1398 <        IndexFinder
1399 <
1400 < 2005-03-09 13:46  tim
1401 <
1402 <        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
1403 <        applications/dump2Xyz/Dump2XYZCmd.c,
1404 <        applications/dump2Xyz/Dump2XYZCmd.h,
1405 <        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
1406 <        fix compilation issue
1407 <
1408 < 2005-03-09 12:58  tim
1409 <
1410 <        * forceFields/DUFF2.frc, scripts/filepp,
1411 <        src/UseTheForce/EAM_FF.cpp,
1412 <        src/io/MultipoleAtomTypesSectionParser.cpp,
1413 <        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
1414 <        in SectionParser (lineNo is not updated)
1415 <
1416 < 2005-03-09 12:30  tim
1417 <
1418 <        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
1419 <        applications/dump2Xyz/Dump2XYZ.ggo,
1420 <        applications/dump2Xyz/Dump2XYZCmd.c,
1421 <        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
1422 <        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
1423 <        io/ChargeAtomTypesSectionParser.hpp,
1424 <        io/ElectrostaticAtomTypesSectionParser.cpp,
1425 <        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
1426 <        io/MultipoleAtomTypesSectionParser.cpp,
1427 <        io/MultipoleAtomTypesSectionParser.hpp,
1428 <        io/SectionParserManager.cpp, selection/Makefile,
1429 <        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
1430 <        types/AtomType.cpp, types/DirectionalAtomType.cpp,
1431 <        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
1432 <        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
1433 <        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
1434 <        into ChargeAtomTypesSectionParser and
1435 <        MultipoleAtomTypesSectionParser;remove print dipole option from
1436 <        Dump2XYZ;
1437 <
1438 < 2005-03-09 12:28  tim
1439 <
1440 <        * forceFields/DUFF2.frc: change the format of DUFF2
1441 <
1442 < 2005-03-09 10:44  gezelter
1443 <
1444 <        * src/UseTheForce/DarkSide/: electrostatic.F90,
1445 <        electrostatic_interface.F90, electrostatic_interface.h: new
1446 <        electrostatic module
1447 <
1448 < 2005-03-09 09:26  gezelter
1449 <
1450 <        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
1451 <        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
1452 <        and fixed quadrupole stuff
1453 <
1454 < 2005-03-09 09:25  gezelter
1455 <
1456 <        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
1457 <        for outdated charge and dipole interfaces
1458 <
1459 < 2005-03-08 16:08  gezelter
1460 <
1461 <        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
1462 <        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
1463 <        charge-dipole test cases
1464 <
1465 < 2005-03-08 16:07  gezelter
1466 <
1467 <        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
1468 <        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
1469 <        strange icc8 bug (we think).
1470 <
1471 < 2005-03-08 16:07  gezelter
1472 <
1473 <        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
1474 <
1475 < 2005-03-08 16:07  gezelter
1476 <
1477 <        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
1478 <        Unification Project
1479 <
1480 < 2005-03-08 16:07  gezelter
1481 <
1482 <        * src/io/Globals.cpp: Dunno
1483 <
1484 < 2005-03-08 16:06  gezelter
1485 <
1486 <        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
1487 <        OOPSE_itoa and checking a NULL left over from the LinkedList days
1488 <
1489 < 2005-03-08 16:06  gezelter
1490 <
1491 <        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
1492 <        atype_interface.F90, atype_interface.h, charge.F90,
1493 <        charge_interface.F90, charge_interface.h, dipole.F90,
1494 <        dipole_interface.F90, dipole_interface.h: electrostatic unification
1495 <        project fixed an uninitialized variable in Lennard Jones mixing map
1496 <
1497 < 2005-03-08 16:05  gezelter
1498 <
1499 <        * src/UseTheForce/doForces.F90: electrostatic unification project
1500 <
1501 < 2005-03-08 16:05  gezelter
1502 <
1503 <        * samples/water/dimer/: two.md, water.md: making some cool test
1504 <        cases
1505 <
1506 < 2005-03-08 16:05  gezelter
1507 <
1508 <        * forceFields/DUFF2.frc: Added a charge for Chlorine
1509 <
1510 < 2005-03-07 17:39  tim
1511 <
1512 <        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
1513 <        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
1514 <        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
1515 <        Fixing a bug in BitSet.cpp
1516 <
1517 < 2005-03-04 10:28  gezelter
1518 <
1519 <        * src/config.h.in: Cleaning up config.h.in by adding comments
1520 <
1521 < 2005-03-04 10:28  gezelter
1522 <
1523 <        * configure, ac-tools/configure.in, make/Makefile.in,
1524 <        src/brains/SimCreator.cpp: SPRNG eradication project
1525 <
1526 < 2005-03-03 09:40  tim
1527 <
1528 <        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
1529 <        missing atom type problem)
1530 <
1531 < 2005-03-02 11:29  tim
1532 <
1533 <        * src/math/RandNumGen.hpp: adding base class of Random Number
1534 <        generator
1535 <
1536 < 2005-03-02 11:28  tim
1537 <
1538 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1539 <        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
1540 <        Velocitizer is not initialized which causes a seg fault
1541 <
1542 < 2005-03-02 10:36  tim
1543 <
1544 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1545 <        integrators/Velocitizer.hpp, math/Makefile,
1546 <        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
1547 <        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
1548 <        math/SeqRandNumGen.hpp: remove default parameter from
1549 <        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
1550 <        random number generator
1551 <
1552 < 2005-03-02 02:32  tim
1553 <
1554 <        * test/math/testRandNumGen.cpp: Adding unit test for random number
1555 <        generator
1556 <
1557 < 2005-03-01 18:17  tim
1558 <
1559 <        * src/brains/Thermo.hpp: fixed a file inclusion problem
1560 <
1561 < 2005-03-01 18:17  tim
1562 <
1563 <        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
1564 <        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
1565 <        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
1566 <        RandNumGenTestCase.hpp: fixed compilation problem
1567 <
1568 < 2005-03-01 18:02  tim
1569 <
1570 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1571 <        integrators/Velocitizer.hpp, math/Makefile,
1572 <        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
1573 <        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
1574 <        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
1575 <
1576 < 2005-03-01 18:00  tim
1577 <
1578 <        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
1579 <        ParallelandNumGenTestCase.hpp: Change the name of test case
1580 <
1581 < 2005-03-01 16:00  tim
1582 <
1583 <        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
1584 <        OOPSERandNumGenTestCase.hpp: adding testcase for random number
1585 <        generator
1586 <
1587 < 2005-03-01 15:10  tim
1588 <
1589 <        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
1590 <        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
1591 <        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
1592 <        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
1593 <        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
1594 <        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
1595 <        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
1596 <        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
1597 <
1598 < 2005-03-01 14:11  tim
1599 <
1600 <        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
1601 <        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
1602 <        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
1603 <        OOPSERandNumGen
1604 <
1605 < 2005-03-01 10:44  gezelter
1606 <
1607 <        * make/Makefile.in: Fixed the damned build problem with the
1608 <        libraries not being removed in make clean and make distclean (at
1609 <        least we think it is fixed).
1610 <
1611 < 2005-03-01 10:26  gezelter
1612 <
1613 <        * src/math/MersenneTwister.hpp: Making small modifications to allow
1614 <        for use on MPI machines
1615 <
1616 < 2005-03-01 09:45  tim
1617 <
1618 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
1619 <        integrators/Velocitizer.cpp, io/DumpReader.cpp,
1620 <        math/MersenneTwister.hpp: adding MersenneTwister random number
1621 <        generator
1622 <
1623 < 2005-02-28 22:55  tim
1624 <
1625 <        * src/math/MersenneTwister.hpp: Adding a modified version of
1626 <        MersenneTwister.hpp
1627 <
1628 < 2005-02-28 12:24  tim
1629 <
1630 <        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
1631 <        definition.jpg: selection expression
1632 <
1633 < 2005-02-25 16:22  tim
1634 <
1635 <        * src/: UseTheForce/DarkSide/LJ.F90,
1636 <        UseTheForce/DarkSide/lj_interface.F90,
1637 <        UseTheForce/DarkSide/lj_interface.h,
1638 <        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
1639 <        types/AtomType.hpp: adding soft potential to LJ Module
1640 <
1641 < 2005-02-25 11:38  tim
1642 <
1643 <        * doc/SelectionExpression.html: adding documentation for selection
1644 <        expression
1645 <
1646 < 2005-02-24 15:55  tim
1647 <
1648 <        * src/: applications/simpleBuilder/simpleBuilder.cpp,
1649 <        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
1650 <        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
1651 <        adding basic_teebuf which can operate on multiple stream
1652 <        simutaneously.
1653 <
1654 < 2005-02-22 14:26  chrisfen
1655 <
1656 <        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
1657 <        sample
1658 <
1659 < 2005-02-22 13:56  tim
1660 <
1661 <        * src/: UseTheForce/DarkSide/reactionField.F90,
1662 <        primitives/RigidBody.cpp: reactionfield get fixed
1663 <
1664 < 2005-02-21 11:57  tim
1665 <
1666 <        * src/: applications/staticProps/GofRAngle.cpp,
1667 <        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
1668 <        a bug in GofRAngle
1669 <
1670 < 2005-02-21 10:28  tim
1671 <
1672 <        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
1673 <
1674 < 2005-02-21 10:22  tim
1675 <
1676 <        * src/utils/next_combination.hpp: fix for compilation on the Sun
1677 <
1678 < 2005-02-21 10:21  tim
1679 <
1680 <        * src/utils/GenericData.hpp: fix problem in sun
1681 <
1682 < 2005-02-18 18:07  tim
1683 <
1684 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1685 <        applications/dump2Xyz/Dump2XYZ.ggo,
1686 <        applications/dump2Xyz/Dump2XYZCmd.c,
1687 <        applications/dump2Xyz/Dump2XYZCmd.h,
1688 <        applications/dynamicProps/RCorrFunc.cpp,
1689 <        applications/staticProps/GofXyz.cpp,
1690 <        applications/staticProps/GofXyz.hpp,
1691 <        applications/staticProps/StaticProps.cpp,
1692 <        applications/staticProps/StaticProps.ggo,
1693 <        applications/staticProps/StaticPropsCmd.c,
1694 <        applications/staticProps/StaticPropsCmd.h,
1695 <        io/ElectrostaticAtomTypesSectionParser.cpp,
1696 <        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
1697 <        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
1698 <
1699 < 2005-02-18 10:58  gezelter
1700 <
1701 <        * src/brains/Register.cpp: Corrected filename collision for EAM on
1702 <        Mac OS X
1703 <
1704 < 2005-02-18 10:58  gezelter
1705 <
1706 <        * src/applications/oopse/oopse.cpp: Updated copyright information
1707 <
1708 < 2005-02-18 10:58  gezelter
1709 <
1710 <        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
1711 <        Makefile: corrected filename collision for EAM on operating systems
1712 <        which are not case sensitive (aka Mac OS X)
1713 <
1714 < 2005-02-17 15:15  tim
1715 <
1716 <        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
1717 <
1718 < 2005-02-17 14:50  tim
1719 <
1720 <        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
1721 <        in GofXyz
1722 <
1723 < 2005-02-17 14:09  tim
1724 <
1725 <        * src/applications/staticProps/RadialDistrFunc.hpp: make
1726 <        processHistogram non-abstrct function
1727 <
1728 < 2005-02-17 13:41  tim
1729 <
1730 <        * src/applications/staticProps/GofXyz.cpp: [no log message]
1731 <
1732 < 2005-02-17 13:30  tim
1733 <
1734 <        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
1735 <        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
1736 <        finish GofXyz
1737 <
1738 < 2005-02-17 11:21  tim
1739 <
1740 <        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
1741 <        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
1742 <        distribution function
1743 <
1744 < 2005-02-17 10:23  tim
1745 <
1746 <        * src/utils/BitSet.hpp: forget the const correctness for BitSet
1747 <
1748 < 2005-02-17 10:18  tim
1749 <
1750 <        * src/: brains/BlockSnapshotManager.cpp,
1751 <        selection/DistanceFinder.cpp: The change of interface of BitSet
1752 <        cause a bug in SelectionEvaluation
1753 <
1754 < 2005-02-16 16:13  tim
1755 <
1756 <        * src/utils/residentMem.c: return residentMem in byte
1757 <
1758 < 2005-02-16 16:00  tim
1759 <
1760 <        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
1761 <        a bug in writing out the value of cosang
1762 <
1763 < 2005-02-16 15:43  tim
1764 <
1765 <        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
1766 <        estimate avaliable memory
1767 <
1768 < 2005-02-16 15:30  tim
1769 <
1770 <        * src/: applications/staticProps/GofAngle2.cpp,
1771 <        applications/staticProps/GofAngle2.hpp,
1772 <        applications/staticProps/GofR.cpp,
1773 <        applications/staticProps/GofR.hpp,
1774 <        applications/staticProps/GofRAngle.cpp,
1775 <        applications/staticProps/GofRAngle.hpp,
1776 <        applications/staticProps/GofXyz.cpp,
1777 <        applications/staticProps/GofXyz.hpp,
1778 <        applications/staticProps/StaticProps.cpp,
1779 <        applications/staticProps/StaticProps.ggo,
1780 <        applications/staticProps/StaticPropsCmd.c,
1781 <        applications/staticProps/StaticPropsCmd.h,
1782 <        brains/BlockSnapshotManager.cpp: change the default bin number
1783 <
1784 < 2005-02-16 14:36  tim
1785 <
1786 <        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
1787 <        applications/dynamicProps/RCorrFunc.cpp,
1788 <        applications/dynamicProps/TimeCorrFunc.cpp,
1789 <        applications/dynamicProps/VCorrFunc.cpp,
1790 <        applications/staticProps/GofAngle2.cpp,
1791 <        applications/staticProps/GofR.cpp,
1792 <        applications/staticProps/GofR.hpp,
1793 <        applications/staticProps/GofRAngle.cpp,
1794 <        applications/staticProps/GofRAngle.hpp,
1795 <        applications/staticProps/RadialDistrFunc.cpp,
1796 <        applications/staticProps/RadialDistrFunc.hpp,
1797 <        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
1798 <        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
1799 <        files;fix the problem of counting in staticProps
1800 <
1801 < 2005-02-15 14:39  tim
1802 <
1803 <        * src/brains/BlockSnapshotManager.cpp: fix a bug in
1804 <        BlockSnapshotManager
1805 <
1806 < 2005-02-15 14:36  tim
1807 <
1808 <        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
1809 <        applications/staticProps/RadialDistrFunc.cpp,
1810 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1811 <        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
1812 <        reference counting now
1813 <
1814 < 2005-02-15 12:49  tim
1815 <
1816 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
1817 <        replace std::make_pair by VariablesType::value_type to make Sun
1818 <        Compiler happy
1819 <
1820 < 2005-02-15 12:35  tim
1821 <
1822 <        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
1823 <        TokenMap, using TokenMapType::value_type instead of std::make_pair
1824 <        to make Sun compiler happy
1825 <
1826 < 2005-02-15 12:24  tim
1827 <
1828 <        * src/applications/staticProps/: GofRAngle.cpp,
1829 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
1830 <
1831 < 2005-02-15 12:11  tim
1832 <
1833 <        * src/: applications/staticProps/GofR.cpp,
1834 <        applications/staticProps/RadialDistrFunc.cpp,
1835 <        applications/staticProps/RadialDistrFunc.hpp,
1836 <        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
1837 <        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
1838 <        calculation problem when two selections intersect with each other
1839 <
1840 < 2005-02-15 10:24  gezelter
1841 <
1842 <        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
1843 <        xlc++
1844 <
1845 < 2005-02-15 10:17  gezelter
1846 <
1847 <        * configure, ac-tools/configure.in, src/config.h.in,
1848 <        src/utils/residentMem.c: [no log message]
1849 <
1850 < 2005-02-15 01:17  gezelter
1851 <
1852 <        * src/utils/residentMem.c: bug fix for null termination
1853 <
1854 < 2005-02-15 01:11  gezelter
1855 <
1856 <        * configure, ac-tools/configure.in, src/utils/residentMem.c:
1857 <        bugfixing residentMem
1858 <
1859 < 2005-02-15 00:59  gezelter
1860 <
1861 <        * configure, ac-tools/configure.in, src/config.h.in,
1862 <        src/utils/residentMem.c: bugfixes for residentMem on LINUX
1863 <
1864 < 2005-02-15 00:08  gezelter
1865 <
1866 <        * src/utils/Makefile.in: added residentMem
1867 <
1868 < 2005-02-15 00:05  gezelter
1869 <
1870 <        * configure, ac-tools/configure.in, make/Makefile.in,
1871 <        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
1872 <        src/utils/residentMem.h: modifications to estimate memory in use by
1873 <        other processes autoconf fixes ps syntax checking config.h file
1874 <        cleaning
1875 <
1876 < 2005-02-14 18:26  gezelter
1877 <
1878 <        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
1879 <
1880 < 2005-02-14 18:16  gezelter
1881 <
1882 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
1883 <        strangeness
1884 <
1885 < 2005-02-14 14:42  tim
1886 <
1887 <        * src/brains/BlockSnapshotManager.cpp: fix a bug in
1888 <        BlockSnapshotManager.hpp
1889 <
1890 < 2005-02-14 13:51  tim
1891 <
1892 <        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
1893 <        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
1894 <        length of first frame
1895 <
1896 < 2005-02-14 13:12  tim
1897 <
1898 <        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
1899 <        VelocityVerletIntegrator : last frame is written twice
1900 <
1901 < 2005-02-14 12:57  tim
1902 <
1903 <        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
1904 <        brains/SimInfo.cpp, primitives/RigidBody.cpp,
1905 <        primitives/StuntDouble.hpp: begin bug fix
1906 <
1907 < 2005-02-14 12:35  tim
1908 <
1909 <        * src/applications/dynamicProps/: CorrelationFunction.cpp,
1910 <        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
1911 <        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
1912 <        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
1913 <        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
1914 <        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
1915 <        VCorrFunc.hpp: refactory CorrelationFunction
1916 <
1917 < 2005-02-14 10:18  gezelter
1918 <
1919 <        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
1920 <        and start of switch for type of correlation function
1921 <
1922 < 2005-02-13 16:18  tim
1923 <
1924 <        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
1925 <        calculating  bytes per stuntdouble
1926 <
1927 < 2005-02-13 16:03  tim
1928 <
1929 <        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
1930 <
1931 < 2005-02-13 15:57  tim
1932 <
1933 <        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
1934 <        bug in CorrelationFunction
1935 <
1936 < 2005-02-13 15:36  tim
1937 <
1938 <        * src/: applications/staticProps/GofR.cpp,
1939 <        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
1940 <        bug in SimInfo::getCutoff()
1941 <
1942 < 2005-02-13 15:08  tim
1943 <
1944 <        * make/Makefile.in: adding staticProps and dynamicProps into
1945 <        Makefile.in
1946 <
1947 < 2005-02-13 15:05  tim
1948 <
1949 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
1950 <        applications/dynamicProps/CorrelationFunction.hpp,
1951 <        applications/staticProps/StaticProps.cpp,
1952 <        applications/staticProps/StaticProps.ggo,
1953 <        applications/staticProps/StaticPropsCmd.c,
1954 <        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
1955 <        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
1956 <        defaults to the cutoff radius
1957 <
1958 < 2005-02-13 14:14  tim
1959 <
1960 <        * src/utils/Algorithm.hpp: adding Algorithm.hpp
1961 <
1962 < 2005-02-13 14:10  tim
1963 <
1964 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1965 <        applications/dynamicProps/CorrelationFunction.cpp,
1966 <        applications/dynamicProps/CorrelationFunction.hpp,
1967 <        applications/dynamicProps/DynamicProps.cpp,
1968 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1969 <        integrators/Integrator.cpp, integrators/Integrator.hpp,
1970 <        integrators/VelocityVerletIntegrator.cpp,
1971 <        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
1972 <        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
1973 <        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
1974 <        visitors/OtherVisitor.cpp: dynamicProps get built
1975 <
1976 < 2005-02-13 10:56  tim
1977 <
1978 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
1979 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1980 <        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
1981 <        progress
1982 <
1983 < 2005-02-13 03:04  tim
1984 <
1985 <        * src/: applications/dynamicProps/CorrelationFunction.hpp,
1986 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1987 <        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
1988 <        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
1989 <        work in dynamicProps
1990 <
1991 < 2005-02-13 02:25  tim
1992 <
1993 <        * src/applications/dynamicProps/DynamicProps.cpp: adding
1994 <        dynamicProps
1995 <
1996 < 2005-02-13 02:14  tim
1997 <
1998 <        * src/applications/dynamicProps/: DynamicPropsCmd.c,
1999 <        DynamicPropsCmd.h: adding command line option to DynamicProps
2000 <
2001 < 2005-02-13 02:13  tim
2002 <
2003 <        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
2004 <        adding command line option for DynamicProps
2005 <
2006 < 2005-02-13 01:57  tim
2007 <
2008 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
2009 <        applications/dynamicProps/CorrelationFunction.hpp,
2010 <        applications/dynamicProps/DipoleCorrFunc.cpp,
2011 <        applications/dynamicProps/DipoleCorrFunc.hpp,
2012 <        applications/dynamicProps/RCorrFunc.cpp,
2013 <        applications/dynamicProps/RCorrFunc.hpp,
2014 <        applications/dynamicProps/VCorrFunc.cpp,
2015 <        applications/dynamicProps/VCorrFunc.hpp,
2016 <        applications/staticProps/RadialDistrFunc.cpp,
2017 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
2018 <        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
2019 <        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
2020 <        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
2021 <        dynamicProps
2022 <
2023 < 2005-02-12 15:09  tim
2024 <
2025 <        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
2026 <
2027 < 2005-02-11 17:41  tim
2028 <
2029 <        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
2030 <        more constructor to Snapshot to create customized DataStorage
2031 <
2032 < 2005-02-11 17:39  tim
2033 <
2034 <        * src/selection/: DistanceFinder.hpp, Makefile,
2035 <        SelectionManager.hpp: adding beginSelected, nextSelected method to
2036 <        SelectionManager
2037 <
2038 < 2005-02-11 17:36  tim
2039 <
2040 <        * src/config.h.in, configure: adding support for physmem
2041 <
2042 < 2005-02-11 17:35  tim
2043 <
2044 <        * ac-tools/configure.in: adding supprot for physmem
2045 <
2046 < 2005-02-11 17:35  tim
2047 <
2048 <        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
2049 <        physmem
2050 <
2051 < 2005-02-10 17:37  tim
2052 <
2053 <        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
2054 <        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
2055 <        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
2056 <        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2057 <        StaticPropsCmd.h: more work in StaticProps
2058 <
2059 < 2005-02-10 13:14  tim
2060 <
2061 <        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
2062 <        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
2063 <        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
2064 <        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
2065 <        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2066 <        StaticPropsCmd.h: change the filenames
2067 <
2068 < 2005-02-10 09:15  tim
2069 <
2070 <        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
2071 <        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
2072 <        RadialDistrFunc.hpp: adding GofRAngle
2073 <
2074 < 2005-02-09 13:21  tim
2075 <
2076 <        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
2077 <        useless files
2078 <
2079 < 2005-02-09 13:12  tim
2080 <
2081 <        * src/applications/staticProps/: GofR.cpp, Makefile,
2082 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
2083 <
2084 < 2005-02-09 12:08  tim
2085 <
2086 <        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
2087 <        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
2088 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
2089 <
2090 < 2005-02-07 17:39  tim
2091 <
2092 <        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
2093 <        Molecule class
2094 <
2095 < 2005-02-07 17:38  tim
2096 <
2097 <        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
2098 <
2099 < 2005-02-07 17:36  tim
2100 <
2101 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
2102 <        SelectionCompiler.cpp: support select internal index selection, for
2103 <        example, select DMPC.3
2104 <
2105 < 2005-02-07 16:11  tim
2106 <
2107 <        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
2108 <        help info for Dump2XYZ
2109 <
2110 < 2005-02-07 15:39  chrisfen
2111 <
2112 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
2113 <        selection librarys added
2114 <
2115 < 2005-02-07 15:31  tim
2116 <
2117 <        * src/selection/Makefile, make/Makefile.in: adding Makefile
2118 <
2119 < 2005-02-07 15:20  chrisfen
2120 <
2121 <        * src/utils/wildcards.hpp: issue commented out in wildcards
2122 <
2123 < 2005-02-07 15:06  tim
2124 <
2125 <        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
2126 <        which cause reevaluate return NULL
2127 <
2128 < 2005-02-07 14:14  tim
2129 <
2130 <        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
2131 <        SimSnapshotManager.hpp: fix a bug in determing the global index for
2132 <        rigidbodies
2133 <
2134 < 2005-02-07 14:13  tim
2135 <
2136 <        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
2137 <        in Bitset
2138 <
2139 < 2005-02-07 14:13  tim
2140 <
2141 <        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
2142 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
2143 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
2144 <        TokenMap.cpp: selection library is working
2145 <
2146 < 2005-02-04 17:46  tim
2147 <
2148 <        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
2149 <
2150 < 2005-02-04 17:45  tim
2151 <
2152 <        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
2153 <        and XYZVisitor now use selection library
2154 <
2155 < 2005-02-04 17:44  tim
2156 <
2157 <        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
2158 <        adding SelectionManager into SimInfo
2159 <
2160 < 2005-02-04 17:43  tim
2161 <
2162 <        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
2163 <        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
2164 <        selection library
2165 <
2166 < 2005-02-04 17:42  tim
2167 <
2168 <        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
2169 <        in BitSet
2170 <
2171 < 2005-02-04 17:41  tim
2172 <
2173 <        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
2174 <        implementation
2175 <
2176 < 2005-02-04 17:39  tim
2177 <
2178 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
2179 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
2180 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
2181 <        SelectionManager.hpp, Token.hpp: half of the selection utility is
2182 <        working need to debug within keyword and atomproperty keyword
2183 <
2184 < 2005-02-04 00:42  tim
2185 <
2186 <        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
2187 <        get built
2188 <
2189 < 2005-02-04 00:42  tim
2190 <
2191 <        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
2192 <
2193 < 2005-02-04 00:26  tim
2194 <
2195 <        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
2196 <        remove some useless files
2197 <
2198 < 2005-02-03 23:57  tim
2199 <
2200 <        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
2201 <        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
2202 <        adding wildcard class; NameFinder is finished
2203 <
2204 < 2005-02-03 18:14  tim
2205 <
2206 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
2207 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
2208 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
2209 <        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
2210 <        selection library
2211 <
2212 < 2005-02-03 09:04  tim
2213 <
2214 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
2215 <        selection in progress
2216 <
2217 < 2005-02-02 18:13  tim
2218 <
2219 <        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
2220 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
2221 <        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
2222 <        progress, except SelectionEvaluator, other files are compiled
2223 <
2224 < 2005-02-02 18:12  tim
2225 <
2226 <        * src/utils/: Makefile.in, any.hpp: adding boost::any
2227 <
2228 < 2005-02-02 07:51  tim
2229 <
2230 <        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
2231 <
2232 < 2005-02-01 17:49  tim
2233 <
2234 <        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
2235 <        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
2236 <        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
2237 <        selection/Token.hpp: Selection in progress
2238 <
2239 < 2005-02-01 01:55  tim
2240 <
2241 <        * src/: selection/SelectionCompiler.hpp,
2242 <        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
2243 <        selection/SelectionManager.hpp, selection/Token.hpp,
2244 <        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
2245 <
2246 < 2005-01-26 10:26  tim
2247 <
2248 <        * src/integrators/: Integrator.cpp, Integrator.hpp,
2249 <        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
2250 <        to add eorWriter
2251 <
2252 < 2005-01-26 10:15  tim
2253 <
2254 <        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
2255 <        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
2256 <        wrong column of electroframe
2257 <
2258 < 2005-01-25 16:59  tim
2259 <
2260 <        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
2261 <        SimInfo, use number of cutoff stamp as counter to loop over
2262 <        rigidbody stamp
2263 <
2264 < 2005-01-25 12:45  tim
2265 <
2266 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2267 <        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
2268 <        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
2269 <        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
2270 <        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
2271 <        io/EAMAtomTypesSectionParser.cpp,
2272 <        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
2273 <        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
2274 <        io/StickyAtomTypesSectionParser.cpp,
2275 <        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
2276 <        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
2277 <        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
2278 <        primitives/GhostTorsion.hpp, primitives/Makefile,
2279 <        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
2280 <        section parser's error message (2) add GhostTorsion (3) accumulate
2281 <        inertial tensor from the directional atoms before calculate
2282 <        rigidbody's inertial tensor
2283 <
2284 < 2005-01-17 17:17  tim
2285 <
2286 <        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
2287 <
2288 < 2005-01-17 11:58  tim
2289 <
2290 <        * src/integrators/NVT.cpp: fix a bug in loading initial extended
2291 <        system parameters
2292 <
2293 < 2005-01-17 11:05  tim
2294 <
2295 <        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
2296 <
2297 < 2005-01-14 17:02  tim
2298 <
2299 <        * src/UseTheForce/WATER.cpp: remove WATER.cpp
2300 <
2301 < 2005-01-14 16:37  tim
2302 <
2303 <        * forceFields/Makefile: sync Makefile
2304 <
2305 < 2005-01-14 16:13  gezelter
2306 <
2307 <        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
2308 <        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
2309 <        src/applications/dump2Xyz/Makefile,
2310 <        src/applications/oopse/Makefile,
2311 <        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
2312 <        src/constraints/Makefile, src/integrators/Makefile,
2313 <        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
2314 <        src/primitives/Makefile, src/profiling/Makefile,
2315 <        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
2316 <        src/visitors/Makefile: moved Package variable into subdirectory
2317 <        makefiles to speed up the building process
2318 <
2319 < 2005-01-14 15:48  gezelter
2320 <
2321 <        * src/applications/oopse/oopse.cpp: Fixed publication details in
2322 <        banner
2323 <
2324 < 2005-01-14 15:48  gezelter
2325 <
2326 <        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
2327 <        simParallel_interface.h: added dummy subroutine to avoid empty
2328 <        unit, synchronized this dummy routine between C and fortran
2329 <
2330 < 2005-01-14 15:31  gezelter
2331 <
2332 <        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
2333 <        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
2334 <        DarkSide/Makefile, DarkSide/atype.F90,
2335 <        DarkSide/atype_interface.F90, DarkSide/charge.F90,
2336 <        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
2337 <        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
2338 <        DarkSide/eam_interface.F90, DarkSide/gb.F90,
2339 <        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
2340 <        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
2341 <        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
2342 <        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
2343 <        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
2344 <        modules and C/Fortran interface subroutines
2345 <
2346 < 2005-01-14 15:15  gezelter
2347 <
2348 <        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
2349 <
2350 < 2005-01-14 15:09  gezelter
2351 <
2352 <        * configure, ac-tools/configure.in, src/config.h.in,
2353 <        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
2354 <
2355 < 2005-01-14 11:49  tim
2356 <
2357 <        * src/: io/EAMAtomTypesSectionParser.cpp,
2358 <        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
2359 <        utils/StringUtils.hpp: using c library to do conversion instead of
2360 <        using iostream due to a bug in libstdc++(GCC 3.2)
2361 <
2362 < 2005-01-13 21:40  tim
2363 <
2364 <        * src/brains/SimSetup.cpp: no message
2365 <
2366 < 2005-01-13 20:56  tim
2367 <
2368 <        * src/primitives/Molecule.hpp: fix a bug in global index
2369 <
2370 < 2005-01-13 20:04  tim
2371 <
2372 <        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
2373 <        Integrator.hpp in Minimizer
2374 <
2375 < 2005-01-13 17:14  gezelter
2376 <
2377 <        * src/utils/Makefile: compile getopt and getopt1 if we need to
2378 <
2379 < 2005-01-13 16:56  gezelter
2380 <
2381 <        * make/Makefile.in: template flags
2382 <
2383 < 2005-01-13 16:48  gezelter
2384 <
2385 <        * src/applications/oopse/Makefile: formatting
2386 <
2387 < 2005-01-13 16:48  gezelter
2388 <
2389 <        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
2390 <        target
2391 <
2392 < 2005-01-13 14:40  tim
2393 <
2394 <        * src/: UseTheForce/fSwitchingFunction.h,
2395 <        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
2396 <        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
2397 <        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
2398 <        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
2399 <
2400 < 2005-01-13 13:26  tim
2401 <
2402 <        * make/Makefile.in: change the order of linking (object file comes
2403 <        first and then follow by user built library)
2404 <
2405 < 2005-01-12 18:24  tim
2406 <
2407 <        * src/io/DumpWriter.cpp: remove useless debug info
2408 <
2409 < 2005-01-12 18:21  tim
2410 <
2411 <        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
2412 <
2413 < 2005-01-12 18:17  tim
2414 <
2415 <        * make/: Makefile.in, Makefile.in: missing tab
2416 <
2417 < 2005-01-12 18:15  tim
2418 <
2419 <        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
2420 <        get fixed
2421 <
2422 < 2005-01-12 17:40  gezelter
2423 <
2424 <        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
2425 <        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
2426 <        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
2427 <        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
2428 <        src/UseTheForce/ForceFieldCreator.hpp,
2429 <        src/UseTheForce/ForceFieldFactory.cpp,
2430 <        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
2431 <        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
2432 <        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
2433 <        src/UseTheForce/fSwitchingFunction.h,
2434 <        src/UseTheForce/mpiComponentPlan.h,
2435 <        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
2436 <        src/UseTheForce/notifyCutoffs.F90,
2437 <        src/UseTheForce/notifyCutoffs_interface.h,
2438 <        src/UseTheForce/DarkSide/LJ.F90,
2439 <        src/UseTheForce/DarkSide/atype.F90,
2440 <        src/UseTheForce/DarkSide/atype_interface.h,
2441 <        src/UseTheForce/DarkSide/charge.F90,
2442 <        src/UseTheForce/DarkSide/charge_interface.h,
2443 <        src/UseTheForce/DarkSide/dipole.F90,
2444 <        src/UseTheForce/DarkSide/dipole_interface.h,
2445 <        src/UseTheForce/DarkSide/eam.F90,
2446 <        src/UseTheForce/DarkSide/eam_interface.h,
2447 <        src/UseTheForce/DarkSide/force_globals.F90,
2448 <        src/UseTheForce/DarkSide/gb.F90,
2449 <        src/UseTheForce/DarkSide/gb_interface.h,
2450 <        src/UseTheForce/DarkSide/lj_interface.h,
2451 <        src/UseTheForce/DarkSide/neighborLists.F90,
2452 <        src/UseTheForce/DarkSide/reactionField.F90,
2453 <        src/UseTheForce/DarkSide/shapes.F90,
2454 <        src/UseTheForce/DarkSide/shapes_interface.h,
2455 <        src/UseTheForce/DarkSide/simParallel.F90,
2456 <        src/UseTheForce/DarkSide/simParallel_interface.h,
2457 <        src/UseTheForce/DarkSide/simulation.F90,
2458 <        src/UseTheForce/DarkSide/simulation_interface.h,
2459 <        src/UseTheForce/DarkSide/sticky.F90,
2460 <        src/UseTheForce/DarkSide/sticky_interface.h,
2461 <        src/UseTheForce/DarkSide/switcheroo.F90,
2462 <        src/applications/Makedepend, src/applications/quickLate.c,
2463 <        src/applications/dump2Xyz/Dump2XYZ.cpp,
2464 <        src/applications/oopse/oopse.cpp,
2465 <        src/applications/simpleBuilder/BaseLattice.cpp,
2466 <        src/applications/simpleBuilder/BaseLattice.hpp,
2467 <        src/applications/simpleBuilder/Lattice.cpp,
2468 <        src/applications/simpleBuilder/Lattice.hpp,
2469 <        src/applications/simpleBuilder/LatticeCreator.cpp,
2470 <        src/applications/simpleBuilder/LatticeCreator.hpp,
2471 <        src/applications/simpleBuilder/LatticeFactory.cpp,
2472 <        src/applications/simpleBuilder/LatticeFactory.hpp,
2473 <        src/applications/simpleBuilder/MoLocator.cpp,
2474 <        src/applications/simpleBuilder/MoLocator.hpp,
2475 <        src/applications/simpleBuilder/simpleBuilder.cpp,
2476 <        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
2477 <        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
2478 <        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
2479 <        src/brains/Makefile, src/brains/Migrator.hpp,
2480 <        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
2481 <        src/brains/Register.cpp, src/brains/Register.hpp,
2482 <        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
2483 <        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
2484 <        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
2485 <        src/brains/SimSnapshotManager.cpp,
2486 <        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
2487 <        src/brains/SimState.hpp, src/brains/SkipList.cpp,
2488 <        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
2489 <        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
2490 <        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
2491 <        src/brains/Thermo.hpp, src/brains/fSimulation.h,
2492 <        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
2493 <        src/constraints/AbstractClasses.hpp,
2494 <        src/constraints/ConstraintElem.hpp,
2495 <        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
2496 <        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
2497 <        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
2498 <        src/constraints/ZconsStruct.hpp,
2499 <        src/constraints/ZconstraintForceManager.cpp,
2500 <        src/constraints/ZconstraintForceManager.hpp,
2501 <        src/integrators/AbstractClasses.hpp,
2502 <        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
2503 <        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
2504 <        src/integrators/Integrator.hpp,
2505 <        src/integrators/IntegratorCreator.hpp,
2506 <        src/integrators/IntegratorFactory.cpp,
2507 <        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
2508 <        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
2509 <        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
2510 <        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
2511 <        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
2512 <        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
2513 <        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
2514 <        src/integrators/RotationAlgorithm.hpp,
2515 <        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
2516 <        src/integrators/VelocityVerletIntegrator.cpp,
2517 <        src/integrators/VelocityVerletIntegrator.hpp,
2518 <        src/io/AtomTypesSectionParser.cpp,
2519 <        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
2520 <        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
2521 <        src/io/BendTypesSectionParser.cpp,
2522 <        src/io/BendTypesSectionParser.hpp,
2523 <        src/io/BondTypesSectionParser.cpp,
2524 <        src/io/BondTypesSectionParser.hpp,
2525 <        src/io/DirectionalAtomTypesSectionParser.cpp,
2526 <        src/io/DirectionalAtomTypesSectionParser.hpp,
2527 <        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
2528 <        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
2529 <        src/io/EAMAtomTypesSectionParser.cpp,
2530 <        src/io/EAMAtomTypesSectionParser.hpp,
2531 <        src/io/ElectrostaticAtomTypesSectionParser.cpp,
2532 <        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
2533 <        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
2534 <        src/io/LennardJonesAtomTypesSectionParser.cpp,
2535 <        src/io/LennardJonesAtomTypesSectionParser.hpp,
2536 <        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
2537 <        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
2538 <        src/io/Makefile, src/io/SectionParser.cpp,
2539 <        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
2540 <        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
2541 <        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
2542 <        src/io/StickyAtomTypesSectionParser.hpp,
2543 <        src/io/TorsionTypesSectionParser.cpp,
2544 <        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
2545 <        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
2546 <        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
2547 <        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
2548 <        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
2549 <        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
2550 <        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
2551 <        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
2552 <        src/math/MatVec3.h, src/math/Polynomial.hpp,
2553 <        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
2554 <        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
2555 <        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
2556 <        src/math/Vector.hpp, src/math/Vector3.hpp,
2557 <        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
2558 <        src/minimizers/CGFamilyMinimizer.cpp,
2559 <        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
2560 <        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
2561 <        src/minimizers/MinimizerCreator.hpp,
2562 <        src/minimizers/MinimizerFactory.cpp,
2563 <        src/minimizers/MinimizerFactory.hpp,
2564 <        src/minimizers/MinimizerParameterSet.cpp,
2565 <        src/minimizers/MinimizerParameterSet.hpp,
2566 <        src/minimizers/OOPSEMinimizer.cpp,
2567 <        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
2568 <        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
2569 <        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
2570 <        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
2571 <        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
2572 <        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
2573 <        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
2574 <        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
2575 <        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
2576 <        src/primitives/GhostBend.hpp, src/primitives/Makefile,
2577 <        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
2578 <        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
2579 <        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
2580 <        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
2581 <        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
2582 <        src/primitives/UreyBradleyBend.cpp,
2583 <        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
2584 <        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
2585 <        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
2586 <        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
2587 <        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
2588 <        src/types/BendType.hpp, src/types/BondStamp.cpp,
2589 <        src/types/BondStamp.hpp, src/types/BondType.hpp,
2590 <        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
2591 <        src/types/Component.cpp, src/types/Component.hpp,
2592 <        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
2593 <        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
2594 <        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
2595 <        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
2596 <        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
2597 <        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
2598 <        src/types/Makefile, src/types/MoleculeStamp.cpp,
2599 <        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
2600 <        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
2601 <        src/types/PolynomialBondType.hpp,
2602 <        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
2603 <        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
2604 <        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
2605 <        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
2606 <        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
2607 <        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
2608 <        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
2609 <        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
2610 <        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
2611 <        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
2612 <        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
2613 <        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
2614 <        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
2615 <        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
2616 <        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
2617 <        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
2618 <        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
2619 <        src/utils/Utility.cpp, src/utils/Utility.hpp,
2620 <        src/utils/definitions.F90, src/utils/fError.c,
2621 <        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
2622 <        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
2623 <        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
2624 <        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
2625 <        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
2626 <        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
2627 <        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
2628 <        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
2629 <        src/visitors/ZconsVisitor.hpp: merging new_design branch into
2630 <        OOPSE-2.0
2631 <
2632 < 2005-01-12 13:13  tim
2633 <
2634 <        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
2635 <        utils/TypeContainer.hpp: forget to include <algorithm>
2636 <
2637 < 2005-01-12 12:25  tim
2638 <
2639 <        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
2640 <        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
2641 <        fields
2642 <
2643 < 2005-01-12 12:14  tim
2644 <
2645 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2646 <        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
2647 <        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
2648 <        UseTheForce/ForceFieldCreator.hpp,
2649 <        UseTheForce/ForceFieldFactory.cpp,
2650 <        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
2651 <        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
2652 <        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
2653 <        UseTheForce/notifyCutoffs.F90,
2654 <        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
2655 <        UseTheForce/DarkSide/atype.F90,
2656 <        UseTheForce/DarkSide/atype_interface.h,
2657 <        UseTheForce/DarkSide/charge.F90,
2658 <        UseTheForce/DarkSide/charge_interface.h,
2659 <        UseTheForce/DarkSide/dipole.F90,
2660 <        UseTheForce/DarkSide/dipole_interface.h,
2661 <        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
2662 <        UseTheForce/DarkSide/force_globals.F90,
2663 <        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
2664 <        UseTheForce/DarkSide/lj_interface.h,
2665 <        UseTheForce/DarkSide/neighborLists.F90,
2666 <        UseTheForce/DarkSide/reactionField.F90,
2667 <        UseTheForce/DarkSide/shapes.F90,
2668 <        UseTheForce/DarkSide/shapes_interface.h,
2669 <        UseTheForce/DarkSide/simParallel.F90,
2670 <        UseTheForce/DarkSide/simParallel_interface.h,
2671 <        UseTheForce/DarkSide/simulation.F90,
2672 <        UseTheForce/DarkSide/simulation_interface.h,
2673 <        UseTheForce/DarkSide/sticky.F90,
2674 <        UseTheForce/DarkSide/sticky_interface.h,
2675 <        UseTheForce/DarkSide/switcheroo.F90,
2676 <        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
2677 <        applications/simpleBuilder/BaseLattice.cpp,
2678 <        applications/simpleBuilder/BaseLattice.hpp,
2679 <        applications/simpleBuilder/Lattice.cpp,
2680 <        applications/simpleBuilder/Lattice.hpp,
2681 <        applications/simpleBuilder/LatticeCreator.cpp,
2682 <        applications/simpleBuilder/LatticeCreator.hpp,
2683 <        applications/simpleBuilder/LatticeFactory.cpp,
2684 <        applications/simpleBuilder/LatticeFactory.hpp,
2685 <        applications/simpleBuilder/MoLocator.cpp,
2686 <        applications/simpleBuilder/MoLocator.hpp,
2687 <        applications/simpleBuilder/simpleBuilder.cpp,
2688 <        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
2689 <        brains/Exclude.hpp, brains/ForceManager.cpp,
2690 <        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
2691 <        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
2692 <        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
2693 <        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2694 <        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
2695 <        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
2696 <        brains/Snapshot.cpp, brains/Snapshot.hpp,
2697 <        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
2698 <        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
2699 <        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
2700 <        constraints/Rattle.cpp, constraints/Rattle.hpp,
2701 <        constraints/ZconsStruct.hpp,
2702 <        constraints/ZconstraintForceManager.cpp,
2703 <        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
2704 <        integrators/DLM.hpp, integrators/Integrator.cpp,
2705 <        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
2706 <        integrators/IntegratorFactory.cpp,
2707 <        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
2708 <        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
2709 <        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
2710 <        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
2711 <        integrators/NVT.cpp, integrators/NVT.hpp,
2712 <        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
2713 <        integrators/Velocitizer.hpp,
2714 <        integrators/VelocityVerletIntegrator.cpp,
2715 <        integrators/VelocityVerletIntegrator.hpp,
2716 <        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
2717 <        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
2718 <        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
2719 <        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2720 <        io/BondTypesSectionParser.hpp,
2721 <        io/DirectionalAtomTypesSectionParser.cpp,
2722 <        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
2723 <        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
2724 <        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
2725 <        io/ElectrostaticAtomTypesSectionParser.cpp,
2726 <        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
2727 <        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
2728 <        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
2729 <        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
2730 <        io/SectionParser.cpp, io/SectionParser.hpp,
2731 <        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
2732 <        io/StatWriter.cpp, io/StatWriter.hpp,
2733 <        io/StickyAtomTypesSectionParser.cpp,
2734 <        io/StickyAtomTypesSectionParser.hpp,
2735 <        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
2736 <        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
2737 <        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
2738 <        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
2739 <        io/node_list.h, io/parse_interface.h, io/parse_me.h,
2740 <        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
2741 <        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
2742 <        math/Polynomial.hpp, math/Quaternion.hpp,
2743 <        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
2744 <        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
2745 <        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
2746 <        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
2747 <        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
2748 <        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
2749 <        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
2750 <        minimizers/MinimizerParameterSet.cpp,
2751 <        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
2752 <        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
2753 <        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
2754 <        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
2755 <        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
2756 <        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
2757 <        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
2758 <        primitives/Molecule.cpp, primitives/Molecule.hpp,
2759 <        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
2760 <        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
2761 <        primitives/Torsion.cpp, primitives/Torsion.hpp,
2762 <        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
2763 <        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
2764 <        restraints/Restraints.cpp, restraints/Restraints.hpp,
2765 <        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
2766 <        types/AtomType.hpp, types/AtomTypeProperties.h,
2767 <        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
2768 <        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
2769 <        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
2770 <        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
2771 <        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
2772 <        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
2773 <        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
2774 <        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
2775 <        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
2776 <        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
2777 <        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
2778 <        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
2779 <        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
2780 <        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
2781 <        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
2782 <        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
2783 <        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
2784 <        types/TorsionStamp.hpp, types/TorsionType.hpp,
2785 <        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
2786 <        types/ZconStamp.hpp, utils/GenericData.hpp,
2787 <        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
2788 <        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
2789 <        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
2790 <        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
2791 <        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
2792 <        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
2793 <        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
2794 <        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
2795 <        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
2796 <        utils/simError.c, utils/simError.h, utils/status.F90,
2797 <        utils/vector_class.F90, visitors/AtomData.hpp,
2798 <        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
2799 <        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
2800 <        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
2801 <        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
2802 <        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
2803 <        visitors/ZconsVisitor.hpp: change license
2804 <
2805 < 2005-01-12 12:14  tim
2806 <
2807 <        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
2808 <        branch new_design.
2809 <
2810 < 2005-01-11 16:03  tim
2811 <
2812 <        * src/: constraints/ZconstraintForceManager.cpp,
2813 <        constraints/ZconstraintForceManager.hpp,
2814 <        minimizers/MinimizerParameterSet.cpp,
2815 <        minimizers/MinimizerParameterSet.hpp: change const static double
2816 <        data member to const double
2817 <
2818 < 2005-01-11 15:50  tim
2819 <
2820 <        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
2821 <
2822 < 2005-01-11 15:39  tim
2823 <
2824 <        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
2825 <        change data type from logical to integer in AtomTypeProperties.h
2826 <
2827 < 2005-01-11 11:36  tim
2828 <
2829 <        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
2830 <        new format of EAM force field
2831 <
2832 < 2005-01-11 11:24  tim
2833 <
2834 <        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
2835 <        to DUFF2.frc
2836 <
2837 < 2005-01-11 11:23  tim
2838 <
2839 <        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
2840 <        DUFF2.frc
2841 <
2842 < 2005-01-11 11:09  tim
2843 <
2844 <        * make/Makefile.in: adding constraints and minimizers into
2845 <        Makefile.in
2846 <
2847 < 2005-01-11 11:03  tim
2848 <
2849 <        * src/io/: ChargeAtomTypesSectionParser.cpp,
2850 <        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
2851 <        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
2852 <        files
2853 <
2854 < 2005-01-11 10:59  tim
2855 <
2856 <        * src/io/ZConsWriter.cpp: [no log message]
2857 <
2858 < 2005-01-11 10:53  tim
2859 <
2860 <        * src/UseTheForce/EAM.cpp: minor fix
2861 <
2862 < 2005-01-11 10:52  tim
2863 <
2864 <        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
2865 <        on branch new_design.
2866 <
2867 < 2005-01-11 10:52  tim
2868 <
2869 <        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
2870 <        on branch new_design.
2871 <
2872 < 2005-01-11 10:52  tim
2873 <
2874 <        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
2875 <
2876 < 2005-01-11 10:47  tim
2877 <
2878 <        * make/Makefile.in: forget a '$' sign
2879 <
2880 < 2005-01-11 10:46  tim
2881 <
2882 <        * make/Makefile.in: missing tab in rules
2883 <
2884 < 2005-01-10 17:04  tim
2885 <
2886 <        * src/: UseTheForce/ForceFieldCreator.cpp,
2887 <        UseTheForce/ForceFieldCreator.hpp,
2888 <        UseTheForce/ForceFieldFactory.cpp,
2889 <        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
2890 <        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
2891 <        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
2892 <        brains/Register.cpp, brains/Register.hpp,
2893 <        integrators/IntegratorCreator.cpp,
2894 <        integrators/IntegratorCreator.hpp,
2895 <        integrators/IntegratorFactory.cpp,
2896 <        integrators/IntegratorFactory.hpp, integrators/Makefile,
2897 <        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
2898 <        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
2899 <        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
2900 <        minimizers/MinimizerFactory.hpp: create a register module to
2901 <        register force fields, integrators and minimizers
2902 <
2903 < 2005-01-10 17:04  tim
2904 <
2905 <        * src/brains/Register.cpp: file Register.cpp was initially added on
2906 <        branch new_design.
2907 <
2908 < 2005-01-10 17:04  tim
2909 <
2910 <        * src/brains/Register.hpp: file Register.hpp was initially added on
2911 <        branch new_design.
2912 <
2913 < 2005-01-10 15:52  tim
2914 <
2915 <        * src/: UseTheForce/ForceFieldFactory.cpp,
2916 <        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
2917 <        constraints/ZconstraintForceManager.cpp,
2918 <        constraints/ZconstraintForceManager.hpp,
2919 <        integrators/IntegratorFactory.cpp,
2920 <        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
2921 <        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
2922 <        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
2923 <        method is working now
2924 <
2925 < 2005-01-10 13:05  tim
2926 <
2927 <        * src/: constraints/ConstraintElem.hpp,
2928 <        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
2929 <        constraints/ZconstraintForceManager.cpp,
2930 <        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
2931 <        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
2932 <        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
2933 <        zconstraint
2934 <
2935 < 2005-01-10 13:05  tim
2936 <
2937 <        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
2938 <        initially added on branch new_design.
2939 <
2940 < 2005-01-07 16:50  tim
2941 <
2942 <        * src/constraints/ZconstraintForceManager.cpp: file
2943 <        ZconstraintForceManager.cpp was initially added on branch
2944 <        new_design.
2945 <
2946 < 2005-01-07 16:50  tim
2947 <
2948 <        * src/constraints/ZconstraintForceManager.hpp: file
2949 <        ZconstraintForceManager.hpp was initially added on branch
2950 <        new_design.
2951 <
2952 < 2005-01-07 16:50  tim
2953 <
2954 <        * src/: applications/simpleBuilder/BaseLattice.hpp,
2955 <        applications/simpleBuilder/Lattice.hpp,
2956 <        applications/simpleBuilder/LatticeCreator.hpp,
2957 <        applications/simpleBuilder/LatticeFactory.hpp,
2958 <        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
2959 <        constraints/ConstraintElem.hpp, constraints/Makefile,
2960 <        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
2961 <        constraints/ZconstraintForceManager.cpp,
2962 <        constraints/ZconstraintForceManager.hpp,
2963 <        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
2964 <        utils/NumericConstant.hpp: ZConstraintForceManager in progress
2965 <
2966 < 2005-01-07 16:50  tim
2967 <
2968 <        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
2969 <        initially added on branch new_design.
2970 <
2971 < 2005-01-06 17:31  tim
2972 <
2973 <        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
2974 <        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2975 <        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
2976 <        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
2977 <        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
2978 <        constraint is almost working
2979 <
2980 < 2005-01-05 19:36  tim
2981 <
2982 <        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
2983 <        working
2984 <
2985 < 2005-01-05 19:16  tim
2986 <
2987 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2988 <        applications/oopse/oopse.cpp,
2989 <        applications/simpleBuilder/BaseLattice.cpp,
2990 <        applications/simpleBuilder/Lattice.cpp,
2991 <        applications/simpleBuilder/LatticeFactory.cpp,
2992 <        applications/simpleBuilder/LatticeFactory.hpp,
2993 <        applications/simpleBuilder/MoLocator.cpp,
2994 <        applications/simpleBuilder/MoLocator.hpp,
2995 <        applications/simpleBuilder/simpleBuilder.cpp,
2996 <        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
2997 <        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
2998 <        in progress
2999 <
3000 < 2005-01-05 12:35  tim
3001 <
3002 <        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
3003 <        was initially added on branch new_design.
3004 <
3005 < 2005-01-05 12:35  tim
3006 <
3007 <        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
3008 <        added on branch new_design.
3009 <
3010 < 2005-01-05 12:35  tim
3011 <
3012 <        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
3013 <        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
3014 <        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
3015 <        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
3016 <        SDMinimizer.hpp: minimizer in progress
3017 <
3018 < 2005-01-05 12:35  tim
3019 <
3020 <        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
3021 <        was initially added on branch new_design.
3022 <
3023 < 2005-01-05 12:35  tim
3024 <
3025 <        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
3026 <        was initially added on branch new_design.
3027 <
3028 < 2005-01-05 12:35  tim
3029 <
3030 <        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
3031 <        was initially added on branch new_design.
3032 <
3033 < 2005-01-05 12:35  tim
3034 <
3035 <        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
3036 <        added on branch new_design.
3037 <
3038 < 2005-01-04 17:18  tim
1 > 2007-05-01 10:59  chuckv
2 >
3 >        * samples/bond-order/: Readme.txt, surface_icosahedron.md: Added md
4 >        file for half of a icosahedron.
5 >
6 > 2007-04-20 11:15  chrisfen
7 >
8 >        * src/: UseTheForce/doForces.F90,
9 >        UseTheForce/doForces_interface.F90,
10 >        UseTheForce/doForces_interface.h, UseTheForce/DarkSide/LJ.F90,
11 >        brains/SimInfo.cpp, brains/SimInfo.hpp,
12 >        hydrodynamics/Ellipsoid.cpp, integrators/LDForceManager.cpp,
13 >        restraints/Restraints.cpp, types/TorsionStamp.hpp: SF Lennard-Jones
14 >        was added for everyones' enjoyment.  The behavior is tethered to
15 >        the electrostaticSummationMethod keyword.
16 >
17 > 2007-04-11 16:27  chuckv
18 >
19 >        * src/applications/staticProps/: BOPofR.cpp, BOPofR.hpp, Makefile,
20 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
21 >        StaticPropsCmd.h: Added Bond Order Parameter as a function of
22 >        radius.
23 >
24 > 2007-04-09 11:24  gezelter
25 >
26 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: more changes for
27 >        atomic virials and Lennard-Jones force switching
28 >
29 > 2007-04-06 14:53  gezelter
30 >
31 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/LJ.F90,
32 >        UseTheForce/DarkSide/simulation.F90, brains/ForceManager.cpp,
33 >        brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
34 >        brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
35 >        brains/fSimulation.h, integrators/LDForceManager.cpp,
36 >        integrators/LDForceManager.hpp,
37 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
38 >        io/Globals.hpp, primitives/RigidBody.cpp, primitives/RigidBody.hpp:
39 >        Massive update to do virials (both atomic and cutoff-group)
40 >        correctly.  The rigid body constraint contributions had been
41 >        missing and this was masked by the use of cutoff groups...
42 >
43 > 2007-03-07 15:07  gezelter
44 >
45 >        * samples/water/ice_surfaces/secondary_prism.md: Adding a starter
46 >        file for the secondary prism {1,1,-2,0} face.
47 >
48 > 2007-03-07 11:29  gezelter
49 >
50 >        * samples/water/ice_surfaces/: basal.md, prism2.md, water.md:
51 >        adding new ice surface files
52 >
53 > 2007-03-05 16:01  chrisfen
54 >
55 >        * src/applications/utilities/waterBoxer: forgot a tolerance for
56 >        simple cubic lattice magic number determination
57 >
58 > 2007-02-27 16:53  chuckv
59 >
60 >        * src/UseTheForce/DarkSide/electrostatic.F90: Fixed conversion bug
61 >        in self_self, when adding self energy to mypot, energy needs to be
62 >        converted by pre11.
63 >
64 > 2007-02-25 20:45  chuckv
65 >
66 >        * src/: UseTheForce/DarkSide/neighborLists_interface.h,
67 >        brains/SimInfo.cpp: Fixed a bug in NeighborListNeighbors.
68 >
69 > 2007-02-02 10:55  chuckv
70 >
71 >        * src/integrators/LDForceManager.cpp: Spherical boundary
72 >        conditions.
73 >
74 > 2007-01-22 14:27  gezelter
75 >
76 >        * src/applications/utilities/: md-solvator, waterBoxer: fixed a bug
77 >        in waterBoxer
78 >
79 > 2007-01-16 14:18  chuckv
80 >
81 >        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: Support for
82 >        printPosOnly in Dump2XYZ.
83 >
84 > 2007-01-16 14:17  chuckv
85 >
86 >        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
87 >        Dump2XYZCmd.c, Dump2XYZCmd.h: Added printPosOnly to Dump2XYZ as a
88 >        userbase(BETH) request.
89 >
90 > 2007-01-11 13:46  gezelter
91 >
92 >        * src/applications/utilities/md-solvator: adding md-solvator
93 >
94 > 2007-01-08 19:42  gezelter
95 >
96 >        * src/applications/utilities/waterBoxer: Added the ability of
97 >        waterBoxer to deal with non-cubical boxes.
98 >
99 > 2007-01-08 13:32  chuckv
100 >
101 >        * src/applications/dynamicProps/: ThetaCorrFunc.cpp,
102 >        ThetaCorrFunc.hpp: Added thetacorr functions to dynamic props.
103 >
104 > 2007-01-08 13:29  chuckv
105 >
106 >        * src/UseTheForce/DarkSide/simParallel.F90: Added more error
107 >        reporting to simParallel.
108 >
109 > 2007-01-03 12:46  chuckv
110 >
111 >        * src/: applications/dynamicProps/DynamicProps.cpp,
112 >        applications/dynamicProps/DynamicProps.ggo,
113 >        applications/dynamicProps/DynamicPropsCmd.c,
114 >        applications/dynamicProps/DynamicPropsCmd.h,
115 >        applications/dynamicProps/Makefile,
116 >        applications/dynamicProps/RadialRCorrFunc.cpp,
117 >        applications/dynamicProps/RadialRCorrFunc.hpp, brains/Snapshot.cpp,
118 >        brains/Snapshot.hpp, io/DumpReader.cpp, primitives/StuntDouble.hpp:
119 >        Changes to add thetacorr to dynamic props and fixes to radial
120 >        rcorr.
121 >
122 > 2007-01-02 20:40  chuckv
123 >
124 >        * src/applications/dynamicProps/Makefile: Remove snapshotcentroid
125 >        from makefile.
126 >
127 > 2007-01-02 20:40  chuckv
128 >
129 >        * src/applications/dynamicProps/: RadialRCorrFunc.cpp,
130 >        RadialRCorrFunc.hpp, SnapshotCentroid.cpp, SnapshotCentroid.hpp:
131 >        Removeing snapshot centroid and adding support for COM calculaton
132 >        from snapshot.
133 >
134 > 2007-01-02 12:42  chuckv
135 >
136 >        * src/applications/utilities/mdSplit: More changes to mdsplit.
137 >
138 > 2007-01-02 12:30  chuckv
139 >
140 >        * src/applications/utilities/mdSplit: Breaking more mdsplit
141 >        stuff....
142 >
143 > 2007-01-02 12:12  chuckv
144 >
145 >        * src/applications/utilities/mdSplit: Changed how mdsplit gets file
146 >        names. Full path is now removed from name.
147 >
148 > 2006-12-29 13:57  gezelter
149 >
150 >        * src/brains/: BlockSnapshotManager.cpp, BlockSnapshotManager.hpp:
151 >        Fixing an implementation problem
152 >
153 > 2006-12-29 13:51  gezelter
154 >
155 >        * src/brains/BlockSnapshotManager.hpp: BSM has to talk to reader
156 >        about center of mass properties
157 >
158 > 2006-12-29 13:43  gezelter
159 >
160 >        * src/: applications/dynamicProps/TimeCorrFunc.hpp,
161 >        brains/DataStorage.cpp, brains/DataStorage.hpp,
162 >        brains/Snapshot.cpp, brains/Snapshot.hpp, io/DumpReader.cpp,
163 >        io/DumpReader.hpp: Adding the ability to compute Center of Mass
164 >        properties on reading in a dump file.  DumpReader must be told if
165 >        it needs to do this, however.
166 >
167 > 2006-12-29 12:21  chuckv
168 >
169 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Added function to
170 >        calculate volume based on ellipsoid definded by radius of gyration.
171 >
172 > 2006-12-21 12:50  gezelter
173 >
174 >        * samples/bond-order/: Readme.txt, bcc.md, icosahedron.md, sc.md,
175 >        tet.md: new ideal structures
176 >
177 > 2006-12-20 18:20  gezelter
178 >
179 >        * samples/bond-order/: Ag_Cu_bulkslab_lattice.md, Readme.txt,
180 >        bcc.md, fcc.md, hcp.md, icosahedron.md, metals.md, tet.md: Added a
181 >        bunch of bond order parameter test cases.
182 >
183 > 2006-12-20 13:03  gezelter
184 >
185 >        * src/applications/staticProps/BondOrderParameter.cpp: bug fixing
186 >        Wigner 3-j import to C++
187 >
188 > 2006-12-19 07:45  gezelter
189 >
190 >        * configure, ac-tools/configure.in, src/math/Makefile,
191 >        src/math/Makefile.in: fixed a configuration error
192 >
193 > 2006-12-14 11:38  chuckv
194 >
195 >        * src/applications/dynamicProps/: DynamicProps.cpp,
196 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h,
197 >        RadialRCorrFunc.hpp: Code to run radial rcorr.
198 >
199 > 2006-12-14 11:32  chuckv
200 >
201 >        * src/math/: ConvexHull.cpp, ConvexHull.hpp, Makefile: Added
202 >        preliminary support for CGAL and computation of convex hull.
203 >
204 > 2006-12-05 17:05  chuckv
205 >
206 >        * src/applications/dynamicProps/: Makefile, RadialRCorrFunc.cpp,
207 >        RadialRCorrFunc.hpp, SnapshotCentroid.cpp, SnapshotCentroid.hpp:
208 >        Adding support for radial rcorr.
209 >
210 > 2006-12-04 16:17  chuckv
211 >
212 >        * src/: UseTheForce/DarkSide/Makefile,
213 >        UseTheForce/DarkSide/neighborLists.F90,
214 >        UseTheForce/DarkSide/neighborLists_interface.F90,
215 >        UseTheForce/DarkSide/neighborLists_interface.h, brains/SimInfo.cpp,
216 >        io/Globals.cpp, io/Globals.hpp: Added interface to change number of
217 >        neighbors in calculating neighbor list.
218 >
219 > 2006-11-21 12:44  gezelter
220 >
221 >        * src/applications/staticProps/BondOrderParameter.cpp: fixes for
222 >        BOP
223 >
224 > 2006-11-20 15:12  chuckv
225 >
226 >        * src/applications/staticProps/Makefile: Fix to makefile.
227 >
228 > 2006-11-17 11:45  chuckv
229 >
230 >        * src/applications/staticProps/RhoR.cpp: Histogram bin change.
231 >
232 > 2006-11-10 10:45  chuckv
233 >
234 >        * src/applications/staticProps/: Makefile, RhoR.cpp, RhoR.hpp,
235 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
236 >        StaticPropsCmd.h: Added support for nanoparticle density profile.
237 >
238 > 2006-11-03 14:02  gezelter
239 >
240 >        * src/applications/staticProps/BondOrderParameter.cpp: possible fix
241 >        for unnormalized BO
242 >
243 > 2006-11-01 14:22  chrisfen
244 >
245 >        * src/brains/SimInfo.cpp: user selected dampingAlpha now gets set
246 >
247 > 2006-10-29 14:41  chrisfen
248 >
249 >        * src/UseTheForce/DarkSide/electrostatic.F90: returned to half
250 >        self-term values
251 >
252 > 2006-10-23 13:27  chuckv
253 >
254 >        * src/applications/nanoRodBuilder/GeometryBuilder.hpp: Support for
255 >        OOPSE RealType.
256 >
257 > 2006-10-23 11:21  gezelter
258 >
259 >        * make/Makefile.in: fixes for CGAL
260 >
261 > 2006-10-23 11:11  chuckv
262 >
263 >        * configure, ac-tools/configure.in,
264 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: Changes to
265 >        nanorod builder for new dump format. Changes to configure to test
266 >        for new version of cgal.
267 >
268 > 2006-10-20 08:40  gezelter
269 >
270 >        * src/: brains/Register.cpp, openbabel/amberformat.hpp,
271 >        openbabel/fingerprintformat.hpp, openbabel/gromos96format.hpp,
272 >        openbabel/pdbformat.hpp, openbabel/povrayformat.hpp,
273 >        openbabel/smilesformat.hpp, openbabel/tinkerformat.hpp,
274 >        openbabel/xyzformat.hpp: fixes for open babel
275 >
276 > 2006-10-20 07:59  gezelter
277 >
278 >        * make/Makefile.in, samples/builders/runMe,
279 >        src/applications/thermalizer/Makefile,
280 >        src/applications/thermalizer/thermalizer.cpp,
281 >        src/applications/thermalizer/thermalizer.ggo,
282 >        src/applications/thermalizer/thermalizerCmd.c,
283 >        src/applications/thermalizer/thermalizerCmd.h,
284 >        src/applications/velocitizer/Makefile,
285 >        src/applications/velocitizer/velocitizer.cpp,
286 >        src/applications/velocitizer/velocitizer.ggo,
287 >        src/applications/velocitizer/velocitizerCmd.c,
288 >        src/applications/velocitizer/velocitizerCmd.h: more openbabel
289 >        updates, also changing velocitizer to thermalizer to avoid a
290 >        filename collision on case-insensitve file systems
291 >
292 > 2006-10-19 13:50  gezelter
293 >
294 >        * src/openbabel/: amberformat.hpp, fingerprintformat.hpp,
295 >        gromos96format.hpp, pdbformat.hpp, povrayformat.hpp,
296 >        smilesformat.hpp, tinkerformat.hpp, xyzformat.hpp: Updating
297 >        OpenBabel to version 2.0.2.  These files aren't used anymore
298 >
299 > 2006-10-19 13:49  gezelter
300 >
301 >        * forceFields/SMARTS_InteLigand.txt,
302 >        forceFields/SMARTS_InteLigand_051110.txt, forceFields/atomtyp.txt,
303 >        forceFields/extable.txt, forceFields/phmodel.txt,
304 >        forceFields/resdata.txt, forceFields/types.txt, src/config.h.in,
305 >        src/openbabel/amberformat.cpp, src/openbabel/chains.cpp,
306 >        src/openbabel/chains.hpp, src/openbabel/data.cpp,
307 >        src/openbabel/dlhandler.hpp, src/openbabel/fingerprint.cpp,
308 >        src/openbabel/fingerprint.hpp, src/openbabel/fingerprintformat.cpp,
309 >        src/openbabel/gromos96format.cpp, src/openbabel/kekulize.cpp,
310 >        src/openbabel/matrix3x3.cpp, src/openbabel/matrix3x3.hpp,
311 >        src/openbabel/mol.cpp, src/openbabel/mol.hpp,
312 >        src/openbabel/obconversion.cpp, src/openbabel/obconversion.hpp,
313 >        src/openbabel/oberror.cpp, src/openbabel/obiter.cpp,
314 >        src/openbabel/obutil.cpp, src/openbabel/obutil.hpp,
315 >        src/openbabel/parsmart.cpp, src/openbabel/parsmart.hpp,
316 >        src/openbabel/patty.cpp, src/openbabel/pdbformat.cpp,
317 >        src/openbabel/phmodel.cpp, src/openbabel/povrayformat.cpp,
318 >        src/openbabel/rotor.cpp, src/openbabel/smilesformat.cpp,
319 >        src/openbabel/tinkerformat.cpp, src/openbabel/typer.cpp,
320 >        src/openbabel/vector3.cpp, src/openbabel/vector3.hpp,
321 >        src/openbabel/xyzformat.cpp, src/openbabel/zipstream.hpp,
322 >        src/openbabel/zipstreamimpl.hpp: updated OpenBabel to version 2.0.2
323 >
324 > 2006-10-19 12:51  gezelter
325 >
326 >        * src/openbabel/oopseformat.cpp: Slight changes to oopseformat to
327 >        allow importing of openbabel's perceived atom types into OOPSE md
328 >        files
329 >
330 > 2006-10-19 08:57  gezelter
331 >
332 >        * make/Makefile.in, samples/builders/Makefile,
333 >        samples/builders/runMe, src/Makefile, src/applications/Makefile,
334 >        src/applications/velocitizer/Makefile,
335 >        src/applications/velocitizer/velocitizer.cpp,
336 >        src/applications/velocitizer/velocitizer.ggo,
337 >        src/applications/velocitizer/velocitizerCmd.c,
338 >        src/applications/velocitizer/velocitizerCmd.h,
339 >        src/integrators/Velocitizer.cpp: Added velocitizer utility program,
340 >        added samples of its use to the builder samples.
341 >
342 > 2006-10-18 14:58  gezelter
343 >
344 >        * src/: applications/staticProps/BondOrderParameter.cpp,
345 >        applications/staticProps/DensityPlot.cpp,
346 >        applications/staticProps/GofAngle2.cpp,
347 >        applications/staticProps/GofR.cpp,
348 >        applications/staticProps/GofRAngle.cpp,
349 >        applications/staticProps/GofXyz.cpp,
350 >        applications/staticProps/Hxy.cpp,
351 >        applications/staticProps/P2OrderParameter.cpp,
352 >        applications/staticProps/RhoZ.cpp,
353 >        applications/staticProps/SCDOrderParameter.cpp,
354 >        applications/staticProps/SCDOrderParameter.hpp,
355 >        applications/staticProps/StaticAnalyser.hpp, brains/SimInfo.cpp,
356 >        io/Globals.cpp, io/Globals.hpp: fixing a wrapVector problem in
357 >        staticProps, also making Shifted force and electrostatic damping
358 >        the default behavior
359 >
360 > 2006-10-18 12:35  gezelter
361 >
362 >        * src/applications/: nanoparticleBuilder/nanoparticleBuilder.cpp,
363 >        nanoparticleBuilder/nanoparticleBuilder.ggo,
364 >        nanoparticleBuilder/nanoparticleBuilderCmd.c,
365 >        nanoparticleBuilder/nanoparticleBuilderCmd.h,
366 >        randomBuilder/randomBuilder.cpp: bug fixes for vacancies
367 >
368 > 2006-10-18 12:34  gezelter
369 >
370 >        * samples/builders/: bimetallic.md, gold.md, metals.md, runMe:
371 >        Adding samples for builders
372 >
373 > 2006-10-17 10:51  gezelter
374 >
375 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp: bug
376 >        fixes
377 >
378 > 2006-10-17 08:24  gezelter
379 >
380 >        * src/:
381 >        applications/nanoparticleBuilder/shapedLatticeSpherical.cpp,
382 >        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: bugfixing
383 >        shapedLattice to have crystal origin at one of the occupied lattice
384 >        sites
385 >
386 > 2006-10-15 11:02  chuckv
387 >
388 >        * src/applications/utilities/mdSplit: More typos...
389 >
390 > 2006-10-15 10:59  chuckv
391 >
392 >        * src/applications/utilities/mdSplit: Typo in mdSplit.
393 >
394 > 2006-10-15 10:02  chuckv
395 >
396 >        * src/applications/utilities/mdSplit: Fixed printing of OOPSE
397 >        version at header and trailer.
398 >
399 > 2006-10-14 13:21  gezelter
400 >
401 >        * samples/argon/500.md,
402 >        src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
403 >        src/applications/nanoparticleBuilder/shapedLatticeSpherical.cpp,
404 >        src/applications/nanoparticleBuilder/shapedLatticeSpherical.hpp,
405 >        src/lattice/shapedLattice.cpp, src/lattice/shapedLattice.hpp: fixed
406 >        a few bugs
407 >
408 > 2006-10-13 13:16  chuckv
409 >
410 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
411 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
412 >        nanoparticleBuilderCmd.h: Changed nanoparticle builder for new dump
413 >        syntax.
414 >
415 > 2006-10-11 12:24  chrisfen
416 >
417 >        * src/applications/utilities/solvator: now the -n command works
418 >
419 > 2006-10-10 11:34  gezelter
420 >
421 >        * samples/builders/one_component.md, samples/builders/runMe,
422 >        src/applications/randomBuilder/randomBuilder.cpp,
423 >        src/applications/randomBuilder/randomBuilder.ggo,
424 >        src/applications/randomBuilder/randomBuilderCmd.c,
425 >        src/applications/randomBuilder/randomBuilderCmd.h,
426 >        src/applications/simpleBuilder/simpleBuilder.cpp,
427 >        src/applications/simpleBuilder/simpleBuilder.ggo,
428 >        src/applications/simpleBuilder/simpleBuilderCmd.c,
429 >        src/applications/simpleBuilder/simpleBuilderCmd.h: fixing missing
430 >        lattice arguments, adding a builder sample
431 >
432 > 2006-10-10 08:55  gezelter
433 >
434 >        * make/Makefile.in, samples/builders/Makefile,
435 >        samples/builders/lj.md, samples/builders/runMe,
436 >        samples/builders/three_component.md: adding builder samples
437 >
438 > 2006-10-10 07:52  gezelter
439 >
440 >        * src/applications/randomBuilder/randomBuilder.cpp: nearly complete
441 >        rewrite of randomBuilder
442 >
443 > 2006-10-10 07:36  chrisfen
444 >
445 >        * ChangeLog, configure, ac-tools/configure.in,
446 >        src/applications/utilities/affineScale: oops with the affineScale
447 >
448 > 2006-10-10 07:08  chrisfen
449 >
450 >        * src/applications/utilities/: affineScale, affineScale.in,
451 >        solvator, solvator.in, waterBoxer, waterBoxer.in: who needs .in
452 >        files for perl?  using env
453 >
454 > 2006-10-09 19:44  gezelter
455 >
456 >        * src/: applications/randomBuilder/randomBuilder.cpp,
457 >        applications/randomBuilder/randomBuilder.ggo,
458 >        applications/randomBuilder/randomBuilderCmd.c,
459 >        applications/randomBuilder/randomBuilderCmd.h, utils/MoLocator.cpp:
460 >        fixing bugs in randomBuilder
461 >
462 > 2006-10-09 15:16  gezelter
463 >
464 >        * samples/argon/lj.md,
465 >        src/applications/randomBuilder/randomBuilder.cpp,
466 >        src/applications/simpleBuilder/Makefile,
467 >        src/applications/simpleBuilder/randomBuilder.cpp,
468 >        src/applications/simpleBuilder/randomBuilder.ggo,
469 >        src/applications/simpleBuilder/randomBuilderCmd.c,
470 >        src/applications/simpleBuilder/randomBuilderCmd.h: Fixing the
471 >        builders to prepare for OOPSE-4 release
472 >
473 > 2006-10-06 14:29  chuckv
474 >
475 >        * src/applications/utilities/mdSplit: Added utility to split dump
476 >        file frames into md files.
477 >
478 > 2006-10-03 15:39  chrisfen
479 >
480 >        * src/applications/utilities/Makefile: forgot to adjust the
481 >        makefile
482 >
483 > 2006-10-03 15:38  chrisfen
484 >
485 >        * src/applications/utilities/: solvator.in, waterBoxer.in: added
486 >        solvator and adjusted waterBoxer
487 >
488 > 2006-10-02 16:54  chrisfen
489 >
490 >        * src/applications/utilities/waterBoxer.in: improvements to
491 >        waterBoxer
492 >
493 > 2006-10-02 16:27  chrisfen
494 >
495 >        * src/applications/utilities/waterBoxer.in: fixed a bug in
496 >        waterBoxer for invalid water names
497 >
498 > 2006-09-26 14:55  gezelter
499 >
500 >        * AUTHORS, README: Starting cleanup for 4.0 release
501 >
502 > 2006-09-26 09:08  gezelter
503 >
504 >        * src/applications/staticProps/: BondOrderParameter.cpp,
505 >        BondOrderParameter.hpp: Cleaned up the code for BondOrderParameter
506 >        and added a bunch of comments.  Fixed a memory leak or ten.
507 >
508 > 2006-09-26 07:33  gezelter
509 >
510 >        * src/applications/staticProps/: BondOrderParameter.cpp,
511 >        BondOrderParameter.hpp: Some efficiency fixes (now computes Wigner
512 >        3-j coefficients only once in the constructor).
513 >
514 > 2006-09-25 18:30  gezelter
515 >
516 >        * src/applications/staticProps/: BondOrderParameter.cpp,
517 >        BondOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
518 >        StaticPropsCmd.c, StaticPropsCmd.h: Mostly done with
519 >        BondOrderParameter.  Only a few performance tweaks remain
520 >
521 > 2006-09-25 15:08  gezelter
522 >
523 >        * src/: applications/staticProps/BondOrderParameter.cpp,
524 >        applications/staticProps/BondOrderParameter.hpp,
525 >        applications/staticProps/StaticProps.cpp, brains/SimCreator.cpp,
526 >        math/SphericalHarmonic.cpp: fixing bond order parameter code
527 >
528 > 2006-09-22 15:19  chrisfen
529 >
530 >        * src/: UseTheForce/DarkSide/simulation.F90, brains/SimInfo.cpp,
531 >        brains/fSimulation.h, io/ForceFieldOptions.cpp,
532 >        io/ForceFieldOptions.hpp, io/Globals.cpp, io/Globals.hpp: refined
533 >        the reaction field dielectric passing
534 >
535 > 2006-09-21 18:41  gezelter
536 >
537 >        * src/applications/staticProps/: BondOrderParameter.cpp,
538 >        BondOrderParameter.hpp: bug fixes (still broken, however)
539 >
540 > 2006-09-21 18:36  gezelter
541 >
542 >        * src/applications/staticProps/: BondOrderParameter.cpp,
543 >        BondOrderParameter.hpp: Following Rein ten Wolde article
544 >
545 > 2006-09-21 14:47  gezelter
546 >
547 >        * src/applications/staticProps/: BondOrderParameter.cpp,
548 >        BondOrderParameter.hpp: more bug fixes
549 >
550 > 2006-09-21 13:43  gezelter
551 >
552 >        * src/applications/staticProps/BondOrderParameter.cpp: more changes
553 >        to BOP and SH
554 >
555 > 2006-09-21 11:25  chrisfen
556 >
557 >        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
558 >        io/Globals.cpp: fixed the half self term for wolf electrostatics
559 >        and OOPSE now chooses a cutoff radius dependent alpha for damped
560 >        electrostatics
561 >
562 > 2006-09-21 11:04  gezelter
563 >
564 >        * src/applications/staticProps/BondOrderParameter.cpp: Fixed a bug
565 >        in Wl code in BondOrderParameter
566 >
567 > 2006-09-21 07:45  gezelter
568 >
569 >        * src/: applications/staticProps/BondOrderParameter.cpp,
570 >        math/SphericalHarmonic.cpp, math/SphericalHarmonic.hpp: Bugfixes in
571 >        BondOrderParameter and SphericalHarmonic
572 >
573 > 2006-09-20 15:16  gezelter
574 >
575 >        * src/: applications/staticProps/BondOrderParameter.cpp,
576 >        math/Makefile, math/SphericalHarmonic.cpp,
577 >        math/SphericalHarmonic.hpp: added SphericalHarmonics, fixed a few
578 >        problems with BondOrderParameter
579 >
580 > 2006-09-20 13:13  gezelter
581 >
582 >        * src/applications/staticProps/: BondOrderParameter.cpp,
583 >        BondOrderParameter.hpp, GofAngle2.cpp, StaticProps.cpp,
584 >        StaticProps.ggo, StaticPropsCmd.c, StaticPropsCmd.h: fixed bugs
585 >        (mostly in BondOrderParameter)
586 >
587 > 2006-09-19 14:20  gezelter
588 >
589 >        * src/applications/staticProps/: BondOrderParameter.cpp,
590 >        BondOrderParameter.hpp: Adding BondOrderParameter to StaticProps
591 >
592 > 2006-09-19 14:14  gezelter
593 >
594 >        * src/applications/staticProps/: BondOrderParameter.cpp,
595 >        BondOrderParameter.hpp, Makefile, StaticProps.cpp, StaticProps.ggo,
596 >        StaticPropsCmd.c, StaticPropsCmd.h: Working on BondOrderParameter
597 >
598 > 2006-09-18 14:31  chuckv
599 >
600 >        * src/applications/staticProps/: BondOrderParameter.cpp,
601 >        BondOrderParameter.hpp: Latest Version
602 >
603 > 2006-09-08 09:13  gezelter
604 >
605 >        * src/: brains/BlockSnapshotManager.cpp, io/DumpReader.cpp,
606 >        utils/residentMem.c: fixed a DumpReader bug, took out extra
607 >        printing statements in residentMem and BlockSnapshotManager
608 >
609 > 2006-09-04 06:37  gezelter
610 >
611 >        * configure, ac-tools/configure.in,
612 >        src/applications/utilities/Makefile: changing configure script to
613 >        process the new utilities
614 >
615 > 2006-09-01 15:58  chrisfen
616 >
617 >        * src/applications/utilities/waterBoxer.in: added some features to
618 >        waterBoxer
619 >
620 > 2006-09-01 14:08  chrisfen
621 >
622 >        * src/applications/utilities/: Makefile, affineScale.in,
623 >        waterBoxer.in: added the waterBoxer script
624 >
625 > 2006-09-01 12:22  chrisfen
626 >
627 >        * src/applications/utilities/affineScale.in: added comment info
628 >
629 > 2006-09-01 12:16  gezelter
630 >
631 >        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
632 >        brains/Register.cpp, integrators/Makefile, integrators/NgammaT.cpp,
633 >        integrators/NgammaT.hpp, io/Globals.cpp: adding NgammaT integrator
634 >
635 > 2006-09-01 11:29  chrisfen
636 >
637 >        * src/applications/utilities/affineScale.in: modified affineScale
638 >        to work with the new OOPSE files
639 >
640 > 2006-09-01 07:15  chrisfen
641 >
642 >        * src/io/: RestReader.cpp, RestWriter.cpp: fixed TI MPI bug
643 >
644 > 2006-08-31 15:34  chrisfen
645 >
646 >        * src/: integrators/VelocityVerletIntegrator.cpp,
647 >        restraints/ThermoIntegrationForceManager.cpp: fixes to zang writing
648 >
649 > 2006-08-31 13:12  chrisfen
650 >
651 >        * samples/alkane/butane.in, samples/alkane/butane.md,
652 >        samples/argon/500.in, samples/argon/500.md, samples/argon/ar864.in,
653 >        samples/argon/ar864.md, samples/argon/argonNVT.in,
654 >        samples/argon/argonNVT.md, samples/cutoff/GB-Ar-max.md,
655 >        samples/cutoff/GB-Ar-mix.md, samples/cutoff/GB-Ar-traditional.md,
656 >        samples/cutoff/cutoff_test.in, samples/cutoff/cutoff_test.md,
657 >        samples/cutoff/gb-ar.in, samples/cutoff/max.md,
658 >        samples/cutoff/mix.md, samples/cutoff/traditional.md,
659 >        samples/dipole/splitInWater.in, samples/dipole/splitInWater.md,
660 >        samples/dipole/split_SSD.in, samples/dipole/split_SSD.md,
661 >        samples/dipole/twoSplitDipole.in, samples/dipole/twoSplitDipole.md,
662 >        samples/gbljtest/2gb.in, samples/gbljtest/2gb.md,
663 >        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
664 >        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
665 >        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
666 >        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
667 >        samples/lipid/5x5.in, samples/lipid/5x5.md,
668 >        samples/metals/EAM/Au_bulk.in, samples/metals/EAM/Au_bulk_FBD.md,
669 >        samples/metals/EAM/Au_bulk_voter.md,
670 >        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.in,
671 >        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.md,
672 >        samples/metals/EAM/nanoparticle/Au_nanoparticle.in,
673 >        samples/metals/EAM/nanoparticle/Au_nanoparticle.md,
674 >        samples/metals/EAM/nanorod/Au_nanoparticle.in,
675 >        samples/metals/EAM/nanorod/Au_nanoparticle_FCC.md,
676 >        samples/metals/Sutton-Chen/Au_bulk.in,
677 >        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
678 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
679 >        samples/minimizer/WATER.frc, samples/minimizer/ssdEM.in,
680 >        samples/minimizer/ssdEM.md, samples/minimizer/tip4p_two.md,
681 >        samples/thermoIntegration/liquid/ssde.in,
682 >        samples/thermoIntegration/liquid/ssde.md,
683 >        samples/thermoIntegration/solid/ssde.in,
684 >        samples/thermoIntegration/solid/ssde.md, samples/water/dimer/cl.in,
685 >        samples/water/dimer/cl.md, samples/water/dimer/mix.in,
686 >        samples/water/dimer/mix.md, samples/water/dimer/mix2.in,
687 >        samples/water/dimer/mix2.md, samples/water/dimer/ssd.in,
688 >        samples/water/dimer/ssd.md, samples/water/dimer/tap.in,
689 >        samples/water/dimer/tap.md, samples/water/dimer/two.in,
690 >        samples/water/dimer/two.md, samples/water/spce/spce.in,
691 >        samples/water/spce/spce.md, samples/water/ssd/ssd.in,
692 >        samples/water/ssd/ssd.md, samples/water/ssd-ion/ssd-ion.md,
693 >        samples/water/ssd-ion/ssdCl.in, samples/water/ssd-ion/ssdCl.md,
694 >        samples/water/ssde/ssde.in, samples/water/ssde/ssde.md,
695 >        samples/water/ssdrf/ssdrf.in, samples/water/ssdrf/ssdrf.md,
696 >        samples/water/tap/tap.in, samples/water/tap/tap.md,
697 >        samples/water/tip3p_ice/tp3.in, samples/water/tip3p_ice/tp3.md,
698 >        samples/water/tip4p/tp4.in, samples/water/tip4p/tp4.md,
699 >        samples/zcons/zconsFixed.in, samples/zcons/zconsFixed.md,
700 >        samples/zcons/zconsMoving.in, samples/zcons/zconsMoving.md,
701 >        src/restraints/ThermoIntegrationForceManager.cpp: converted samples
702 >        over to the OOPSE-4 file format
703 >        
704 >        Fixed an MPI bug in thermodynamic integration
705 >
706 > 2006-08-30 14:13  gezelter
707 >
708 >        * src/applications/hydrodynamics/Hydro.cpp: removed extra file in
709 >        Hydro.cpp
710 >
711 > 2006-08-30 14:04  gezelter
712 >
713 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
714 >        applications/dynamicProps/DynamicProps.cpp,
715 >        applications/staticProps/StaticProps.cpp,
716 >        applications/utilities/dumpConverter, openbabel/oopseformat.cpp:
717 >        Changing utility programs to use the new file format
718 >
719 > 2006-08-30 13:33  gezelter
720 >
721 >        * src/: brains/SimCreator.cpp, io/DumpReader.cpp,
722 >        io/DumpWriter.cpp: fixed some bugs in DumpWriter, eliminated some
723 >        extra printing of debugging information
724 >
725 > 2006-08-30 11:42  tim
726 >
727 >        * configure, ac-tools/OOPSE.m4, forceFields/Au.u3.funcfl,
728 >        forceFields/Ni.u3.funcfl, samples/argon/lj.md,
729 >        src/brains/Register.cpp, src/brains/SimCreator.cpp,
730 >        src/brains/SimCreator.hpp, src/brains/SimInfo.cpp,
731 >        src/brains/SimInfo.hpp, src/io/DumpReader.cpp,
732 >        src/io/DumpReader.hpp, src/io/DumpWriter.cpp,
733 >        src/io/DumpWriter.hpp, src/io/Globals.cpp, src/io/Globals.hpp,
734 >        src/mdParser/SimplePreprocessor.hpp, src/openbabel/Makefile,
735 >        src/openbabel/oopseformat.cpp, src/primitives/StuntDouble.cpp,
736 >        src/primitives/StuntDouble.hpp, src/utils/StringUtils.cpp,
737 >        src/utils/StringUtils.hpp: Massive changes preparing for release of
738 >        OOPSE-4: The main difference is that the new MD file format (.md,
739 >        .dump, .eor) now contains meta-data information along with the
740 >        configuration information.
741 >
742 > 2006-08-24 10:42  xsun
743 >
744 >        * src/io/Globals.cpp: change the globals.cpp to make sure we can
745 >        set targetPressure and surfaceTension to be negative.
746 >
747 > 2006-08-14 13:32  chrisfen
748 >
749 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed an ordering
750 >        issue in quadrupole-charge interactions
751 >
752 > 2006-08-02 12:40  gezelter
753 >
754 >        * make/Makefile.in, samples/water/ssde/ssde.md, src/config.h.in,
755 >        src/antlr/Makefile, src/applications/atom2md/atom2md.cpp,
756 >        src/brains/Snapshot.cpp, src/brains/Snapshot.hpp,
757 >        src/openbabel/Makefile, src/openbabel/oopseformat.cpp,
758 >        src/openbabel/oopseformat.hpp: starting change of file formats
759 >
760 > 2006-08-02 11:06  gezelter
761 >
762 >        * src/applications/: atom2md/Makefile, atom2md/atom2md.cpp,
763 >        atom2mdin/Makefile, atom2mdin/atom2mdin.cpp: Changing atom2mdin
764 >        into atom2md to reflect new unified file format
765 >
766 > 2006-07-27 14:02  chrisfen
767 >
768 >        * src/applications/utilities/dumpConverter: fixed a pvf bug
769 >
770 > 2006-07-27 13:36  tim
771 >
772 >        * src/applications/utilities/dumpConverter: fixed dumpConverter
773 >        problems
774 >
775 > 2006-07-27 12:05  gezelter
776 >
777 >        * src/applications/utilities/dumpConverter: added dumpConverter
778 >
779 > 2006-07-26 14:45  gezelter
780 >
781 >        * make/Makefile.in: removed shapes sample
782 >
783 > 2006-07-26 14:45  gezelter
784 >
785 >        * src/applications/utilities/affineScale.in: fixed a spelling bug
786 >
787 > 2006-07-26 14:01  gezelter
788 >
789 >        * configure: added perl interpreter to affineScale script
790 >
791 > 2006-07-26 14:01  gezelter
792 >
793 >        * ac-tools/configure.in: added perl substitution for affineScale
794 >        script
795 >
796 > 2006-07-26 14:00  gezelter
797 >
798 >        * make/Makefile.in: added install target for scripts
799 >
800 > 2006-07-26 14:00  gezelter
801 >
802 >        * src/applications/utilities/: Makefile, affineScale.in: Adding a
803 >        directory for scripts Adding affineScale script
804 >
805 > 2006-07-24 07:51  xsun
806 >
807 >        * src/UseTheForce/DarkSide/gb.F90: fixed a getSigma bug
808 >
809 > 2006-07-19 05:46  chrisfen
810 >
811 >        * samples/: thermoIntegration/liquid/water.md,
812 >        thermoIntegration/solid/water.md, water/dimer/water.md,
813 >        water/spce/water.md, water/ssd/water.md, water/ssd-ion/water.md,
814 >        water/ssde/water.md, water/ssdrf/water.md, water/tap/water.md,
815 >        water/tip3p_ice/water.md, water/tip4p/water.md: Added tred to
816 >        sample water.md files
817 >
818 > 2006-07-19 05:35  chrisfen
819 >
820 >        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp,
821 >        RigidBodyVisitor.cpp, RigidBodyVisitor.hpp: Added TRED water
822 >        visitor for Dump2XYZ visualization
823 >
824 > 2006-07-19 05:33  chrisfen
825 >
826 >        * forceFields/DUFF2.frc: Added TRED parameters to forcefield
827 >
828 > 2006-07-17 11:13  xsun
829 >
830 >        * src/UseTheForce/DarkSide/gb.F90: fixed d / sigma0 confusion
831 >
832 > 2006-07-15 19:48  gezelter
833 >
834 >        * src/io/ForceFieldOptions.cpp: testing commit logger
835 >
836 > 2006-07-15 19:46  gezelter
837 >
838 >        * src/io/ForceFieldOptions.cpp: removed printing of GBN and GBM
839 >        from previous debugging
840 >
841 > 2006-07-14 07:47  xsun
842 >
843 >        * configure, ac-tools/OOPSE.m4: Fixed a bug in the fftw part of the
844 >        configure script.
845 >
846 > 2006-07-07 12:44  gezelter
847 >
848 >        * configure, ac-tools/configure.in, samples/gbljtest/2gb.md,
849 >        src/UseTheForce/DarkSide/gb.F90: removed icc from C++ search lines,
850 >        did some formatting work on GB module, mucked around with a GB
851 >        example
852 >
853 > 2006-07-07 07:18  chuckv
854 >
855 >        * src/applications/staticProps/: BondOrderParameter.cpp,
856 >        BondOrderParameter.hpp: Adding more changes to orientational bond
857 >        order parameter.
858 >
859 > 2006-07-03 12:40  chuckv
860 >
861 >        * src/math/Wigner3jm.F90: Added utility function to winger3jm from
862 >        slatac.
863 >
864 > 2006-07-03 07:06  chrisfen
865 >
866 >        * src/UseTheForce/DarkSide/mpole.F90: Added the multipole
867 >        interaction routine.  It doesn't work yet, so it's not included in
868 >        the build.
869 >
870 > 2006-07-03 06:18  chrisfen
871 >
872 >        * src/: UseTheForce/doForces.F90,
873 >        UseTheForce/doForces_interface.F90,
874 >        UseTheForce/doForces_interface.h,
875 >        UseTheForce/DarkSide/electrostatic.F90,
876 >        UseTheForce/DarkSide/simulation.F90, brains/ForceManager.cpp,
877 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
878 >        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
879 >        brains/fSimulation.h, integrators/VelocityVerletIntegrator.cpp,
880 >        io/Globals.cpp, io/Globals.hpp,
881 >        restraints/ThermoIntegrationForceManager.cpp: Added simulation box
882 >        dipole moment accumulation for the purposes of calculating
883 >        dielectric constants
884 >
885 > 2006-07-01 15:27  kdaily
886 >
887 >        * src/UseTheForce/DarkSide/gb.F90: fixed forces and torques for GB
888 >
889 > 2006-06-28 07:35  chrisfen
890 >
891 >        * src/io/: DumpReader.cpp, RestReader.cpp, RestReader.hpp: more
892 >        efficient file reading for thermodynamic integration, and fixed
893 >        some formatting
894 >
895 > 2006-06-27 09:36  chuckv
896 >
897 >        * src/applications/staticProps/: BondOrderParameter.cpp,
898 >        BondOrderParameter.hpp: Beginnings of a order parameter.
899 >
900 > 2006-06-27 09:19  chuckv
901 >
902 >        * src/applications/staticProps/: BondOrderParameter.cpp,
903 >        BondOrderParameter.hpp: Adding code for bond orientational
904 >        parameters.
905 >
906 > 2006-06-22 08:21  chrisfen
907 >
908 >        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
909 >        integrators/VelocityVerletIntegrator.cpp, io/RestWriter.cpp,
910 >        io/RestWriter.hpp, restraints/ThermoIntegrationForceManager.cpp:
911 >        MPI thermodynamic integration works now.
912 >
913 > 2006-06-21 11:28  chrisfen
914 >
915 >        * src/visitors/AtomVisitor.cpp: fixed a build problem...
916 >        GB_12b_ratio no longer exists (replaced with BG_l).
917 >
918 > 2006-06-19 10:55  chuckv
919 >
920 >        * src/math/: Makefile, Wigner3jm.F90, Wigner3jm_interface.h: Added
921 >        support for Winger3jm coefficients.
922 >
923 > 2006-06-18 18:36  chrisfen
924 >
925 >        * src/: io/RestReader.cpp, io/RestWriter.cpp,
926 >        restraints/ThermoIntegrationForceManager.cpp: fixes for mpi
927 >        thermodynamic integration, close to fully working...
928 >
929 > 2006-06-17 10:02  tim
930 >
931 >        * src/visitors/AtomVisitor.cpp: output the principle axis of GB
932 >
933 > 2006-06-15 11:38  gezelter
934 >
935 >        * configure, ac-tools/OOPSE.m4, ac-tools/configure.in,
936 >        samples/water/tip4p/tp4.md: added mpi compilers, demoted pg
937 >        compilers after pathscale
938 >
939 > 2006-06-09 11:26  chrisfen
940 >
941 >        * src/UseTheForce/DarkSide/electrostatic.F90: reformulated some of
942 >        the electrostatics
943 >
944 > 2006-06-07 15:49  chrisfen
945 >
946 >        * samples/water/ssd/ssd.md,
947 >        src/UseTheForce/DarkSide/electrostatic.F90: damping now works for
948 >        charge-quadrupole and dipole-dipole
949 >
950 > 2006-06-07 11:05  chrisfen
951 >
952 >        * src/: UseTheForce/DarkSide/simParallel.F90, io/RestReader.cpp:
953 >        Fixed a spelling error and a bug in MPI Thermodynamic Integration
954 >        on file read-in
955 >
956 > 2006-06-06 11:26  chrisfen
957 >
958 >        * src/io/: DumpReader.cpp, MultipoleAtomTypesSectionParser.cpp:
959 >        fixed some typos
960 >
961 > 2006-06-06 10:43  gezelter
962 >
963 >        * forceFields/DUFF2.frc, samples/gbljtest/2gb.in,
964 >        samples/gbljtest/2gb.md, samples/gbljtest/gb.md,
965 >        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
966 >        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
967 >        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
968 >        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
969 >        src/UseTheForce/DarkSide/gb.F90,
970 >        src/integrators/LDForceManager.cpp,
971 >        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
972 >        src/utils/interpolation.F90, src/visitors/AtomVisitor.hpp: testing
973 >        GB, removing CM drift in Langevin Dynamics, fixing a memory leak,
974 >        adding a visitor
975 >
976 > 2006-06-05 11:44  gezelter
977 >
978 >        * src/UseTheForce/DarkSide/: fForceOptions.F90, gb.F90: Added
979 >        methods to access GB_mu and GB_nu from the force field options
980 >
981 > 2006-06-05 11:24  gezelter
982 >
983 >        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
984 >        src/UseTheForce/doForces.F90, src/UseTheForce/fForceOptions.h,
985 >        src/UseTheForce/DarkSide/gb.F90,
986 >        src/UseTheForce/DarkSide/gb_interface.F90,
987 >        src/UseTheForce/DarkSide/gb_interface.h,
988 >        src/applications/hydrodynamics/AnalyticalModel.cpp,
989 >        src/applications/hydrodynamics/ApproximationModel.cpp,
990 >        src/applications/hydrodynamics/ApproximationModel.hpp,
991 >        src/applications/hydrodynamics/CompositeShape.cpp,
992 >        src/applications/hydrodynamics/CompositeShape.hpp,
993 >        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
994 >        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
995 >        src/applications/hydrodynamics/ShapeBuilder.cpp,
996 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
997 >        src/hydrodynamics/HydroProp.cpp, src/hydrodynamics/HydroProp.hpp,
998 >        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
999 >        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
1000 >        src/integrators/LDForceManager.cpp,
1001 >        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
1002 >        src/io/ForceFieldOptions.hpp,
1003 >        src/io/GayBerneAtomTypesSectionParser.cpp,
1004 >        src/io/GayBerneAtomTypesSectionParser.hpp,
1005 >        src/types/DirectionalAtomType.cpp,
1006 >        src/types/DirectionalAtomType.hpp, src/utils/HydroProps.hpp:
1007 >        Massive changes for GB code with multiple ellipsoid types (a la
1008 >        Cleaver's paper).
1009 >        
1010 >        Also, changes in hydrodynamics code to make HydroProp a somewhat
1011 >        smarter class (rather than just a struct).
1012 >
1013 > 2006-06-01 11:06  xsun
1014 >
1015 >        * src/applications/staticProps/: Makefile, RippleOP.cpp,
1016 >        RippleOP.hpp, StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
1017 >        StaticPropsCmd.h: Add the RippleOP to calculate the orderparameter
1018 >        of the ripples.
1019 >
1020 > 2006-05-25 14:40  chrisfen
1021 >
1022 >        * forceFields/DUFF2.frc, samples/thermoIntegration/liquid/water.md,
1023 >        samples/thermoIntegration/solid/water.md,
1024 >        samples/water/dimer/water.md, samples/water/spce/water.md,
1025 >        samples/water/ssd/water.md, samples/water/ssd-ion/water.md,
1026 >        samples/water/ssde/water.md, samples/water/ssdrf/water.md,
1027 >        samples/water/tap/water.md, samples/water/tip3p_ice/water.md,
1028 >        samples/water/tip4p/water.md, src/io/Globals.cpp: Added TIP5P-E and
1029 >        fixed a bug for Thermodynamic integration (you can now have a
1030 >        lambda of 0)
1031 >
1032 > 2006-05-25 10:02  tim
1033 >
1034 >        * src/applications/hydrodynamics/ApproximationModel.cpp: Fix a type
1035 >        promotion problem
1036 >
1037 > 2006-05-25 09:27  tim
1038 >
1039 >        * src/applications/hydrodynamics/: AnalyticalModel.hpp,
1040 >        ApproximationModel.cpp, Hydro.cpp, HydrodynamicsModel.hpp: replace
1041 >        double with RealType
1042 >
1043 > 2006-05-25 08:27  gezelter
1044 >
1045 >        * configure: What?
1046 >
1047 > 2006-05-25 08:24  gezelter
1048 >
1049 >        * ac-tools/OOPSE.m4: more changes
1050 >
1051 > 2006-05-25 08:19  gezelter
1052 >
1053 >        * configure, ac-tools/OOPSE.m4: more changes for MPICH with
1054 >        profiling libraries required
1055 >
1056 > 2006-05-25 07:54  gezelter
1057 >
1058 >        * configure, ac-tools/OOPSE.m4: MPI stuff
1059 >
1060 > 2006-05-24 11:31  gezelter
1061 >
1062 >        * configure, ac-tools/OOPSE.m4, src/config.h.in,
1063 >        src/applications/hydrodynamics/AnalyticalModel.cpp,
1064 >        src/applications/hydrodynamics/AnalyticalModel.hpp,
1065 >        src/applications/hydrodynamics/ApproximationModel.cpp,
1066 >        src/applications/hydrodynamics/ApproximationModel.hpp,
1067 >        src/applications/hydrodynamics/CompositeShape.cpp,
1068 >        src/applications/hydrodynamics/CompositeShape.hpp,
1069 >        src/applications/hydrodynamics/Ellipsoid.cpp,
1070 >        src/applications/hydrodynamics/Ellipsoid.hpp,
1071 >        src/applications/hydrodynamics/Hydro.cpp,
1072 >        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
1073 >        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
1074 >        src/applications/hydrodynamics/RoughShell.cpp,
1075 >        src/applications/hydrodynamics/RoughShell.hpp,
1076 >        src/applications/hydrodynamics/Shape.hpp,
1077 >        src/applications/hydrodynamics/ShapeBuilder.cpp,
1078 >        src/applications/hydrodynamics/ShapeBuilder.hpp,
1079 >        src/applications/hydrodynamics/Spheric.cpp,
1080 >        src/applications/hydrodynamics/Spheric.hpp: fixes for Hydrodynamics
1081 >
1082 > 2006-05-24 09:18  tim
1083 >
1084 >        * src/integrators/LDForceManager.cpp: fix a bug in parsing
1085 >        HydroProp file
1086 >
1087 > 2006-05-24 08:24  gezelter
1088 >
1089 >        * src/integrators/LDForceManager.cpp: Fixed a bug when spherical
1090 >        boundary conditions were off.
1091 >
1092 > 2006-05-23 14:12  xsun
1093 >
1094 >        * src/applications/staticProps/Hxy.cpp: fixed an initialization bug
1095 >        of Hxy.cpp.
1096 >
1097 > 2006-05-23 11:46  tim
1098 >
1099 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: wrapping back to PBC by
1100 >        molecule instead of by individual atom
1101 >
1102 > 2006-05-22 08:30  xsun
1103 >
1104 >        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, StaticProps.ggo,
1105 >        StaticPropsCmd.c, StaticPropsCmd.h: fixed the bugs of Hxy.cpp.
1106 >
1107 > 2006-05-19 14:26  chrisfen
1108 >
1109 >        * ChangeLog, src/io/DumpWriter.cpp: Last bug showed up in 2 places,
1110 >        fixed the other one.
1111 >
1112 > 2006-05-19 13:45  tim
1113 >
1114 >        * src/io/DumpWriter.cpp: Fix a bug of printing empty line in
1115 >        DumpWriter
1116 >
1117 > 2006-05-19 08:11  tim
1118 >
1119 >        * make/Makefile.in: change the order of include path and library
1120 >        path
1121 >
1122 > 2006-05-17 14:51  tim
1123 >
1124 >        * ChangeLog, samples/water/ssd/ssd.md, src/config.h.in,
1125 >        src/UseTheForce/EAM_FF.cpp, src/UseTheForce/EAM_FF.hpp,
1126 >        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
1127 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
1128 >        src/UseTheForce/doForces_interface.h,
1129 >        src/UseTheForce/fForceOptions.h,
1130 >        src/UseTheForce/DarkSide/eam_interface.h,
1131 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
1132 >        src/UseTheForce/DarkSide/gb_interface.h,
1133 >        src/UseTheForce/DarkSide/lj_interface.h,
1134 >        src/UseTheForce/DarkSide/shapes_interface.h,
1135 >        src/UseTheForce/DarkSide/simulation_interface.h,
1136 >        src/UseTheForce/DarkSide/sticky_interface.h,
1137 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
1138 >        src/applications/dynamicProps/CrossTimeCorrFunc.cpp,
1139 >        src/applications/dynamicProps/CrossTimeCorrFunc.hpp,
1140 >        src/applications/dynamicProps/DipoleCorrFunc.cpp,
1141 >        src/applications/dynamicProps/DipoleCorrFunc.hpp,
1142 >        src/applications/dynamicProps/LegendreCorrFunc.cpp,
1143 >        src/applications/dynamicProps/LegendreCorrFunc.hpp,
1144 >        src/applications/dynamicProps/ParticleTimeCorrFunc.cpp,
1145 >        src/applications/dynamicProps/ParticleTimeCorrFunc.hpp,
1146 >        src/applications/dynamicProps/RCorrFunc.cpp,
1147 >        src/applications/dynamicProps/RCorrFunc.hpp,
1148 >        src/applications/dynamicProps/TimeCorrFunc.hpp,
1149 >        src/applications/dynamicProps/VCorrFunc.cpp,
1150 >        src/applications/dynamicProps/VCorrFunc.hpp,
1151 >        src/applications/hydrodynamics/Makefile,
1152 >        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
1153 >        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
1154 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
1155 >        src/applications/randomBuilder/randomBuilder.cpp,
1156 >        src/applications/simpleBuilder/randomBuilder.cpp,
1157 >        src/applications/staticProps/DensityPlot.cpp,
1158 >        src/applications/staticProps/DensityPlot.hpp,
1159 >        src/applications/staticProps/GofAngle2.cpp,
1160 >        src/applications/staticProps/GofAngle2.hpp,
1161 >        src/applications/staticProps/GofR.cpp,
1162 >        src/applications/staticProps/GofR.hpp,
1163 >        src/applications/staticProps/GofRAngle.cpp,
1164 >        src/applications/staticProps/GofRAngle.hpp,
1165 >        src/applications/staticProps/GofXyz.cpp,
1166 >        src/applications/staticProps/GofXyz.hpp,
1167 >        src/applications/staticProps/Hxy.cpp,
1168 >        src/applications/staticProps/Hxy.hpp,
1169 >        src/applications/staticProps/P2OrderParameter.cpp,
1170 >        src/applications/staticProps/P2OrderParameter.hpp,
1171 >        src/applications/staticProps/RhoZ.cpp,
1172 >        src/applications/staticProps/RhoZ.hpp,
1173 >        src/applications/staticProps/SCDOrderParameter.cpp,
1174 >        src/applications/staticProps/SCDOrderParameter.hpp,
1175 >        src/applications/staticProps/StaticProps.cpp,
1176 >        src/brains/BlockSnapshotManager.cpp, src/brains/DataStorage.cpp,
1177 >        src/brains/DataStorage.hpp, src/brains/ForceManager.cpp,
1178 >        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
1179 >        src/brains/SimInfo.hpp, src/brains/Snapshot.cpp,
1180 >        src/brains/Snapshot.hpp, src/brains/Stats.hpp,
1181 >        src/brains/Thermo.cpp, src/brains/Thermo.hpp,
1182 >        src/brains/fSimulation.h, src/constraints/ConstraintElem.hpp,
1183 >        src/constraints/ConstraintPair.hpp, src/constraints/Rattle.cpp,
1184 >        src/constraints/Rattle.hpp, src/constraints/ZconsStruct.hpp,
1185 >        src/constraints/ZconstraintForceManager.cpp,
1186 >        src/constraints/ZconstraintForceManager.hpp,
1187 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
1188 >        src/hydrodynamics/Shape.hpp, src/hydrodynamics/Sphere.cpp,
1189 >        src/hydrodynamics/Sphere.hpp, src/integrators/DLM.cpp,
1190 >        src/integrators/DLM.hpp, src/integrators/Integrator.hpp,
1191 >        src/integrators/LDForceManager.cpp,
1192 >        src/integrators/LDForceManager.hpp,
1193 >        src/integrators/LangevinDynamics.cpp,
1194 >        src/integrators/LangevinDynamics.hpp, src/integrators/NPAT.cpp,
1195 >        src/integrators/NPAT.hpp, src/integrators/NPT.cpp,
1196 >        src/integrators/NPT.hpp, src/integrators/NPTf.cpp,
1197 >        src/integrators/NPTf.hpp, src/integrators/NPTi.cpp,
1198 >        src/integrators/NPTi.hpp, src/integrators/NPTxyz.cpp,
1199 >        src/integrators/NPTxyz.hpp, src/integrators/NPrT.cpp,
1200 >        src/integrators/NPrT.hpp, src/integrators/NVE.cpp,
1201 >        src/integrators/NVE.hpp, src/integrators/NVT.cpp,
1202 >        src/integrators/NVT.hpp, src/integrators/RotationAlgorithm.hpp,
1203 >        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
1204 >        src/integrators/VelocityVerletIntegrator.cpp,
1205 >        src/integrators/VelocityVerletIntegrator.hpp,
1206 >        src/io/AtomTypesSectionParser.cpp,
1207 >        src/io/BendTypesSectionParser.cpp,
1208 >        src/io/BondTypesSectionParser.cpp,
1209 >        src/io/ChargeAtomTypesSectionParser.cpp,
1210 >        src/io/DirectionalAtomTypesSectionParser.cpp,
1211 >        src/io/DumpReader.cpp, src/io/DumpWriter.cpp,
1212 >        src/io/EAMAtomTypesSectionParser.cpp,
1213 >        src/io/EAMAtomTypesSectionParser.hpp, src/io/ForceFieldOptions.hpp,
1214 >        src/io/Globals.hpp, src/io/MultipoleAtomTypesSectionParser.cpp,
1215 >        src/io/RestReader.cpp, src/io/RestReader.hpp,
1216 >        src/io/RestWriter.cpp, src/io/TorsionTypesSectionParser.cpp,
1217 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1218 >        src/lattice/CubicLattice.cpp, src/lattice/CubicLattice.hpp,
1219 >        src/lattice/FCCLattice.cpp, src/lattice/Lattice.cpp,
1220 >        src/lattice/Lattice.hpp, src/lattice/shapedLattice.cpp,
1221 >        src/lattice/shapedLattice.hpp, src/math/ChebyshevPolynomials.hpp,
1222 >        src/math/CholeskyDecomposition.hpp,
1223 >        src/math/LegendrePolynomial.cpp, src/math/LegendrePolynomial.hpp,
1224 >        src/math/MatVec3.c, src/math/MatVec3.h,
1225 >        src/math/MersenneTwister.hpp, src/math/Polynomial.hpp,
1226 >        src/math/Quaternion.hpp, src/math/RandNumGen.hpp,
1227 >        src/math/RealSphericalHarmonic.cpp,
1228 >        src/math/RealSphericalHarmonic.hpp, src/math/SquareMatrix.hpp,
1229 >        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
1230 >        src/math/Vector3.hpp, src/mdParser/MDTreeParser.cpp,
1231 >        src/mdParser/MDTreeParser.g, src/mdParser/MDTreeParser.hpp,
1232 >        src/minimizers/CGFamilyMinimizer.cpp,
1233 >        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Minimizer.cpp,
1234 >        src/minimizers/Minimizer.hpp,
1235 >        src/minimizers/MinimizerParameterSet.hpp, src/minimizers/PRCG.cpp,
1236 >        src/minimizers/SDMinimizer.cpp, src/minimizers/SDMinimizer.hpp,
1237 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1238 >        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
1239 >        src/primitives/Bond.hpp, src/primitives/CutoffGroup.hpp,
1240 >        src/primitives/DirectionalAtom.cpp,
1241 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1242 >        src/primitives/GhostBend.hpp, src/primitives/GhostTorsion.cpp,
1243 >        src/primitives/GhostTorsion.hpp, src/primitives/Molecule.cpp,
1244 >        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
1245 >        src/primitives/RigidBody.hpp, src/primitives/StuntDouble.hpp,
1246 >        src/primitives/Torsion.cpp, src/primitives/Torsion.hpp,
1247 >        src/primitives/UreyBradleyBend.cpp,
1248 >        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
1249 >        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
1250 >        src/restraints/ThermoIntegrationForceManager.hpp,
1251 >        src/selection/DistanceFinder.cpp, src/selection/DistanceFinder.hpp,
1252 >        src/selection/SelectionEvaluator.cpp,
1253 >        src/selection/SelectionEvaluator.hpp, src/types/AtomStamp.cpp,
1254 >        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
1255 >        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
1256 >        src/types/BendType.hpp, src/types/BondType.hpp,
1257 >        src/types/CharmmTorsionType.hpp, src/types/CubicBendType.hpp,
1258 >        src/types/CubicBondType.hpp, src/types/CubicTorsionType.hpp,
1259 >        src/types/DirectionalAtomType.cpp,
1260 >        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
1261 >        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
1262 >        src/types/MorseBondType.hpp, src/types/OplsTorsionType.hpp,
1263 >        src/types/PolynomialBendType.hpp, src/types/PolynomialBondType.hpp,
1264 >        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
1265 >        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
1266 >        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
1267 >        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
1268 >        src/types/ZconsStamp.hpp, src/utils/Algorithm.hpp,
1269 >        src/utils/GenericData.hpp, src/utils/MoLocator.cpp,
1270 >        src/utils/MoLocator.hpp, src/utils/NumericConstant.hpp,
1271 >        src/utils/OOPSEConstant.hpp, src/utils/ParameterManager.hpp,
1272 >        src/utils/StringTokenizer.cpp, src/utils/StringTokenizer.hpp,
1273 >        src/utils/Utility.hpp, src/utils/physmem.c, src/utils/physmem.h,
1274 >        src/utils/residentMem.c, src/utils/residentMem.h,
1275 >        src/visitors/ZconsVisitor.cpp, src/visitors/ZconsVisitor.hpp:
1276 >        Adding single precision capabilities to c++ side
1277 >
1278 > 2006-05-17 12:54  gezelter
1279 >
1280 >        * configure, ac-tools/configure.in, make/Makefile.in,
1281 >        src/UseTheForce/doForces.F90,
1282 >        src/UseTheForce/DarkSide/neighborLists.F90,
1283 >        src/UseTheForce/DarkSide/shapes.F90,
1284 >        src/UseTheForce/DarkSide/simParallel.F90,
1285 >        src/UseTheForce/DarkSide/simulation_interface.F90,
1286 >        src/utils/definitions.F90: Adding single precision capabilities to
1287 >        the fortran side
1288 >
1289 > 2006-05-17 09:10  gezelter
1290 >
1291 >        * configure, ac-tools/configure.in, src/config.h.in: adding
1292 >        --enable-single to configure script
1293 >
1294 > 2006-05-17 08:37  gezelter
1295 >
1296 >        * ac-tools/aclocal.m4, src/UseTheForce/doForces.F90,
1297 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
1298 >        src/UseTheForce/DarkSide/electrostatic.F90,
1299 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
1300 >        src/UseTheForce/DarkSide/gb.F90,
1301 >        src/UseTheForce/DarkSide/lj_interface.F90,
1302 >        src/UseTheForce/DarkSide/shapes.F90,
1303 >        src/UseTheForce/DarkSide/sticky.F90,
1304 >        src/UseTheForce/DarkSide/suttonchen.F90,
1305 >        src/UseTheForce/DarkSide/suttonchen_interface.F90,
1306 >        src/UseTheForce/DarkSide/switcheroo.F90, src/math/derfc.F90,
1307 >        src/math/erfc.F90, src/utils/interpolation.F90: Getting fortran
1308 >        side prepped for single precision...
1309 >
1310 > 2006-05-17 07:03  chrisfen
1311 >
1312 >        * samples/water/ssd-ion/ssdCl.md,
1313 >        src/UseTheForce/DarkSide/electrostatic.F90: electrostatic
1314 >        refinement
1315 >
1316 > 2006-05-16 20:03  gezelter
1317 >
1318 >        * configure, ac-tools/OOPSE.m4, make/Makefile.in: zlib fixes
1319 >
1320 > 2006-05-16 13:38  gezelter
1321 >
1322 >        * configure, ac-tools/OOPSE.m4, ac-tools/config.guess,
1323 >        ac-tools/config.sub, ac-tools/configure.in, ac-tools/install-sh,
1324 >        ac-tools/missing, ac-tools/mkinstalldirs, make/Makefile.in,
1325 >        src/config.h.in, src/applications/staticProps/Hxy.cpp,
1326 >        src/applications/staticProps/Hxy.hpp,
1327 >        src/applications/staticProps/StaticProps.cpp: Autoconf fixes for
1328 >        FFTW.  Multiple FFTW version support.
1329 >
1330 > 2006-05-15 19:06  gezelter
1331 >
1332 >        * README, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1333 >        make/Makefile.in, src/config.h.in,
1334 >        src/applications/hydrodynamics/AnalyticalModel.cpp,
1335 >        src/applications/hydrodynamics/AnalyticalModel.hpp,
1336 >        src/applications/staticProps/Hxy.cpp,
1337 >        src/applications/staticProps/Hxy.hpp,
1338 >        src/applications/staticProps/StaticProps.cpp,
1339 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
1340 >        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
1341 >        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
1342 >        src/integrators/LDForceManager.cpp,
1343 >        src/integrators/LDForceManager.hpp, src/math/SquareMatrix.hpp,
1344 >        src/utils/HydroProps.hpp: [no log message]
1345 >
1346 > 2006-05-12 14:34  xsun
1347 >
1348 >        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, Makefile,
1349 >        StaticProps.cpp, StaticPropsCmd.c, StaticPropsCmd.h: Changes to
1350 >        calculate undulation spectrum
1351 >
1352 > 2006-05-09 18:44  tim
1353 >
1354 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1355 >        applications/dump2Xyz/Dump2XYZ.ggo,
1356 >        applications/dump2Xyz/Dump2XYZCmd.c,
1357 >        applications/dump2Xyz/Dump2XYZCmd.h,
1358 >        applications/hydrodynamics/ApproximationModel.cpp,
1359 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: adding a
1360 >        gay-berne switch to Dump2XYZ
1361 >
1362 > 2006-05-05 10:58  gezelter
1363 >
1364 >        * src/UseTheForce/DarkSide/qpole.F90: Adding qpole
1365 >
1366 > 2006-05-05 07:34  tim
1367 >
1368 >        * ac-tools/aclocal.m4: finding ifort arguments that won't die under
1369 >        two different versions of the intel fortran compiler
1370 >
1371 > 2006-05-03 06:15  chrisfen
1372 >
1373 >        * src/applications/randomBuilder/Makefile: missing makefile was
1374 >        hanging up 'make clean'
1375 >
1376 > 2006-04-25 15:59  chuckv
1377 >
1378 >        * src/applications/randomBuilder/: randomBuilder.cpp,
1379 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added
1380 >        random builder to cvs.
1381 >
1382 > 2006-04-25 15:54  chuckv
1383 >
1384 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1385 >        Change in siminfo used in nanoparticleBuilder.
1386 >
1387 > 2006-04-25 15:30  chuckv
1388 >
1389 >        * make/Makefile.in: Added random builder
1390 >
1391 > 2006-04-25 15:29  chuckv
1392 >
1393 >        * src/applications/simpleBuilder/: Makefile, randomBuilder.cpp,
1394 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added a
1395 >        random builder to oopse.
1396 >
1397 > 2006-04-25 06:35  gezelter
1398 >
1399 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
1400 >        ShapeBuilder.cpp, ShapeBuilder.hpp: Using OpenBabel element table
1401 >        to pick vdw radii for hydrodynamics if the LJ sigma can't be found.
1402 >
1403 > 2006-04-24 19:09  gezelter
1404 >
1405 >        * configure, ac-tools/aclocal.m4, src/UseTheForce/DarkSide/LJ.F90,
1406 >        src/applications/hydrodynamics/Hydro.cpp, src/brains/Register.cpp,
1407 >        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
1408 >        src/brains/SimInfo.hpp, src/brains/Thermo.cpp,
1409 >        src/brains/Thermo.hpp, src/integrators/LDForceManager.cpp,
1410 >        src/integrators/LDForceManager.hpp,
1411 >        src/integrators/LangevinDynamics.cpp, src/io/Globals.cpp,
1412 >        src/io/Globals.hpp, src/primitives/StuntDouble.hpp: Adding
1413 >        spherical boundary conditions to LD integrator
1414 >
1415 > 2006-04-24 19:06  gezelter
1416 >
1417 >        * src/applications/hydrodynamics/: BeadModel.cpp, ShapeBuilder.cpp:
1418 >        Added EAM atom types to Hydro models
1419 >
1420 > 2006-04-21 13:02  chrisfen
1421 >
1422 >        * src/UseTheForce/DarkSide/eam.F90: put spline subroutines in the
1423 >        EAM module
1424 >
1425 > 2006-04-21 12:32  chrisfen
1426 >
1427 >        * ChangeLog, samples/shape/5CB.shape, samples/shape/8CB.shape,
1428 >        samples/shape/C60.shape, samples/shape/C70.shape,
1429 >        samples/shape/Makefile, samples/shape/Shapes.frc,
1430 >        samples/shape/cholesterol.shape, samples/shape/ethylBenzene.shape,
1431 >        samples/shape/linear.in, samples/shape/linear.md,
1432 >        samples/shape/linear.shape, samples/shape/toluene.shape,
1433 >        samples/thermoIntegration/liquid/ssde.md,
1434 >        samples/thermoIntegration/solid/ssde.md,
1435 >        samples/water/spce/spce.md, samples/water/ssd/ssd.md,
1436 >        samples/water/ssd-ion/ssdCl.md, samples/water/ssde/ssde.md,
1437 >        samples/water/ssdrf/ssdrf.md, samples/water/tip3p_ice/tp3.md,
1438 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90,
1439 >        src/UseTheForce/DarkSide/LJ.F90: Removed sqrt splines and shape
1440 >        stuff (doesn't work, so why was it in there?).  Changed some of the
1441 >        water samples to use shifted_force.  Probably should set the
1442 >        defaults to use the damped version now that we sped it up.
1443 >
1444 > 2006-04-20 20:19  chrisfen
1445 >
1446 >        * samples/water/spce/spce.md,
1447 >        src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
1448 >
1449 > 2006-04-20 14:02  chrisfen
1450 >
1451 >        * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
1452 >        src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
1453 >
1454 > 2006-04-20 11:24  gezelter
1455 >
1456 >        * samples/metals/EAM/Au_bulk_voter.md,
1457 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
1458 >        samples/water/ssde/ssde.md, src/UseTheForce/ForceField.cpp,
1459 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/LJ.F90,
1460 >        src/UseTheForce/DarkSide/eam.F90,
1461 >        src/UseTheForce/DarkSide/electrostatic.F90,
1462 >        src/UseTheForce/DarkSide/suttonchen.F90,
1463 >        src/UseTheForce/DarkSide/switcheroo.F90,
1464 >        src/UseTheForce/DarkSide/switcheroo_interface.F90,
1465 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
1466 >        src/utils/interpolation.F90: Complete rewrite of spline code and
1467 >        everything that uses it.
1468 >
1469 > 2006-04-17 14:49  gezelter
1470 >
1471 >        * configure, ac-tools/aclocal.m4, samples/argon/500.md,
1472 >        samples/metals/EAM/Au_bulk_voter.md,
1473 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
1474 >        samples/water/ssde/ssde.md, src/UseTheForce/doForces.F90,
1475 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
1476 >        src/UseTheForce/DarkSide/electrostatic.F90,
1477 >        src/UseTheForce/DarkSide/interpolation.F90,
1478 >        src/UseTheForce/DarkSide/sticky.F90,
1479 >        src/UseTheForce/DarkSide/suttonchen.F90,
1480 >        src/UseTheForce/DarkSide/switcheroo.F90,
1481 >        src/applications/hydrodynamics/Hydro.ggo,
1482 >        src/applications/hydrodynamics/HydroCmd.c,
1483 >        src/applications/hydrodynamics/HydroCmd.h,
1484 >        src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
1485 >        src/utils/interpolation.F90: Many performance improvements
1486 >
1487 > 2006-04-15 19:51  chrisfen
1488 >
1489 >        * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
1490 >        src/UseTheForce/fSwitchingFunction.h,
1491 >        src/UseTheForce/DarkSide/electrostatic.F90,
1492 >        src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
1493 >        switcheroo
1494 >
1495 > 2006-04-15 14:58  chrisfen
1496 >
1497 >        * src/utils/Makefile.in: Since status.F90 is used by
1498 >        interpolation.F90, the former needs to be listed above the later in
1499 >        the Makefile.
1500 >
1501 > 2006-04-14 14:59  gezelter
1502 >
1503 >        * src/utils/interpolation.F90: changed the interface a bit
1504 >
1505 > 2006-04-14 14:49  gezelter
1506 >
1507 >        * src/utils/interpolation.F90: added some logical flags
1508 >
1509 > 2006-04-14 14:06  chrisfen
1510 >
1511 >        * src/utils/interpolation.F90: Wiped the spline with derivatives
1512 >        and corrected a boundary comparision error by eliminating the
1513 >        check.  This algorithm REQUIRES known first derivatives at the
1514 >        endpoints.
1515 >
1516 > 2006-04-14 13:04  gezelter
1517 >
1518 >        * src/utils/: Makefile.in, interpolation.F90: bug fixes for
1519 >        interpolation module
1520 >
1521 > 2006-04-14 12:57  gezelter
1522 >
1523 >        * src/utils/interpolation.F90: Heavily modified interpolation
1524 >        module, also moved to "utils"
1525 >
1526 > 2006-04-12 14:15  chuckv
1527 >
1528 >        * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
1529 >        module.
1530 >
1531 > 2006-04-11 08:33  gezelter
1532 >
1533 >        * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
1534 >        StaticPropsCmd.h: [no log message]
1535 >
1536 > 2006-04-03 08:37  chuckv
1537 >
1538 >        * configure, ac-tools/aclocal.m4, make/Makefile.in,
1539 >        src/UseTheForce/DarkSide/simParallel.F90: Added status module to
1540 >        simParallel for error reporting.
1541 >
1542 > 2006-03-31 10:09  tim
1543 >
1544 >        * src/: integrators/NPrT.cpp, io/Globals.cpp: NPrT might work now
1545 >
1546 > 2006-03-30 13:08  chuckv
1547 >
1548 >        * src/UseTheForce/DarkSide/suttonchen.F90: Fixed memory leak bug
1549 >        where SCList capacity was not reset to zero on destruction.
1550 >
1551 > 2006-03-30 11:37  chuckv
1552 >
1553 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1554 >        More testing of nanoparticleBuilder.
1555 >
1556 > 2006-03-29 14:24  chuckv
1557 >
1558 >        * src/mdParser/SimplePreprocessor.hpp: Added check to make sure md
1559 >        file exists.
1560 >
1561 > 2006-03-29 11:17  chuckv
1562 >
1563 >        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
1564 >        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: Fixed
1565 >        latticeOrt in shapedlatice and latticebuilder.
1566 >
1567 > 2006-03-29 10:11  tim
1568 >
1569 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
1570 >        LegendreCorrFunc.cpp, VCorrFunc.cpp: Fix the normalization problem
1571 >        in calculating correlation functions
1572 >
1573 > 2006-03-29 10:09  tim
1574 >
1575 >        * src/applications/hydrodynamics/: ApproximationModel.cpp,
1576 >        ApproximationModel.hpp, CompositeShape.cpp, Hydro.cpp, Hydro.ggo,
1577 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.hpp, RoughShell.cpp: (1)
1578 >        RoughShell Model is working; (20)Adding a new option into Hydro
1579 >        which allows user to generate the beads only
1580 >
1581 > 2006-03-27 08:21  chuckv
1582 >
1583 >        * src/applications/nanoparticleBuilder/Makefile: Makefile for
1584 >        nanoparticle builder.
1585 >
1586 > 2006-03-27 08:03  chuckv
1587 >
1588 >        * make/Makefile.in, src/lattice/shapedLattice.cpp,
1589 >        src/lattice/shapedLattice.hpp: Added nanoparticle builder to
1590 >        makefile
1591 >
1592 > 2006-03-24 12:46  chuckv
1593 >
1594 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1595 >        Debugging changes to nanoparticle builder.
1596 >
1597 > 2006-03-24 09:29  tim
1598 >
1599 >        * src/applications/dynamicProps/: DynamicProps.cpp,
1600 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
1601 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: back to previous DynamicProps
1602 >
1603 > 2006-03-24 08:49  tim
1604 >
1605 >        * src/applications/dynamicProps/: DynamicProps.cpp,
1606 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
1607 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: Adding position correlation
1608 >        function. The command line option for DynamicProps is now changed.
1609 >        --rcorr is for position correlation and --rmsd is for mean square
1610 >        displacement.
1611 >
1612 > 2006-03-23 07:03  tim
1613 >
1614 >        * src/applications/hydrodynamics/: AnalyticalModel.cpp,
1615 >        AnalyticalModel.hpp, ApproximationModel.cpp,
1616 >        ApproximationModel.hpp, HydrodynamicsModel.hpp: update writeBeads
1617 >        method
1618 >
1619 > 2006-03-23 07:02  tim
1620 >
1621 >        * src/io/Globals.hpp: remove a unknown method
1622 >
1623 > 2006-03-23 07:00  tim
1624 >
1625 >        * src/math/CholeskyDecomposition.hpp: The off diagnal is not set
1626 >
1627 > 2006-03-23 06:59  tim
1628 >
1629 >        * src/mdParser/SimplePreprocessor.hpp: Throw exception if the file
1630 >        can not be opened for preprocessing
1631 >
1632 > 2006-03-22 12:57  chuckv
1633 >
1634 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
1635 >        shapedLatticeSpherical.cpp, shapedLatticeSpherical.hpp: Added
1636 >        shaped lattice.
1637 >
1638 > 2006-03-21 07:33  tim
1639 >
1640 >        * src/applications/hydrodynamics/ApproximationModel.cpp: fix a bug
1641 >        in calculating hydrodynamics tensor when the radius of beads are
1642 >        not the same
1643 >
1644 > 2006-03-20 16:26  tim
1645 >
1646 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1647 >        applications/hydrodynamics/BeadModel.cpp,
1648 >        applications/hydrodynamics/ShapeBuilder.cpp,
1649 >        integrators/LDForceManager.cpp: Fix a bug in friction calculation
1650 >        for ellipsoid
1651 >
1652 > 2006-03-20 11:12  tim
1653 >
1654 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1655 >        applications/hydrodynamics/Ellipsoid.cpp,
1656 >        applications/hydrodynamics/Ellipsoid.hpp,
1657 >        applications/hydrodynamics/ShapeBuilder.cpp,
1658 >        integrators/LDForceManager.cpp: Verify the correctness of
1659 >        Ellipsoid's hydrodynamics properties
1660 >
1661 > 2006-03-17 15:51  tim
1662 >
1663 >        * src/applications/hydrodynamics/: Hydro.cpp, ShapeBuilder.cpp: New
1664 >        version of Hydro is working now.
1665 >
1666 > 2006-03-17 15:20  tim
1667 >
1668 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1669 >        applications/hydrodynamics/AnalyticalModel.hpp,
1670 >        applications/hydrodynamics/ApproximationModel.cpp,
1671 >        applications/hydrodynamics/ApproximationModel.hpp,
1672 >        applications/hydrodynamics/BeadModel.hpp,
1673 >        applications/hydrodynamics/CompositeShape.cpp,
1674 >        applications/hydrodynamics/CompositeShape.hpp,
1675 >        applications/hydrodynamics/Ellipsoid.cpp,
1676 >        applications/hydrodynamics/Ellipsoid.hpp,
1677 >        applications/hydrodynamics/Hydro.cpp,
1678 >        applications/hydrodynamics/Hydro.ggo,
1679 >        applications/hydrodynamics/HydroCmd.c,
1680 >        applications/hydrodynamics/HydroCmd.h,
1681 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
1682 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
1683 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
1684 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
1685 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
1686 >        applications/hydrodynamics/Makefile,
1687 >        applications/hydrodynamics/RoughShell.cpp,
1688 >        applications/hydrodynamics/RoughShell.hpp,
1689 >        applications/hydrodynamics/Shape.hpp,
1690 >        applications/hydrodynamics/ShapeBuilder.cpp,
1691 >        applications/hydrodynamics/ShapeBuilder.hpp,
1692 >        applications/hydrodynamics/Spheric.cpp,
1693 >        applications/hydrodynamics/Spheric.hpp,
1694 >        applications/hydrodynamics/StuntDoubleShape.cpp,
1695 >        applications/hydrodynamics/StuntDoubleShape.hpp,
1696 >        integrators/LDForceManager.cpp, integrators/LDForceManager.hpp,
1697 >        io/Globals.cpp, io/Globals.hpp, math/SquareMatrix.hpp,
1698 >        utils/HydroProps.hpp: refactor Hydrodynamics module.
1699 >
1700 > 2006-03-17 08:10  chuckv
1701 >
1702 >        * src/lattice/: shapedLattice.cpp, shapedLattice.hpp, Makefile:
1703 >        Generic Shaped Lattice for oopse. Can overload to get spherical or
1704 >        nanorod.
1705 >
1706 > 2006-03-16 14:50  tim
1707 >
1708 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1709 >        integrators/LDForceManager.cpp, math/MersenneTwister.hpp:
1710 >        LagevinDynamics is working?
1711 >
1712 > 2006-03-16 13:52  gezelter
1713 >
1714 >        * src/applications/hydrodynamics/RoughShell.hpp: fixed a const
1715 >        problem
1716 >
1717 > 2006-03-15 14:08  tim
1718 >
1719 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: unit
1720 >        conversion for diffusion tensor is wrong
1721 >
1722 > 2006-03-15 13:28  tim
1723 >
1724 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1725 >        utils/NumericConstant.hpp: change the epsilon of numeric_limit
1726 >
1727 > 2006-03-15 12:58  tim
1728 >
1729 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: correcting
1730 >        the unit in HydrodynamicsModel
1731 >
1732 > 2006-03-15 09:35  tim
1733 >
1734 >        * src/primitives/RigidBody.cpp: using setFrc in
1735 >        RigidBody::calcForcesAndTorques will discard if there are force and
1736 >        torque applied in rigid body itself. use addFrc instead.
1737 >
1738 > 2006-03-15 07:51  tim
1739 >
1740 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
1741 >        RoughShell.cpp, RoughShell.hpp: Adding RoughShell and BeadModel
1742 >
1743 > 2006-03-15 07:50  tim
1744 >
1745 >        * make/Makefile.in, src/applications/hydrodynamics/Makefile: adding
1746 >        hydrodynamics module into build system
1747 >
1748 > 2006-03-14 15:46  tim
1749 >
1750 >        * src/math/CholeskyDecomposition.hpp: adding Cholesky Decomposition
1751 >
1752 > 2006-03-13 14:42  tim
1753 >
1754 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1755 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
1756 >        applications/hydrodynamics/StuntDoubleShape.cpp,
1757 >        applications/hydrodynamics/StuntDoubleShape.hpp,
1758 >        brains/Register.cpp, integrators/LDForceManager.cpp,
1759 >        integrators/LDForceManager.hpp, integrators/LangevinDynamics.cpp,
1760 >        integrators/LangevinDynamics.hpp, integrators/Makefile,
1761 >        io/Globals.cpp, io/Globals.hpp, math/MersenneTwister.hpp,
1762 >        math/RandNumGen.hpp, math/SquareMatrix3.hpp: LangevinDynamics in
1763 >        progress
1764 >
1765 > 2006-03-07 08:43  gezelter
1766 >
1767 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Fixed a
1768 >        double/int bug.  Surprised no one ever noticed before...
1769 >
1770 > 2006-02-24 13:17  tim
1771 >
1772 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: fix bugs
1773 >        in HydrodynamicsModel; (1) sign issue of Xirr calculation (2) out
1774 >        product of Rij
1775 >
1776 > 2006-02-23 15:16  tim
1777 >
1778 >        * src/applications/hydrodynamics/: Hydro.cpp, Hydro.ggo,
1779 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.cpp,
1780 >        HydrodynamicsModel.hpp, HydrodynamicsModelCreator.hpp,
1781 >        HydrodynamicsModelFactory.cpp, HydrodynamicsModelFactory.hpp,
1782 >        MoleculeShape.cpp, MoleculeShape.hpp, StuntDoubleShape.cpp,
1783 >        StuntDoubleShape.hpp: Bead Model is working
1784 >
1785 > 2006-02-22 12:35  tim
1786 >
1787 >        * src/: applications/hydrodynamics/Hydro.cpp,
1788 >        applications/hydrodynamics/Hydro.ggo,
1789 >        applications/hydrodynamics/HydroCmd.c,
1790 >        applications/hydrodynamics/HydroCmd.h,
1791 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
1792 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
1793 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
1794 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
1795 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
1796 >        applications/hydrodynamics/MoleculeShape.cpp,
1797 >        applications/hydrodynamics/MoleculeShape.hpp,
1798 >        math/DynamicRectMatrix.hpp, math/DynamicVector.hpp, math/LU.hpp,
1799 >        math/RectMatrix.hpp, math/SquareMatrix3.hpp: Adding Hydrodynamics
1800 >        Module
1801 >
1802 > 2006-02-16 14:05  gezelter
1803 >
1804 >        * src/brains/Snapshot.cpp: fixed a spelling error
1805 >
1806 > 2006-02-16 13:40  gezelter
1807 >
1808 >        * src/: UseTheForce/doForces.F90,
1809 >        UseTheForce/DarkSide/simulation.F90, math/Makefile,
1810 >        math/linearAlgebra.F90: fixed a problem with cutoff radii being set
1811 >        larger than 1/2 the length of the shortest box dimension.  added a
1812 >        few fortran utility routines
1813 >
1814 > 2006-02-15 12:46  chuckv
1815 >
1816 >        * src/applications/nanoparticleBuilder/: sphericalNanoparticle.cpp,
1817 >        sphericalNanoparticle.hpp: Changed Names of class files.
1818 >
1819 > 2006-02-10 07:45  kdaily
1820 >
1821 >        * src/applications/dynamicProps/LegendreCorrFunc.cpp: [no log
1822 >        message]
1823 >
1824 > 2006-02-10 07:12  tim
1825 >
1826 >        * src/math/: LegendrePolynomial.cpp, Vector.hpp: fix a bug in
1827 >        converting integer to double
1828 >
1829 > 2006-02-08 10:21  chrisfen
1830 >
1831 >        * forceFields/DUFF2.frc: added DPD molecule type parameters
1832 >
1833 > 2006-02-07 08:39  tim
1834 >
1835 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
1836 >        LegendreCorrFunc.cpp: Fixing a bug which reads the wrong frame of
1837 >        trajectory file during analysis
1838 >
1839 > 2006-02-02 09:14  tim
1840 >
1841 >        * src/: math/Polynomial.hpp, math/SquareMatrix3.hpp,
1842 >        types/AtomStamp.cpp: adding transpose into SquareMatrix3; fix a bug
1843 >        in AtomStamp where orientation is not set correctly.
1844 >
1845 > 2006-02-02 08:49  gezelter
1846 >
1847 >        * src/primitives/RigidBody.cpp: fixed a bug in rigid bodies that
1848 >        contain directional atoms
1849 >
1850 > 2006-02-02 07:49  xsun
1851 >
1852 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1853 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Adding visitor
1854 >        for GBlipid atom type
1855 >
1856 > 2006-02-01 18:57  gezelter
1857 >
1858 >        * make/Makefile.in: added CXXFLAGS to the LinkOptions to allow
1859 >        compilation with icc9 (skipping the gcc-4 std c++ libraries).
1860 >
1861 > 2006-02-01 13:06  chrisfen
1862 >
1863 >        * src/brains/SimInfo.cpp: Missing brace caused the last commit not
1864 >        to build
1865 >
1866 > 2006-02-01 12:54  chrisfen
1867 >
1868 >        * samples/water/spce/spce.md, src/brains/SimInfo.cpp: Changes to
1869 >        cutoff radius setting to a more logical procedure - still may
1870 >        change...
1871 >
1872 > 2006-02-01 09:26  gezelter
1873 >
1874 >        * src/: math/Polynomial.hpp, utils/GenericData.hpp, utils/any.hpp:
1875 >        Fixing some compile-time warnings and bugs for icc 9.1 on Mac OS X
1876 >
1877 > 2006-01-30 14:25  tim
1878 >
1879 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
1880 >        applications/dynamicProps/DynamicProps.cpp,
1881 >        applications/dynamicProps/DynamicProps.ggo,
1882 >        applications/dynamicProps/DynamicPropsCmd.c,
1883 >        applications/dynamicProps/DynamicPropsCmd.h,
1884 >        applications/dynamicProps/LegendreCorrFunc.cpp,
1885 >        applications/dynamicProps/LegendreCorrFunc.hpp,
1886 >        applications/dynamicProps/Makefile, math/LegendrePolynomial.cpp,
1887 >        math/LegendrePolynomial.hpp, math/Makefile, math/Polynomial.hpp:
1888 >        Adding :LegendrePolynomial
1889 >
1890 > 2006-01-19 14:54  chuckv
1891 >
1892 >        * src/applications/nanoparticleBuilder/: Makefile,
1893 >        nanoparticleBuilder.cpp, sphericalNanoparticle.hpp: Changes to
1894 >        nanoparticle builder
1895 >
1896 > 2006-01-18 13:08  chuckv
1897 >
1898 >        * src/applications/nanoparticleBuilder/Makefile: Added Makefile for
1899 >        nanoparticle builder.
1900 >
1901 > 2006-01-17 08:16  gezelter
1902 >
1903 >        * AUTHORS, README: Cleaning up for 3.0.1 release
1904 >
1905 > 2006-01-17 07:50  gezelter
1906 >
1907 >        * ChangeLog: Prepping 3.0.1 release
1908 >
1909 > 2006-01-17 07:32  gezelter
1910 >
1911 >        * src/config.h.in: new version number
1912 >
1913 > 2006-01-17 07:32  gezelter
1914 >
1915 >        * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
1916 >        definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
1917 >        oopseManual.pdf: Updated Documentation
1918 >
1919 > 2006-01-16 15:10  gezelter
1920 >
1921 >        * ChangeLog, README: Getting ready for release!
1922 >
1923 > 2006-01-16 07:26  gezelter
1924 >
1925 >        * configure: Testing commit
1926 >
1927 > 2006-01-13 13:57  chuckv
1928 >
1929 >        * src/: UseTheForce/SC_FF.cpp,
1930 >        applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
1931 >        io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
1932 >        Handled by forceField now.
1933 >
1934 > 2006-01-13 11:17  chuckv
1935 >
1936 >        * src/io/Globals.cpp: Added NPAT to Globals integrators.
1937 >
1938 > 2006-01-13 08:33  gezelter
1939 >
1940 >        * Makefile: [no log message]
1941 >
1942 > 2006-01-13 08:26  gezelter
1943 >
1944 >        * Makefile: testing to make sure GNU make is the make that was used
1945 >        to build OOPSE
1946 >
1947 > 2006-01-13 07:48  gezelter
1948 >
1949 >        * configure, ac-tools/configure.in: changed compiler search order
1950 >
1951 > 2006-01-12 16:09  chuckv
1952 >
1953 >        * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
1954 >        samples/metals/Sutton-Chen/Au_bulk.in,
1955 >        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
1956 >        samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
1957 >        units
1958 >
1959 > 2006-01-12 13:16  gezelter
1960 >
1961 >        * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
1962 >        version info and the copyright date
1963 >
1964 > 2006-01-12 12:52  gezelter
1965 >
1966 >        * src/config.h.in: added some missing checks for header files
1967 >        (particularly zlib.h), used autoheader to help generate config.h.in
1968 >
1969 > 2006-01-12 12:51  gezelter
1970 >
1971 >        * configure, ac-tools/configure.in: added some missing checks for
1972 >        header files (particularly zlib.h)
1973 >
1974 > 2006-01-12 12:19  gezelter
1975 >
1976 >        * make/Makefile.in: fixed a dependency problem for the Executable
1977 >        builds
1978 >
1979 > 2006-01-12 12:02  gezelter
1980 >
1981 >        * samples/gbljtest/Makefile: Missing Makefile in this sample
1982 >        directory
1983 >
1984 > 2006-01-12 12:01  gezelter
1985 >
1986 >        * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
1987 >        Old makefile.in no longer required
1988 >
1989 > 2006-01-12 12:01  gezelter
1990 >
1991 >        * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
1992 >        needs to be installed
1993 >
1994 > 2006-01-12 11:56  chuckv
1995 >
1996 >        * src/io/DumpWriter.cpp: Changed formating.
1997 >
1998 > 2006-01-12 08:47  chrisfen
1999 >
2000 >        * samples/water/tip4p/tp4.md,
2001 >        src/UseTheForce/DarkSide/electrostatic.F90,
2002 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
2003 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
2004 >        src/brains/SimInfo.cpp: unifying function name in electrostatics
2005 >
2006 > 2006-01-12 08:04  tim
2007 >
2008 >        * samples/metals/: EAM/nanoparticle/Makefile,
2009 >        EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
2010 >        Sutton-Chen/Makefile: fix make install problem for metals samples
2011 >
2012 > 2006-01-12 07:22  tim
2013 >
2014 >        * make/Makefile.in: remove samples/metals from install list.
2015 >
2016 > 2006-01-12 06:31  tim
2017 >
2018 >        * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
2019 >        handle multiple line macro, just convert multiple line macro into
2020 >        single line macro.
2021 >
2022 > 2006-01-11 20:13  chrisfen
2023 >
2024 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
2025 >        UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
2026 >        changes to electrostatics for shifted-potential and shifted-force
2027 >        with mono and multipoles
2028 >
2029 > 2006-01-11 15:04  gezelter
2030 >
2031 >        * src/config.h.in, src/UseTheForce/doForces_interface.h,
2032 >        src/UseTheForce/DarkSide/atype_interface.h,
2033 >        src/UseTheForce/DarkSide/eam_interface.h,
2034 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
2035 >        src/UseTheForce/DarkSide/fForceOptions_interface.h,
2036 >        src/UseTheForce/DarkSide/gb_interface.h,
2037 >        src/UseTheForce/DarkSide/lj_interface.h,
2038 >        src/UseTheForce/DarkSide/shapes_interface.h,
2039 >        src/UseTheForce/DarkSide/simParallel_interface.h,
2040 >        src/UseTheForce/DarkSide/simulation_interface.h,
2041 >        src/UseTheForce/DarkSide/sticky_interface.h,
2042 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
2043 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
2044 >        src/mdParser/MDParser.g, src/profiling/mdProfile.cpp,
2045 >        src/utils/fError.c, configure, make/Makefile.in: autoconf
2046 >        modernization and cruft removal
2047 >
2048 > 2006-01-11 15:04  gezelter
2049 >
2050 >        * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
2051 >        modernization and cruft-removal
2052 >
2053 > 2006-01-11 14:50  tim
2054 >
2055 >        * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
2056 >        some error messages
2057 >
2058 > 2006-01-11 11:01  tim
2059 >
2060 >        * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
2061 >        io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
2062 >        types/BondStamp.hpp, types/DataHolder.hpp, types/MoleculeStamp.cpp,
2063 >        types/TorsionStamp.hpp, utils/OOPSEException.hpp,
2064 >        utils/StringUtils.hpp: instead of printing to std::cout, throwing
2065 >        an exception when error is found.
2066 >
2067 > 2006-01-11 10:41  gezelter
2068 >
2069 >        * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
2070 >        error
2071 >
2072 > 2006-01-10 14:55  chuckv
2073 >
2074 >        * forceFields/SuttonChen.frc: Changed conversion factor.
2075 >
2076 > 2006-01-10 13:14  chuckv
2077 >
2078 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
2079 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
2080 >        working now.
2081 >
2082 > 2006-01-09 14:22  chuckv
2083 >
2084 >        * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
2085 >
2086 > 2006-01-09 14:14  tim
2087 >
2088 >        * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
2089 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2090 >        StaticPropsCmd.h: fixing RhoZ
2091 >
2092 > 2006-01-09 11:26  chuckv
2093 >
2094 >        * forceFields/SuttonChen.frc,
2095 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
2096 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
2097 >        src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
2098 >        section parsers.
2099 >
2100 > 2006-01-09 11:11  tim
2101 >
2102 >        * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
2103 >        utils/StringUtils.hpp: replace isType<int> with isInteger
2104 >
2105 > 2006-01-06 13:15  tim
2106 >
2107 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
2108 >        forceFieldOptions from SC_FF
2109 >
2110 > 2006-01-06 12:27  chuckv
2111 >
2112 >        * forceFields/SuttonChen.frc: Add force file.
2113 >
2114 > 2005-12-31 14:42  chuckv
2115 >
2116 >        * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
2117 >        segfaults or produces 0 potential, but rather produces Inf for the
2118 >        potential. Progress....
2119 >
2120 > 2005-12-30 15:15  chuckv
2121 >
2122 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
2123 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
2124 >        src/UseTheForce/DarkSide/suttonchen.F90, src/brains/SimInfo.cpp,
2125 >        src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
2126 >        Sutton-Chen bug fixes.
2127 >
2128 > 2005-12-30 13:25  tim
2129 >
2130 >        * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
2131 >        potential return from fortran is already accumulated, it should not
2132 >        be accumulated again; nGroupTypesCol is not initialized;
2133 >        GroupMaxCutoffCol is not allocated;
2134 >
2135 > 2005-12-30 07:32  tim
2136 >
2137 >        * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
2138 >        MPI version, we need to cast const char* to void* for
2139 >        stringstream.str(); Previous Makefile use bjects of single version
2140 >        to make the MPI library;
2141 >
2142 > 2005-12-29 16:18  chuckv
2143 >
2144 >        * make/Makefile.in, samples/metals/Makefile,
2145 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
2146 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
2147 >        Almost there...
2148 >
2149 > 2005-12-29 12:19  chuckv
2150 >
2151 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
2152 >        forcefield.
2153 >
2154 > 2005-12-29 12:07  chuckv
2155 >
2156 >        * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
2157 >        metals.md: added files for sutton-chen
2158 >
2159 > 2005-12-29 08:37  chuckv
2160 >
2161 >        * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
2162 >        metals.md: More cvs changing.
2163 >
2164 > 2005-12-29 08:34  chuckv
2165 >
2166 >        * samples/metals/Au_nanoparticle.in: More moving...
2167 >
2168 > 2005-12-29 08:33  chuckv
2169 >
2170 >        * samples/metals/EAM/nanoparticle/:
2171 >        Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
2172 >        Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
2173 >        changes to directory structure.
2174 >
2175 > 2005-12-29 08:21  chuckv
2176 >
2177 >        * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
2178 >        Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
2179 >
2180 > 2005-12-29 08:17  chuckv
2181 >
2182 >        * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
2183 >        Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
2184 >        Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
2185 >        directory structure
2186 >
2187 > 2005-12-29 08:03  chuckv
2188 >
2189 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
2190 >        brains/SimCreator.cpp: Fixed issue with symbol naming and added
2191 >        call to set force options in SimCreator.
2192 >
2193 > 2005-12-28 13:44  chuckv
2194 >
2195 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
2196 >        changes to forcefield options.
2197 >
2198 > 2005-12-28 13:42  chuckv
2199 >
2200 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
2201 >        passed to fortran.
2202 >
2203 > 2005-12-23 15:04  chuckv
2204 >
2205 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
2206 >        io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
2207 >        changes.
2208 >
2209 > 2005-12-16 13:52  tim
2210 >
2211 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2212 >        src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
2213 >        src/openbabel/bitvec.cpp, src/openbabel/bondtyper.cpp,
2214 >        src/openbabel/chains.cpp, src/openbabel/chiral.cpp,
2215 >        src/openbabel/data.cpp, src/openbabel/fingerprint.cpp,
2216 >        src/openbabel/fingerprintformat.cpp, src/openbabel/generic.cpp,
2217 >        src/openbabel/gromos96format.hpp, src/openbabel/kekulize.cpp,
2218 >        src/openbabel/matrix3x3.cpp, src/openbabel/mol.cpp,
2219 >        src/openbabel/molchrg.cpp, src/openbabel/obatom.cpp,
2220 >        src/openbabel/obbond.cpp, src/openbabel/oberror.cpp,
2221 >        src/openbabel/oberror.hpp, src/openbabel/obmolecformat.hpp,
2222 >        src/openbabel/obutil.cpp, src/openbabel/patty.cpp,
2223 >        src/openbabel/pdbformat.cpp, src/openbabel/phmodel.cpp,
2224 >        src/openbabel/povrayformat.hpp, src/openbabel/residue.cpp,
2225 >        src/openbabel/ring.cpp, src/openbabel/rotor.cpp,
2226 >        src/openbabel/smilesformat.cpp, src/openbabel/tinkerformat.hpp,
2227 >        src/openbabel/typer.cpp, src/openbabel/xyzformat.cpp: changed
2228 >        __FUNCTION__ to __func__ to match C99 standard, and then added an
2229 >        autoconf test to check for __func__ usability.  Changed some
2230 >        default compile flags for the Sun architecture
2231 >
2232 > 2005-12-16 11:01  gezelter
2233 >
2234 >        * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
2235 >
2236 > 2005-12-16 10:55  tim
2237 >
2238 >        * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
2239 >        change to build oopse under solaris
2240 >
2241 > 2005-12-16 10:26  tim
2242 >
2243 >        * src/: brains/SimCreator.cpp, io/Globals.cpp,
2244 >        types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
2245 >        came with SUN compiler does not have a conforming std::use_facet,
2246 >        define a macro to handle it. Adding exception handling to
2247 >        SimCreator.
2248 >
2249 > 2005-12-16 07:53  gezelter
2250 >
2251 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2252 >        GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
2253 >        which was living inside the GB particle.  No alien-like ripping out
2254 >        of the stomach was required.
2255 >
2256 > 2005-12-15 18:57  tim
2257 >
2258 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
2259 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
2260 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
2261 >        replace grammar for numerical parsing
2262 >
2263 > 2005-12-15 13:43  gezelter
2264 >
2265 >        * src/UseTheForce/doForces.F90: fixed a cutoff bug
2266 >
2267 > 2005-12-15 06:48  gezelter
2268 >
2269 >        * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
2270 >        dependencies and replacing them with real autoconf checks
2271 >
2272 > 2005-12-15 06:47  gezelter
2273 >
2274 >        * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
2275 >        ac-tools/configure.in, src/config.h.in: Adding checks for various
2276 >        features used by ANTLR
2277 >
2278 > 2005-12-14 10:02  tim
2279 >
2280 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
2281 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
2282 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
2283 >        nasty negative integer parsing problem by refining the grammar
2284 >
2285 > 2005-12-12 11:32  gezelter
2286 >
2287 >        * src/: UseTheForce/doForces_interface.F90,
2288 >        UseTheForce/doForces_interface.h,
2289 >        UseTheForce/DarkSide/electrostatic.F90,
2290 >        UseTheForce/DarkSide/electrostatic_interface.F90,
2291 >        UseTheForce/DarkSide/electrostatic_interface.h,
2292 >        brains/MoleculeCreator.cpp, brains/SimInfo.cpp,
2293 >        math/ChebyshevPolynomials.hpp, openbabel/obconversion.hpp: made
2294 >        some minor changes to allow compilation with the portland group
2295 >        compilers
2296 >
2297 > 2005-12-10 08:54  tim
2298 >
2299 >        * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
2300 >        problem for icc7
2301 >
2302 > 2005-12-09 13:18  gezelter
2303 >
2304 >        * src/utils/CaseConversion.hpp: added missing include
2305 >
2306 > 2005-12-09 09:11  gezelter
2307 >
2308 >        * configure, ac-tools/aclocal.m4: added some checks for pathscale
2309 >        compiler
2310 >
2311 > 2005-12-08 14:05  gezelter
2312 >
2313 >        * src/io/ForceFieldOptions.cpp: added copyright
2314 >
2315 > 2005-12-08 14:04  gezelter
2316 >
2317 >        * src/UseTheForce/doForces.F90: added info printout
2318 >
2319 > 2005-12-08 14:04  gezelter
2320 >
2321 >        * configure, ac-tools/configure.in: added pathscale
2322 >
2323 > 2005-12-08 07:38  chuckv
2324 >
2325 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
2326 >        UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
2327 >        UseTheForce/SHAPES_FF.cpp, io/BendTypesSectionParser.cpp,
2328 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2329 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
2330 >        io/ChargeAtomTypesSectionParser.hpp,
2331 >        io/DirectionalAtomTypesSectionParser.cpp,
2332 >        io/DirectionalAtomTypesSectionParser.hpp,
2333 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
2334 >        io/GayBerneAtomTypesSectionParser.cpp,
2335 >        io/GayBerneAtomTypesSectionParser.hpp,
2336 >        io/MultipoleAtomTypesSectionParser.cpp,
2337 >        io/MultipoleAtomTypesSectionParser.hpp,
2338 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
2339 >        io/ShapeAtomTypesSectionParser.cpp,
2340 >        io/ShapeAtomTypesSectionParser.hpp,
2341 >        io/StickyAtomTypesSectionParser.cpp,
2342 >        io/StickyAtomTypesSectionParser.hpp,
2343 >        io/StickyPowerAtomTypesSectionParser.cpp,
2344 >        io/StickyPowerAtomTypesSectionParser.hpp,
2345 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp:
2346 >        Wow thats alot o' files. Now passing forceFieldOptions to all of
2347 >        the parsers.
2348 >
2349 > 2005-12-07 15:10  chuckv
2350 >
2351 >        * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
2352 >        SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
2353 >        Started adding support for ForceOptions to section parsers.
2354 >
2355 > 2005-12-07 15:01  gezelter
2356 >
2357 >        * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
2358 >
2359 > 2005-12-07 15:00  chuckv
2360 >
2361 >        * src/io/: LennardJonesAtomTypesSectionParser.cpp,
2362 >        LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
2363 >        section parser
2364 >
2365 > 2005-12-07 11:58  chuckv
2366 >
2367 >        * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
2368 >        lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
2369 >        suttonchen_interface.h: Removed geometric distance mixing from
2370 >        individual modules and now use force options to detemine what the
2371 >        deal is.
2372 >
2373 > 2005-12-07 11:46  chuckv
2374 >
2375 >        * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
2376 >        Further fixes for compiler issues.
2377 >
2378 > 2005-12-07 11:44  chuckv
2379 >
2380 >        * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
2381 >
2382 > 2005-12-07 11:38  chuckv
2383 >
2384 >        * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
2385 >        fForceOptions_interface.F90, fForceOptions_interface.h: Added
2386 >        support for fortran force options.
2387 >
2388 > 2005-12-06 13:01  tim
2389 >
2390 >        * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
2391 >
2392 > 2005-12-06 11:26  chuckv
2393 >
2394 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
2395 >
2396 > 2005-12-06 09:53  chuckv
2397 >
2398 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2399 >        GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
2400 >        crystal
2401 >
2402 > 2005-12-06 09:52  chuckv
2403 >
2404 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
2405 >        dumpwriter.
2406 >
2407 > 2005-12-06 08:49  tim
2408 >
2409 >        * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
2410 >        argon/ar864.md, argon/argonNVT.md, argon/lj.md,
2411 >        dipole/splitDipole.md, dipole/splitInWater.md, dipole/split_SSD.md,
2412 >        dipole/twoSplitDipole.md, dipole/water.md, gbljtest/2gb.md,
2413 >        gbljtest/gb.md, gbljtest/gb2lj1.md, gbljtest/gbRotRoundX.md,
2414 >        gbljtest/gbRotRoundY.md, gbljtest/gbRotRoundZ.md, gbljtest/lj.md,
2415 >        lipid/5x5.md, lipid/lipid.md, lipid/water.md,
2416 >        metals/Au-Core-Ag-Shell_Nanoparticle.md, metals/Au_bulk_FBD.md,
2417 >        metals/Au_bulk_voter.md, metals/Au_nanoparticle.md,
2418 >        metals/metals.md, minimizer/ssdEM.md, minimizer/tip4p_two.md,
2419 >        minimizer/water.md, shape/linear.md,
2420 >        thermoIntegration/liquid/ssde.md,
2421 >        thermoIntegration/liquid/water.md, thermoIntegration/solid/ssde.md,
2422 >        thermoIntegration/solid/water.md, water/dimer/cl.md,
2423 >        water/dimer/mix.md, water/dimer/mix2.md, water/dimer/ssd.md,
2424 >        water/dimer/tap.md, water/dimer/two.md, water/dimer/water.md,
2425 >        water/spce/spce.md, water/spce/water.md, water/ssd/ssd.md,
2426 >        water/ssd/water.md, water/ssd-ion/ssdCl.md, water/ssd-ion/water.md,
2427 >        water/ssde/ssde.md, water/ssde/water.md, water/ssdrf/ssdrf.md,
2428 >        water/ssdrf/water.md, water/tap/tap.md, water/tap/water.md,
2429 >        water/tip3p_ice/tp3.md, water/tip3p_ice/water.md,
2430 >        water/tip4p/tp4.md, water/tip4p/water.md, zcons/water.md,
2431 >        zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
2432 >        keywords from samples
2433 >
2434 > 2005-12-05 15:37  tim
2435 >
2436 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
2437 >        Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
2438 >
2439 > 2005-12-05 14:23  gezelter
2440 >
2441 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
2442 >        UseTheForce/Makefile, brains/Register.cpp,
2443 >        io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
2444 >        handler for CLAY force field
2445 >
2446 > 2005-12-05 13:45  chuckv
2447 >
2448 >        * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
2449 >        in openbabel.
2450 >
2451 > 2005-12-05 11:10  tim
2452 >
2453 >        * src/types/MoleculeStamp.cpp: reformat error message
2454 >
2455 > 2005-12-05 11:07  gezelter
2456 >
2457 >        * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
2458 >
2459 > 2005-12-05 10:23  tim
2460 >
2461 >        * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
2462 >        types/BendStamp.hpp, types/MoleculeStamp.cpp,
2463 >        types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
2464 >        adding more checking for topology
2465 >
2466 > 2005-12-02 14:37  gezelter
2467 >
2468 >        * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
2469 >        removal
2470 >
2471 > 2005-12-02 14:37  gezelter
2472 >
2473 >        * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
2474 >
2475 > 2005-12-02 14:37  gezelter
2476 >
2477 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2478 >        GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
2479 >        traditional.md: removing deprecated nAtoms and nComponents lines
2480 >
2481 > 2005-12-02 12:34  tim
2482 >
2483 >        * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
2484 >
2485 > 2005-12-02 12:18  tim
2486 >
2487 >        * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
2488 >        FragmentStamp
2489 >
2490 > 2005-12-02 12:11  gezelter
2491 >
2492 >        * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
2493 >        longer thrown with consts (fixes compilation bug on the Mac).
2494 >
2495 > 2005-12-02 12:10  gezelter
2496 >
2497 >        * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
2498 >        printing out of timestep
2499 >
2500 > 2005-12-02 12:10  gezelter
2501 >
2502 >        * src/brains/ForceManager.cpp: Got rid of spurious printing out of
2503 >        junk
2504 >
2505 > 2005-12-02 12:10  gezelter
2506 >
2507 >        * make/Makefile.in: Change build process for libOOPSE.a so that the
2508 >        libraries aren't unpacked.  libOOPSE.a is now made directly from
2509 >        the object files
2510 >
2511 > 2005-12-02 12:09  gezelter
2512 >
2513 >        * configure, ac-tools/configure.in: added check for egrep (grep -E)
2514 >        needed for new build of libOOPSE.a
2515 >
2516 > 2005-12-02 10:43  tim
2517 >
2518 >        * src/types/DataHolder.hpp: adding DataHolder
2519 >
2520 > 2005-12-02 09:01  gezelter
2521 >
2522 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2523 >        GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
2524 >        case for the cutoff policies
2525 >
2526 > 2005-12-02 07:38  tim
2527 >
2528 >        * make/Makefile.in: update Makefile
2529 >
2530 > 2005-12-02 07:38  tim
2531 >
2532 >        * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
2533 >        antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
2534 >        antlr/ASTFactory.cpp, antlr/ASTFactory.hpp, antlr/ASTNULLType.cpp,
2535 >        antlr/ASTNULLType.hpp, antlr/ASTPair.hpp, antlr/ASTRefCount.cpp,
2536 >        antlr/ASTRefCount.hpp, antlr/BaseAST.cpp, antlr/BaseAST.hpp,
2537 >        antlr/BitSet.cpp, antlr/BitSet.hpp, antlr/CharBuffer.cpp,
2538 >        antlr/CharBuffer.hpp, antlr/CharInputBuffer.hpp,
2539 >        antlr/CharScanner.cpp, antlr/CharScanner.hpp,
2540 >        antlr/CharStreamException.hpp, antlr/CharStreamIOException.hpp,
2541 >        antlr/CircularQueue.hpp, antlr/CommonAST.cpp, antlr/CommonAST.hpp,
2542 >        antlr/CommonASTWithHiddenTokens.cpp,
2543 >        antlr/CommonASTWithHiddenTokens.hpp,
2544 >        antlr/CommonHiddenStreamToken.cpp,
2545 >        antlr/CommonHiddenStreamToken.hpp, antlr/CommonToken.cpp,
2546 >        antlr/CommonToken.hpp, antlr/IOException.hpp,
2547 >        antlr/InputBuffer.cpp, antlr/InputBuffer.hpp, antlr/LLkParser.cpp,
2548 >        antlr/LLkParser.hpp, antlr/LexerSharedInputState.hpp,
2549 >        antlr/Makefile, antlr/MismatchedCharException.cpp,
2550 >        antlr/MismatchedCharException.hpp,
2551 >        antlr/MismatchedTokenException.cpp,
2552 >        antlr/MismatchedTokenException.hpp, antlr/NoViableAltException.cpp,
2553 >        antlr/NoViableAltException.hpp,
2554 >        antlr/NoViableAltForCharException.cpp,
2555 >        antlr/NoViableAltForCharException.hpp, antlr/Parser.cpp,
2556 >        antlr/Parser.hpp, antlr/ParserSharedInputState.hpp,
2557 >        antlr/RecognitionException.cpp, antlr/RecognitionException.hpp,
2558 >        antlr/RefCount.hpp, antlr/SemanticException.hpp, antlr/String.cpp,
2559 >        antlr/String.hpp, antlr/Token.cpp, antlr/Token.hpp,
2560 >        antlr/TokenBuffer.cpp, antlr/TokenBuffer.hpp,
2561 >        antlr/TokenRefCount.cpp, antlr/TokenRefCount.hpp,
2562 >        antlr/TokenStream.hpp, antlr/TokenStreamBasicFilter.cpp,
2563 >        antlr/TokenStreamBasicFilter.hpp, antlr/TokenStreamException.hpp,
2564 >        antlr/TokenStreamHiddenTokenFilter.cpp,
2565 >        antlr/TokenStreamHiddenTokenFilter.hpp,
2566 >        antlr/TokenStreamIOException.hpp,
2567 >        antlr/TokenStreamRecognitionException.hpp,
2568 >        antlr/TokenStreamRetryException.hpp,
2569 >        antlr/TokenStreamRewriteEngine.cpp,
2570 >        antlr/TokenStreamRewriteEngine.hpp, antlr/TokenStreamSelector.cpp,
2571 >        antlr/TokenStreamSelector.hpp, antlr/TokenWithIndex.hpp,
2572 >        antlr/TreeParser.cpp, antlr/TreeParser.hpp,
2573 >        antlr/TreeParserSharedInputState.hpp, antlr/config.hpp,
2574 >        applications/oopse/oopse.cpp, brains/ForceManager.cpp,
2575 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
2576 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2577 >        constraints/ZconstraintForceManager.cpp,
2578 >        integrators/VelocityVerletIntegrator.cpp, io/BASS_interface.cpp,
2579 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
2580 >        io/BASSlex.l, io/BASSyacc.y, io/Globals.cpp, io/Globals.hpp,
2581 >        io/LinkedAssign.cpp, io/LinkedAssign.hpp, io/Makefile,
2582 >        io/ZConsReader.cpp, io/interface.c, io/make_nodes.c,
2583 >        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/node_list.h,
2584 >        io/parse_interface.h, io/parse_me.h, io/parse_tree.c,
2585 >        io/parse_tree.h, mdParser/FilenameObserver.cpp,
2586 >        mdParser/FilenameObserver.hpp, mdParser/MDLexer.cpp,
2587 >        mdParser/MDLexer.hpp, mdParser/MDParser.cpp, mdParser/MDParser.g,
2588 >        mdParser/MDParser.hpp, mdParser/MDTokenTypes.hpp,
2589 >        mdParser/MDTreeParser.cpp, mdParser/MDTreeParser.g,
2590 >        mdParser/MDTreeParser.hpp, mdParser/MDTreeParserTokenTypes.hpp,
2591 >        mdParser/Makefile, mdParser/SimplePreprocessor.hpp,
2592 >        openbabel/obconversion.cpp, openbabel/oopseformat.cpp,
2593 >        openbabel/xyzformat.cpp, primitives/RigidBody.cpp,
2594 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
2595 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
2596 >        selection/Makefile, selection/NameFinder.cpp,
2597 >        selection/NameFinder.hpp, selection/SelectionCompiler.hpp,
2598 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
2599 >        selection/SelectionManager.hpp, selection/SelectionToken.hpp,
2600 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.hpp,
2601 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/BendStamp.cpp,
2602 >        types/BendStamp.hpp, types/BondStamp.cpp, types/BondStamp.hpp,
2603 >        types/Component.cpp, types/Component.hpp,
2604 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
2605 >        types/MakeStamps.cpp, types/MakeStamps.hpp, types/Makefile,
2606 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
2607 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
2608 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
2609 >        types/ZconStamp.cpp, types/ZconStamp.hpp, types/ZconsStamp.cpp,
2610 >        types/ZconsStamp.hpp, utils/BitSet.cpp, utils/BitSet.hpp,
2611 >        utils/Makefile.in, utils/MoLocator.cpp, utils/OOPSEBitSet.cpp,
2612 >        utils/OOPSEBitSet.hpp, utils/StringTokenizer.cpp,
2613 >        utils/StringTokenizer.hpp, visitors/ZconsVisitor.cpp: End of the
2614 >        Link --> List Return of the Oject-Oriented replace yacc/lex parser
2615 >        with antlr parser
2616 >
2617 > 2005-11-30 13:00  chuckv
2618 >
2619 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
2620 >        calculate rho(Z) to calculate density profiles for water slabs.
2621 >
2622 > 2005-11-29 14:54  chuckv
2623 >
2624 >        * configure, ac-tools/configure.in: added checks for some functions
2625 >        to configure script
2626 >
2627 > 2005-11-22 17:05  chuckv
2628 >
2629 >        * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
2630 >        obbond.cpp: Changed file names that conflict w/ oopse file name
2631 >        object files.
2632 >
2633 > 2005-11-21 14:59  gezelter
2634 >
2635 >        * src/utils/residentMem.c: compilation bug
2636 >
2637 > 2005-11-21 14:59  gezelter
2638 >
2639 >        * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
2640 >
2641 > 2005-11-21 14:59  gezelter
2642 >
2643 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
2644 >
2645 > 2005-11-21 14:59  gezelter
2646 >
2647 >        * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
2648 >        issue
2649 >
2650 > 2005-11-21 14:58  gezelter
2651 >
2652 >        * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
2653 >        doForces_interface.F90, doForces_interface.h, fForceOptions.h,
2654 >        notifyCutoffs.F90, notifyCutoffs_interface.F90,
2655 >        notifyCutoffs_interface.h, DarkSide/LJ.F90,
2656 >        DarkSide/electrostatic.F90, DarkSide/gb.F90,
2657 >        DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
2658 >
2659 > 2005-11-21 08:22  tim
2660 >
2661 >        * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
2662 >
2663 > 2005-11-21 06:59  tim
2664 >
2665 >        * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
2666 >        atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
2667 >        isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
2668 >        resdata.txt, torlib.txt, types.txt: adding openbabel data files
2669 >
2670 > 2005-11-18 12:17  tim
2671 >
2672 >        * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
2673 >        adding support for soft linking
2674 >
2675 > 2005-11-18 12:17  tim
2676 >
2677 >        * make/Makefile.in: Adding support for soft linking
2678 >
2679 > 2005-11-18 09:50  gezelter
2680 >
2681 >        * make/Makefile.in: Adding linking stuff
2682 >
2683 > 2005-11-18 08:38  tim
2684 >
2685 >        * make/Makefile.in, src/applications/atom2mdin/Makefile,
2686 >        src/applications/atom2mdin/atom2mdin.cpp,
2687 >        src/applications/mdinConverter/Makefile,
2688 >        src/applications/mdinConverter/mdinConverter.cpp,
2689 >        src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
2690 >        rename mdinConverter to atom2mdin
2691 >
2692 > 2005-11-17 12:44  gezelter
2693 >
2694 >        * src/openbabel/obconversion.cpp: fixed a bug
2695 >
2696 > 2005-11-17 12:39  gezelter
2697 >
2698 >        * configure: Adding some config checks for OpenBabel codes we are
2699 >        using
2700 >
2701 > 2005-11-17 12:39  gezelter
2702 >
2703 >        * ac-tools/configure.in: Adding some checks for OpenBabel code
2704 >
2705 > 2005-11-17 12:39  gezelter
2706 >
2707 >        * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
2708 >
2709 > 2005-11-17 12:38  gezelter
2710 >
2711 >        * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
2712 >        bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
2713 >        fingerprint.cpp, generic.hpp, grid.hpp, matrix.hpp, mol.hpp,
2714 >        obconversion.hpp, oberror.cpp, oberror.hpp, obutil.cpp, obutil.hpp,
2715 >        patty.cpp, pdbformat.hpp, phmodel.cpp, povrayformat.hpp,
2716 >        residue.cpp, rotor.cpp, smilesformat.cpp, tokenst.cpp, typer.cpp:
2717 >        Unifying config.h stuff and making sure the OpenBabel codes can
2718 >        find our default (and environment variable) Force Field
2719 >        directories.
2720 >
2721 > 2005-11-17 10:35  tim
2722 >
2723 >        * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
2724 >
2725 > 2005-11-16 15:10  tim
2726 >
2727 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
2728 >        brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
2729 >        brains/ForceManager.hpp, brains/SimCreator.cpp, brains/SimInfo.cpp,
2730 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
2731 >        io/Globals.hpp, io/Makefile, io/OptionSectionParser.cpp,
2732 >        io/OptionSectionParser.hpp, io/ParamConstraint.hpp,
2733 >        io/SectionParser.hpp, io/SectionParserManager.cpp,
2734 >        io/TorsionTypesSectionParser.cpp, math/ChebyshevPolynomials.hpp,
2735 >        math/Makefile, math/Polynomial.hpp, primitives/Bend.cpp,
2736 >        primitives/Bend.hpp, primitives/GhostBend.cpp,
2737 >        primitives/GhostBend.hpp, primitives/GhostTorsion.cpp,
2738 >        primitives/GhostTorsion.hpp, primitives/Torsion.cpp,
2739 >        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
2740 >        primitives/UreyBradleyBend.hpp, types/CharmmTorsionType.cpp,
2741 >        types/CharmmTorsionType.hpp, types/CubicTorsionType.hpp,
2742 >        types/PolynomialTorsionType.hpp, types/QuarticTorsionType.hpp,
2743 >        types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
2744 >        get compiled
2745 >
2746 > 2005-11-16 13:37  chuckv
2747 >
2748 >        * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
2749 >        io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
2750 >        UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
2751 >        optional parameters....
2752 >
2753 > 2005-11-16 13:24  tim
2754 >
2755 >        * src/applications/mdinConverter/: Makefile, mdinConverter.cpp:
2756 >        adding mdinConverter
2757 >
2758 > 2005-11-16 13:22  tim
2759 >
2760 >        * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
2761 >        fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
2762 >        gromos96format.cpp, gromos96format.hpp, oopseformat.cpp,
2763 >        oopseformat.hpp, pdbformat.cpp, pdbformat.hpp, povrayformat.cpp,
2764 >        povrayformat.hpp, smilesformat.cpp, smilesformat.hpp,
2765 >        tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
2766 >        adding more readers/writers
2767 >
2768 > 2005-11-16 13:20  tim
2769 >
2770 >        * make/Makefile.in: adding openbabel
2771 >
2772 > 2005-11-16 13:20  tim
2773 >
2774 >        * src/brains/: Register.cpp, Register.hpp: register openbabel
2775 >        readers/writers
2776 >
2777 > 2005-11-16 11:57  chrisfen
2778 >
2779 >        * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
2780 >        potential self term
2781 >
2782 > 2005-11-16 11:57  chrisfen
2783 >
2784 >        * samples/water/spce/spce.md: just some parameters
2785 >
2786 > 2005-11-16 11:42  tim
2787 >
2788 >        * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
2789 >        babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
2790 >        bond.cpp, bondtyp.hpp, bondtyper.cpp, bondtyper.hpp, chains.cpp,
2791 >        chains.hpp, chiral.cpp, chiral.hpp, config.h.in, config.hpp,
2792 >        data.cpp, data.hpp, element.hpp, extable.hpp, fingerprint.cpp,
2793 >        fingerprint.hpp, generic.cpp, generic.hpp, grid.cpp, grid.hpp,
2794 >        isotope.hpp, kekulize.cpp, matrix.cpp, matrix.hpp, matrix3x3.cpp,
2795 >        matrix3x3.hpp, mol.cpp, mol.hpp, molchrg.cpp, molchrg.hpp,
2796 >        obconversion.cpp, obconversion.hpp, obconversion.lo, oberror.cpp,
2797 >        oberror.hpp, obiter.cpp, obiter.hpp, obmolecformat.hpp, obutil.cpp,
2798 >        obutil.hpp, oopseformat.cpp, parsmart.cpp, parsmart.hpp, patty.cpp,
2799 >        patty.hpp, pdbformat.cpp, phmodel.cpp, phmodel.hpp,
2800 >        phmodeldata.hpp, rand.cpp, reaction.hpp, resdata.hpp, residue.cpp,
2801 >        ring.cpp, ring.hpp, rotamer.cpp, rotamer.hpp, rotor.cpp, rotor.hpp,
2802 >        snprintf.c, snprintf.h, strncasecmp.c, tinkerformat.cpp,
2803 >        tokenst.cpp, torlib.hpp, transform.cpp, typer.cpp, typer.hpp,
2804 >        types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
2805 >        zipstreamimpl.hpp: adding openbabel
2806 >
2807 > 2005-11-15 11:42  chrisfen
2808 >
2809 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
2810 >        commented code
2811 >
2812 > 2005-11-15 11:04  chrisfen
2813 >
2814 >        * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
2815 >        charge-charge interactions a bit...
2816 >
2817 > 2005-11-15 11:03  chrisfen
2818 >
2819 >        * samples/water/spce/: spce.md, water.md: just playing
2820 >
2821 > 2005-11-15 08:38  chrisfen
2822 >
2823 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
2824 >        shifted_potential case
2825 >
2826 > 2005-11-15 08:37  chrisfen
2827 >
2828 >        * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
2829 >        just playing around - we need to refresh all the samples sometime
2830 >        soon...
2831 >
2832 > 2005-11-15 08:18  chuckv
2833 >
2834 >        * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
2835 >        preforce calc public in suttonchen.
2836 >
2837 > 2005-11-15 08:05  chuckv
2838 >
2839 >        * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
2840 >        SimInfo
2841 >
2842 > 2005-11-15 08:01  chuckv
2843 >
2844 >        * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
2845 >        DarkSide/simulation.F90: Added Sutton-Chen to force loop...
2846 >
2847 > 2005-11-15 07:34  chuckv
2848 >
2849 >        * forceFields/Makefile: Added sutton-chen to makefile.
2850 >
2851 > 2005-11-14 14:20  chuckv
2852 >
2853 >        * src/UseTheForce/DarkSide/: suttonchen.F90,
2854 >        suttonchen_interface.h: Build Fixes for sutton-chen.
2855 >
2856 > 2005-11-14 14:03  chuckv
2857 >
2858 >        * src/io/Makefile: Missed makefile for sutton-chen.
2859 >
2860 > 2005-11-14 14:03  chuckv
2861 >
2862 >        * src/UseTheForce/: Makefile, DarkSide/Makefile,
2863 >        DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
2864 >
2865 > 2005-11-14 13:29  chuckv
2866 >
2867 >        * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
2868 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
2869 >        UseTheForce/DarkSide/suttonchen.F90,
2870 >        UseTheForce/DarkSide/suttonchen_interface.F90,
2871 >        UseTheForce/DarkSide/suttonchen_interface.h, brains/Register.cpp,
2872 >        brains/fSimulation.h, types/AtomType.cpp, types/AtomType.hpp,
2873 >        types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
2874 >        fix do_forces to use Sutton-Chen.
2875 >
2876 > 2005-11-11 09:21  chrisfen
2877 >
2878 >        * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
2879 >        switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
2880 >        some files
2881 >
2882 > 2005-11-11 07:22  chrisfen
2883 >
2884 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
2885 >        io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
2886 >        switching function option
2887 >
2888 > 2005-11-11 07:21  chrisfen
2889 >
2890 >        * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
2891 >        5th order polynomial switching function
2892 >
2893 > 2005-11-11 07:21  chrisfen
2894 >
2895 >        * samples/water/ssd/ssd.md: playing with switching functions again
2896 >
2897 > 2005-11-11 07:21  chrisfen
2898 >
2899 >        * samples/argon/500.md: playing with switching functions
2900 >
2901 > 2005-11-08 16:11  chuckv
2902 >
2903 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
2904 >        files for Sutton-Chen and Quantum Sutton-Chen
2905 >
2906 > 2005-11-08 05:32  chrisfen
2907 >
2908 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
2909 >        DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
2910 >        ability to output forces and torques
2911 >
2912 > 2005-11-08 05:32  chrisfen
2913 >
2914 >        * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
2915 >        output of forces and torques
2916 >
2917 > 2005-11-08 05:31  chrisfen
2918 >
2919 >        * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
2920 >        Working on shifted_force...
2921 >
2922 > 2005-11-08 05:31  chrisfen
2923 >
2924 >        * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
2925 >
2926 > 2005-11-03 15:22  chrisfen
2927 >
2928 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
2929 >        commented section
2930 >
2931 > 2005-11-03 15:12  chrisfen
2932 >
2933 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
2934 >        UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
2935 >        UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
2936 >        io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
2937 >
2938 > 2005-11-03 15:11  chrisfen
2939 >
2940 >        * samples/water/spce/spce.md: mmm...  damped shifted force...
2941 >
2942 > 2005-11-03 15:06  chuckv
2943 >
2944 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
2945 >
2946 > 2005-11-02 15:50  chuckv
2947 >
2948 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
2949 >
2950 > 2005-11-02 13:01  chrisfen
2951 >
2952 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2953 >        removed some test code
2954 >
2955 > 2005-11-02 12:45  chrisfen
2956 >
2957 >        * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
2958 >        screening method header
2959 >
2960 > 2005-11-02 12:36  chrisfen
2961 >
2962 >        * src/brains/SimInfo.cpp: again, changing how we deal with
2963 >        summation and screening methods
2964 >
2965 > 2005-11-02 12:36  chrisfen
2966 >
2967 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
2968 >        UseTheForce/DarkSide/electrostatic_interface.F90,
2969 >        UseTheForce/DarkSide/electrostatic_interface.h,
2970 >        UseTheForce/DarkSide/fElectrostaticSummationMethod.h,
2971 >        io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
2972 >        and screening methods
2973 >
2974 > 2005-11-02 12:35  chrisfen
2975 >
2976 >        * src/UseTheForce/doForces.F90: debug stuff for rf removed
2977 >
2978 > 2005-11-01 15:32  chuckv
2979 >
2980 >        * src/: UseTheForce/DarkSide/atype.F90,
2981 >        UseTheForce/DarkSide/atype_interface.F90,
2982 >        UseTheForce/DarkSide/suttonchen.F90, types/AtomType.cpp,
2983 >        types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
2984 >        sutton-chen
2985 >
2986 > 2005-11-01 11:24  chrisfen
2987 >
2988 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2989 >        removed some testing code...
2990 >
2991 > 2005-11-01 11:14  chrisfen
2992 >
2993 >        * src/: brains/Register.cpp, brains/SimInfo.cpp,
2994 >        brains/fSimulation.h, integrators/IntegratorFactory.hpp,
2995 >        io/Globals.cpp: fixed a capitalization problem with NPT integrator
2996 >        initialization
2997 >
2998 > 2005-11-01 11:13  chrisfen
2999 >
3000 >        * src/applications/oopse/oopse.cpp: nothing
3001 >
3002 > 2005-11-01 11:09  chrisfen
3003 >
3004 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3005 >        DarkSide/simulation.F90: still fixing up wolf...
3006 >
3007 > 2005-11-01 10:29  chuckv
3008 >
3009 >        * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
3010 >        process of adding sutton-chen forcefield.
3011 >
3012 > 2005-10-26 16:32  chrisfen
3013 >
3014 >        * src/brains/SimInfo.cpp: changed the default switching radius to
3015 >        85% of rcut
3016 >
3017 > 2005-10-26 16:31  chrisfen
3018 >
3019 >        * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
3020 >        to be working now - for charges and dipoles alike
3021 >
3022 > 2005-10-26 16:31  chrisfen
3023 >
3024 >        * src/UseTheForce/doForces.F90: reaction field looks to be working
3025 >        now
3026 >
3027 > 2005-10-26 16:30  chrisfen
3028 >
3029 >        * samples/water/ssdrf/water.md: added a test molecule
3030 >
3031 > 2005-10-26 16:30  chrisfen
3032 >
3033 >        * forceFields/DUFF2.frc: added a test atom type
3034 >
3035 > 2005-10-24 07:06  chrisfen
3036 >
3037 >        * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
3038 >        reaction field - don't know if it works...
3039 >
3040 > 2005-10-23 14:08  chrisfen
3041 >
3042 >        * src/: UseTheForce/doForces.F90,
3043 >        UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
3044 >        streamlined reaction field for dipoles (now a good bit faster) and
3045 >        added reaction field for charges - still need to do charge-dipole
3046 >        RF
3047 >
3048 > 2005-10-23 14:07  chrisfen
3049 >
3050 >        * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
3051 >        field
3052 >
3053 > 2005-10-23 14:06  chrisfen
3054 >
3055 >        * samples/water/spce/spce.md: reaction field now works for charges
3056 >
3057 > 2005-10-20 13:27  tim
3058 >
3059 >        * src/primitives/Torsion.cpp: Fix the other branch of force
3060 >        calculation in Torision.cpp
3061 >
3062 > 2005-10-19 12:24  chrisfen
3063 >
3064 >        * src/: UseTheForce/doForces.F90,
3065 >        UseTheForce/DarkSide/electrostatic.F90,
3066 >        UseTheForce/DarkSide/simulation.F90, applications/oopse/oopse.cpp,
3067 >        brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
3068 >        toUpper problems - these changes should fix those...
3069 >
3070 > 2005-10-19 12:23  chrisfen
3071 >
3072 >        * samples/water/ssdrf/ssdrf.md: nothing
3073 >
3074 > 2005-10-19 10:03  gezelter
3075 >
3076 >        * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
3077 >        GayBerne
3078 >
3079 > 2005-10-19 09:49  tim
3080 >
3081 >        * src/: UseTheForce/DarkSide/fInteractionMap.h,
3082 >        brains/ForceManager.cpp: fix an index mismathcing between c and
3083 >        fortran
3084 >
3085 > 2005-10-18 16:03  gezelter
3086 >
3087 >        * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
3088 >        samples for the cutoff methods that Yang Zheng has been working on
3089 >
3090 > 2005-10-18 14:13  gezelter
3091 >
3092 >        * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
3093 >        and a rotation matrix bug
3094 >
3095 > 2005-10-18 14:13  gezelter
3096 >
3097 >        * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
3098 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
3099 >        added a few GB test cases
3100 >
3101 > 2005-10-18 14:13  gezelter
3102 >
3103 >        * forceFields/DUFF2.frc: Fixing GB parameters
3104 >
3105 > 2005-10-18 11:36  kdaily
3106 >
3107 >        * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
3108 >        type
3109 >
3110 > 2005-10-18 08:01  chrisfen
3111 >
3112 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
3113 >        UseTheForce/DarkSide/Makefile,
3114 >        UseTheForce/DarkSide/electrostatic.F90,
3115 >        UseTheForce/DarkSide/electrostatic_interface.F90,
3116 >        UseTheForce/DarkSide/electrostatic_interface.h,
3117 >        UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
3118 >        reaction field with electrostatics.F90
3119 >
3120 > 2005-10-17 16:13  tim
3121 >
3122 >        * src/: brains/ForceManager.cpp, brains/Stats.cpp,
3123 >        brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
3124 >        io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
3125 >        io/StatWriter.hpp: Customized StatWriter is working
3126 >
3127 > 2005-10-17 15:42  kdaily
3128 >
3129 >        * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
3130 >        paper
3131 >
3132 > 2005-10-17 14:47  gezelter
3133 >
3134 >        * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
3135 >
3136 > 2005-10-17 12:24  tim
3137 >
3138 >        * src/io/ParamConstraint.hpp: Another bug fix
3139 >
3140 > 2005-10-17 12:22  tim
3141 >
3142 >        * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
3143 >        issues in Globals
3144 >
3145 > 2005-10-17 12:12  gezelter
3146 >
3147 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
3148 >        UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
3149 >        UseTheForce/DarkSide/gb_interface.F90,
3150 >        UseTheForce/DarkSide/gb_interface.h,
3151 >        io/GayBerneAtomTypesSectionParser.cpp,
3152 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
3153 >        changing GB architecture
3154 >
3155 > 2005-10-17 12:12  gezelter
3156 >
3157 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
3158 >        gbRotRoundZ.in: Adding samples for gb tests
3159 >
3160 > 2005-10-16 20:06  tim
3161 >
3162 >        * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
3163 >        a  string to event's err_msg, there are still tons of memory
3164 >        leaking problem in Globals
3165 >
3166 > 2005-10-16 17:51  tim
3167 >
3168 >        * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
3169 >        error message in Globals
3170 >
3171 > 2005-10-14 14:43  tim
3172 >
3173 >        * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
3174 >        parameters are working now
3175 >
3176 > 2005-10-14 09:43  gezelter
3177 >
3178 >        * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
3179 >
3180 > 2005-10-14 09:05  gezelter
3181 >
3182 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
3183 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
3184 >        Adding some Gay Berne tests
3185 >
3186 > 2005-10-14 09:05  gezelter
3187 >
3188 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
3189 >        cutoff tests
3190 >
3191 > 2005-10-14 08:44  kdaily
3192 >
3193 >        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
3194 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
3195 >        src/UseTheForce/DarkSide/gb_interface.F90,
3196 >        src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
3197 >        LJ
3198 >
3199 > 2005-10-14 07:48  tim
3200 >
3201 >        * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
3202 >
3203 > 2005-10-14 07:18  chrisfen
3204 >
3205 >        * samples/thermoIntegration/liquid/ssde.md,
3206 >        samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
3207 >        src/restraints/Restraints.cpp: added default restraint spring
3208 >        constants into Globals
3209 >
3210 > 2005-10-13 15:26  tim
3211 >
3212 >        * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
3213 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
3214 >        constraints/ZconstraintForceManager.cpp,
3215 >        integrators/Integrator.cpp, integrators/NPT.cpp,
3216 >        integrators/NVT.cpp, integrators/Velocitizer.cpp, io/Globals.cpp,
3217 >        io/Globals.hpp, io/ZConsReader.cpp, minimizers/Minimizer.cpp,
3218 >        minimizers/MinimizerParameterSet.cpp, restraints/Restraints.cpp,
3219 >        restraints/ThermoIntegrationForceManager.cpp,
3220 >        visitors/ZconsVisitor.cpp: rewrite Globals
3221 >
3222 > 2005-10-12 14:57  chuckv
3223 >
3224 >        * src/brains/ForceManager.cpp: Fix to forceManager to pass
3225 >        potential array to fortran.
3226 >
3227 > 2005-10-12 14:00  gezelter
3228 >
3229 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
3230 >        remember what we did
3231 >
3232 > 2005-10-12 14:00  gezelter
3233 >
3234 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
3235 >        DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
3236 >        DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
3237 >        DarkSide/sticky.F90: simplifying long range potential array
3238 >
3239 > 2005-10-12 14:00  gezelter
3240 >
3241 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
3242 >        cutoff methods
3243 >
3244 > 2005-10-12 14:00  gezelter
3245 >
3246 >        * forceFields/DUFF2.frc: Messing with 2-point water models
3247 >
3248 > 2005-10-12 13:22  chuckv
3249 >
3250 >        * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
3251 >        interface now expects an array for pot.
3252 >
3253 > 2005-10-12 13:18  chuckv
3254 >
3255 >        * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
3256 >        DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
3257 >        calculation of potential.
3258 >
3259 > 2005-10-12 12:55  chuckv
3260 >
3261 >        * src/UseTheForce/doForces.F90: More changes to MPI potential
3262 >        calculations.
3263 >
3264 > 2005-10-12 11:59  chuckv
3265 >
3266 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
3267 >        DarkSide/eam.F90, DarkSide/electrostatic.F90,
3268 >        DarkSide/fInteractionMap.h, DarkSide/force_globals.F90,
3269 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
3270 >        Breaky: Add Support for seperating potential contributions.
3271 >
3272 > 2005-10-11 15:00  chuckv
3273 >
3274 >        * src/UseTheForce/doForces.F90: Free some variables that weren't
3275 >        freed before.
3276 >
3277 > 2005-10-11 14:59  chuckv
3278 >
3279 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
3280 >        GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
3281 >        builder --twinned.
3282 >
3283 > 2005-10-11 14:57  chuckv
3284 >
3285 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
3286 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
3287 >        nanoparticleBuilderCmd.h, sphericalNanoparticle.cpp,
3288 >        sphericalNanoparticle.hpp: Added code for nanoparticle builder to
3289 >        cvs.
3290 >
3291 > 2005-10-10 14:34  chuckv
3292 >
3293 >        * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
3294 >        in MPI.
3295 >
3296 > 2005-10-10 14:20  chuckv
3297 >
3298 >        * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
3299 >        indexing of groupToGtype. We now have two seperate maps
3300 >        groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
3301 >        that is set to groupToGtypeRow in the single processor version.
3302 >
3303 > 2005-10-06 11:44  chrisfen
3304 >
3305 >        * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
3306 >        ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
3307 >        tip3p_ice/water.md, tip4p/water.md: fixing up the samples
3308 >
3309 > 2005-10-05 14:12  tim
3310 >
3311 >        * src/primitives/RigidBody.cpp: There is still something wrong with
3312 >        inertia tensor projection
3313 >
3314 > 2005-10-05 12:35  tim
3315 >
3316 >        * src/primitives/RigidBody.cpp: erase output of inertia tensor.
3317 >        There is still something wrong with current implementation.
3318 >
3319 > 2005-10-05 12:34  tim
3320 >
3321 >        * src/brains/MoleculeCreator.cpp: fix a bug in creating
3322 >        cutoffGroup. When cutoffGroup is turned off, there is a mismatch
3323 >        between group and center of mass array
3324 >
3325 > 2005-10-05 12:12  tim
3326 >
3327 >        * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
3328 >        When cutoffGroup is turned off, there is a mismatch between group
3329 >        and center of mass array
3330 >
3331 > 2005-10-04 12:34  chrisfen
3332 >
3333 >        * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
3334 >        mass ratio bug that results in simulation failure with massless
3335 >        particles
3336 >
3337 > 2005-10-04 12:33  chrisfen
3338 >
3339 >        * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
3340 >        wolf
3341 >
3342 > 2005-10-04 12:32  chrisfen
3343 >
3344 >        * samples/water/dimer/two.md, samples/water/dimer/water.md,
3345 >        samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
3346 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
3347 >        random changes when testing
3348 >
3349 > 2005-10-03 08:54  tim
3350 >
3351 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
3352 >        projecting the inertia tensor of directional atom in rigibody into
3353 >        rigidbody's body frame (previous commit is wrong)
3354 >
3355 > 2005-10-03 07:31  tim
3356 >
3357 >        * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
3358 >        tensor of directional atom in rigibody into rigidbody's body frame
3359 >
3360 > 2005-09-28 11:47  chrisfen
3361 >
3362 >        * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
3363 >
3364 > 2005-09-28 11:46  chrisfen
3365 >
3366 >        * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
3367 >        dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
3368 >        ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
3369 >        tip4p/tp4.md: fixed some samples
3370 >
3371 > 2005-09-28 11:46  chrisfen
3372 >
3373 >        * ChangeLog: updated
3374 >
3375 > 2005-09-28 09:55  tim
3376 >
3377 >        * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
3378 >        divergence in rotation matrix to quaternion transformation
3379 >
3380 > 2005-09-28 09:32  gezelter
3381 >
3382 >        * src/primitives/RigidBody.cpp: Rotation matrix multiplication
3383 >        order error
3384 >
3385 > 2005-09-28 09:32  gezelter
3386 >
3387 >        * src/io/DumpReader.cpp: tracking down quaternion bug
3388 >
3389 > 2005-09-28 09:32  gezelter
3390 >
3391 >        * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
3392 >        model
3393 >
3394 > 2005-09-27 13:02  tim
3395 >
3396 >        * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
3397 >        to quaternion
3398 >
3399 > 2005-09-26 11:38  chuckv
3400 >
3401 >        * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
3402 >        7 so derfc is external. Other compilers should treat erfc as
3403 >        intrinsic.
3404 >
3405 > 2005-09-26 10:07  chuckv
3406 >
3407 >        * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
3408 >        and declared it to be external to fix issure with ifc7. Hopefully
3409 >        this will not cause a problem with other compilers where derfc is
3410 >        an intrinsic function.
3411 >
3412 > 2005-09-26 09:42  chuckv
3413 >
3414 >        * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
3415 >        in simulation module. We needed a seperate receive buffer.
3416 >
3417 > 2005-09-26 08:58  chuckv
3418 >
3419 >        * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
3420 >        support for skinThickness keyword to Globals.
3421 >
3422 > 2005-09-26 08:56  tim
3423 >
3424 >        * src/io/DumpReader.cpp: fix a typo in DumpReader
3425 >
3426 > 2005-09-26 07:27  chrisfen
3427 >
3428 >        * samples/: minimizer/tip4p_two.md,
3429 >        thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
3430 >        water/dimer/cl.md, water/dimer/mix.md, water/dimer/mix2.md,
3431 >        water/dimer/ssd.md, water/dimer/tap.md, water/dimer/two.md,
3432 >        water/spce/spce.md, water/ssd/ssd.md, water/ssd-ion/ssdCl.md,
3433 >        water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
3434 >        water/tip4p/tp4.md: fixing up some samples
3435 >
3436 > 2005-09-24 10:39  chrisfen
3437 >
3438 >        * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
3439 >        roughly the same speed as the old version when using dipoles
3440 >        
3441 >        energies are now exactly the same between the old version of OOPSE
3442 >        and this version
3443 >
3444 > 2005-09-24 10:38  chrisfen
3445 >
3446 >        * samples/water/ssdrf/ssdrf.md: turned rf on
3447 >
3448 > 2005-09-23 13:31  chuckv
3449 >
3450 >        * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
3451 >        skin thickness and hardcode listSkin to be 1.0. We now get listskin
3452 >        from skin. This will get fixed to where we can manually set skin
3453 >        thickness.
3454 >
3455 > 2005-09-22 11:50  gezelter
3456 >
3457 >        * src/math/derfc.F90: added error function
3458 >
3459 > 2005-09-21 17:08  chuckv
3460 >
3461 >        * src/integrators/Velocitizer.cpp: Removed print statement for
3462 >        angular momentum and inertia tensor from velocitizer.
3463 >
3464 > 2005-09-21 17:04  chuckv
3465 >
3466 >        * src/integrators/Velocitizer.cpp: Removed print statements for
3467 >        remove angular momentum.
3468 >
3469 > 2005-09-21 16:45  chuckv
3470 >
3471 >        * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
3472 >        (say we are using EAM), we probably shouldn't rebuild the LJ mixing
3473 >        map.
3474 >
3475 > 2005-09-21 13:59  tim
3476 >
3477 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
3478 >        DumpReader using pure c++ io
3479 >
3480 > 2005-09-21 10:20  chrisfen
3481 >
3482 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
3483 >        defaultCutoff bug (HEMES!)
3484 >
3485 > 2005-09-20 15:13  gezelter
3486 >
3487 >        * make/Makefile.in: libz additions
3488 >
3489 > 2005-09-20 15:03  gezelter
3490 >
3491 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3492 >        src/config.h.in: added check for zlib in configure
3493 >
3494 > 2005-09-20 14:22  tim
3495 >
3496 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
3497 >        gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
3498 >
3499 > 2005-09-20 09:22  tim
3500 >
3501 >        * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
3502 >        testcase for zipstream
3503 >
3504 > 2005-09-20 08:41  tim
3505 >
3506 >        * src/io/zipstream.hpp: adding zipstream.hpp
3507 >
3508 > 2005-09-20 08:34  chrisfen
3509 >
3510 >        * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
3511 >        dipole/twoSplitDipole.md, minimizer/ssdEM.md,
3512 >        minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
3513 >        zcons/zconsMoving.md: fixed up some sample md files
3514 >
3515 > 2005-09-19 16:21  chrisfen
3516 >
3517 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
3518 >        src/UseTheForce/doForces.F90,
3519 >        src/UseTheForce/DarkSide/electrostatic.F90,
3520 >        src/UseTheForce/DarkSide/simulation.F90, src/brains/SimInfo.cpp,
3521 >        src/brains/fSimulation.h: Fixed bugs in reaction field, now it
3522 >        appears as though it really is working...
3523 >
3524 > 2005-09-18 13:45  chrisfen
3525 >
3526 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
3527 >        src/UseTheForce/doForces.F90,
3528 >        src/UseTheForce/doForces_interface.F90,
3529 >        src/UseTheForce/doForces_interface.h,
3530 >        src/UseTheForce/DarkSide/electrostatic.F90,
3531 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
3532 >        src/brains/SimInfo.cpp: reaction field seems to work now, still
3533 >        need to do some testing...
3534 >
3535 > 2005-09-16 16:04  chuckv
3536 >
3537 >        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
3538 >        dump files.
3539 >
3540 > 2005-09-16 14:07  chrisfen
3541 >
3542 >        * src/: UseTheForce/doForces_interface.F90,
3543 >        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
3544 >        bug that ifc missed...
3545 >
3546 > 2005-09-16 13:36  chrisfen
3547 >
3548 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
3549 >        fixing some summation method issues
3550 >
3551 > 2005-09-16 12:35  chrisfen
3552 >
3553 >        * src/brains/SimInfo.cpp: fixed a capitalization error
3554 >
3555 > 2005-09-16 12:34  chrisfen
3556 >
3557 >        * src/UseTheForce/: fElectrostaticSummationMethod.h,
3558 >        DarkSide/fElectrostaticSummationMethod.h: moved a header file
3559 >        around
3560 >
3561 > 2005-09-16 12:00  chrisfen
3562 >
3563 >        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
3564 >        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
3565 >        are known issues - particularly with reaction field...
3566 >
3567 > 2005-09-16 09:07  chrisfen
3568 >
3569 >        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
3570 >        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
3571 >        (cutting out the old way to do reaction field)
3572 >
3573 > 2005-09-15 15:05  gezelter
3574 >
3575 >        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
3576 >        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
3577 >        DarkSide/electrostatic_interface.F90,
3578 >        DarkSide/electrostatic_interface.h: Working on adding WOLF
3579 >
3580 > 2005-09-15 12:17  tim
3581 >
3582 >        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
3583 >        is called without calling getNFrames
3584 >
3585 > 2005-09-15 06:47  chrisfen
3586 >
3587 >        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
3588 >
3589 > 2005-09-14 19:48  chuckv
3590 >
3591 >        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
3592 >        not initialized after creation. When maxval(gtypeMaxCutoff) was
3593 >        called, the largest random garbage value was returned from the
3594 >        array.
3595 >
3596 > 2005-09-14 17:14  chrisfen
3597 >
3598 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
3599 >        io/Globals.hpp: changes to include the coulombicCorrection selector
3600 >
3601 > 2005-09-14 17:13  chrisfen
3602 >
3603 >        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
3604 >        reactionField.F90: added in the undamped wolf, in the process of
3605 >        doing the damped wolf
3606 >
3607 > 2005-09-14 17:13  chrisfen
3608 >
3609 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
3610 >        doForces_interface.h, notifyCutoffs.F90: some changes to activate
3611 >        the coulombicCorrection selector
3612 >
3613 > 2005-09-14 17:11  chrisfen
3614 >
3615 >        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
3616 >
3617 > 2005-09-14 17:11  chrisfen
3618 >
3619 >        * samples/argon/: 500.in, 500.md: Equilibrated the sample
3620 >
3621 > 2005-09-14 17:10  chrisfen
3622 >
3623 >        * forceFields/DUFF2.frc: re-added Cl- and Na+
3624 >
3625 > 2005-09-14 13:31  chuckv
3626 >
3627 >        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
3628 >        eamAtypes instead of assuming a 1-1 correspondence to atypes.
3629 >
3630 > 2005-09-14 13:28  gezelter
3631 >
3632 >        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
3633 >        do_prepair
3634 >
3635 > 2005-09-14 12:02  gezelter
3636 >
3637 >        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
3638 >        createMixingMap routine.  It should now set doShift correctly
3639 >
3640 > 2005-09-07 15:44  chuckv
3641 >
3642 >        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
3643 >
3644 > 2005-09-07 15:23  chuckv
3645 >
3646 >        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
3647 >        logical variables
3648 >
3649 > 2005-09-07 15:08  gezelter
3650 >
3651 >        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
3652 >        algorithm
3653 >
3654 > 2005-09-07 13:46  gezelter
3655 >
3656 >        * src/: UseTheForce/doForces.F90,
3657 >        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
3658 >        UseTheForce/notifyCutoffs_interface.F90,
3659 >        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
3660 >        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
3661 >        cutoff Policy
3662 >
3663 > 2005-09-07 12:18  gezelter
3664 >
3665 >        * src/UseTheForce/doForces.F90: Some bug hunting
3666 >
3667 > 2005-09-07 12:18  gezelter
3668 >
3669 >        * samples/argon/argonNVT.md: Just a longer test
3670 >
3671 > 2005-09-06 10:32  chuckv
3672 >
3673 >        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
3674 >        etc..
3675 >
3676 > 2005-09-01 15:56  gezelter
3677 >
3678 >        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
3679 >        zero
3680 >
3681 > 2005-09-01 13:17  gezelter
3682 >
3683 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
3684 >        createGtypeCutoffMap
3685 >
3686 > 2005-08-30 11:23  chrisfen
3687 >
3688 >        * src/: UseTheForce/doForces.F90,
3689 >        UseTheForce/doForces_interface.F90,
3690 >        UseTheForce/doForces_interface.h,
3691 >        UseTheForce/DarkSide/electrostatic.F90,
3692 >        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
3693 >        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
3694 >        changes for implementing the wolf potential
3695 >
3696 > 2005-08-26 15:39  chrisfen
3697 >
3698 >        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
3699 >
3700 > 2005-08-26 14:30  chrisfen
3701 >
3702 >        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
3703 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
3704 >        some probably nonfunctional get*cut routines
3705 >
3706 > 2005-08-26 13:34  chuckv
3707 >
3708 >        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
3709 >
3710 > 2005-08-26 09:36  gezelter
3711 >
3712 >        * src/UseTheForce/doForces.F90: fixing some of the problems in the
3713 >        interactionHash and gtypeCutoff routines
3714 >
3715 > 2005-08-17 08:26  gezelter
3716 >
3717 >        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
3718 >        DarkSide/simulation.F90: added fCutoffPolicy.h
3719 >
3720 > 2005-08-11 14:04  gezelter
3721 >
3722 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
3723 >        progress
3724 >
3725 > 2005-08-10 12:17  gezelter
3726 >
3727 >        * src/primitives/StuntDouble.hpp: putting spaceballs back where
3728 >        they belong
3729 >
3730 > 2005-08-09 15:33  gezelter
3731 >
3732 >        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
3733 >        Jones module
3734 >
3735 > 2005-08-09 15:33  gezelter
3736 >
3737 >        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
3738 >
3739 > 2005-08-09 12:40  chuckv
3740 >
3741 >        * src/UseTheForce/doForces.F90: In process of re-write for group
3742 >        based cutoff....
3743 >
3744 > 2005-07-29 12:38  gezelter
3745 >
3746 >        * src/UseTheForce/doForces.F90: fixes in progress
3747 >
3748 > 2005-07-29 10:34  tim
3749 >
3750 >        * src/UseTheForce/doForces.F90: fix a bug which does not update
3751 >        me_i and me_j correctly
3752 >
3753 > 2005-07-28 15:12  chuckv
3754 >
3755 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
3756 >        cutoffs... Segfaults nicely now...
3757 >
3758 > 2005-07-20 10:04  gezelter
3759 >
3760 >        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
3761 >        error messages from pathscale compiler
3762 >
3763 > 2005-07-13 09:48  tim
3764 >
3765 >        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
3766 >        <functional>
3767 >
3768 > 2005-07-13 08:54  tim
3769 >
3770 >        * src/: UseTheForce/fSwitchingFunction.h,
3771 >        UseTheForce/mpiComponentPlan.h,
3772 >        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
3773 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
3774 >        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
3775 >        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
3776 >        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
3777 >        utils/simError.c, utils/simError.h: replace c++ style comment in c
3778 >        files
3779 >
3780 > 2005-07-03 13:53  chuckv
3781 >
3782 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
3783 >        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
3784 >        subroutine to set cuttoff for Interaction map and function in
3785 >        simulation.F90 to determine if a particular atype is present in a
3786 >        simulation.
3787 >
3788 > 2005-06-28 06:58  gezelter
3789 >
3790 >        * src/UseTheForce/doForces.F90: [no log message]
3791 >
3792 > 2005-06-27 15:21  chuckv
3793 >
3794 >        * src/UseTheForce/doForces.F90: More breaking and destruction of
3795 >        force code. Does not build at this point...
3796 >
3797 > 2005-06-27 14:01  gezelter
3798 >
3799 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
3800 >        UseTheForce/DarkSide/fInteractionMap.h,
3801 >        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
3802 >        Breaky breaky!
3803 >
3804 > 2005-06-20 09:03  gezelter
3805 >
3806 >        * samples/water/ssd/ssd.md,
3807 >        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
3808 >        simulation
3809 >
3810 > 2005-06-13 11:25  tim
3811 >
3812 >        * src/: applications/staticProps/DensityPlot.cpp,
3813 >        applications/staticProps/DensityPlot.hpp,
3814 >        applications/staticProps/SCDOrderParameter.cpp,
3815 >        applications/staticProps/StaticProps.cpp,
3816 >        io/AtomTypesSectionParser.cpp: working version of DensityPlot
3817 >
3818 > 2005-05-31 15:31  chuckv
3819 >
3820 >        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
3821 >        remove angular momentum.
3822 >
3823 > 2005-05-31 10:34  chuckv
3824 >
3825 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
3826 >        typo in nanorodBuilder.
3827 >
3828 > 2005-05-30 07:01  chuckv
3829 >
3830 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3831 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
3832 >        brains/Stats.hpp, integrators/Velocitizer.cpp,
3833 >        integrators/Velocitizer.hpp: Added method to remove system angular
3834 >        momentum to velocitizer and added method to calculate system
3835 >        angular momentum to siminfo.
3836 >
3837 > 2005-05-29 14:16  chrisfen
3838 >
3839 >        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
3840 >        balance from the Darkside (files)
3841 >
3842 > 2005-05-29 14:15  chrisfen
3843 >
3844 >        * src/UseTheForce/doForces.F90: Removed balance from doForces
3845 >
3846 > 2005-05-29 14:15  chrisfen
3847 >
3848 >        * samples/water/tap/: tap.in, tap.md: Updated tap sample
3849 >
3850 > 2005-05-29 14:15  chrisfen
3851 >
3852 >        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
3853 >        dimer for testing purposes
3854 >
3855 > 2005-05-29 14:14  chrisfen
3856 >
3857 >        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
3858 >        was apparently wiped earlier this month...
3859 >
3860 > 2005-05-29 14:13  chrisfen
3861 >
3862 >        * ChangeLog: ran make cvslog
3863 >
3864 > 2005-05-28 17:16  tim
3865 >
3866 >        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
3867 >        AtomNameVisitor
3868 >
3869 > 2005-05-28 17:09  tim
3870 >
3871 >        * src/integrators/Integrator.cpp: dding resetIntegrator
3872 >
3873 > 2005-05-28 17:06  tim
3874 >
3875 >        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
3876 >        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
3877 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
3878 >        resetIntegrator
3879 >
3880 > 2005-05-27 14:11  tim
3881 >
3882 >        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
3883 >        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
3884 >        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
3885 >        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
3886 >        StaticProps
3887 >
3888 > 2005-05-26 21:41  tim
3889 >
3890 >        * src/: applications/staticProps/Makefile,
3891 >        applications/staticProps/P2OrderParameter.cpp,
3892 >        applications/staticProps/P2OrderParameter.hpp,
3893 >        applications/staticProps/StaticProps.cpp,
3894 >        applications/staticProps/StaticProps.ggo,
3895 >        applications/staticProps/StaticPropsCmd.c,
3896 >        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
3897 >        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
3898 >
3899 > 2005-05-26 15:45  tim
3900 >
3901 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3902 >        applications/dump2Xyz/Dump2XYZCmd.c,
3903 >        applications/dump2Xyz/Dump2XYZCmd.h,
3904 >        applications/staticProps/Makefile,
3905 >        applications/staticProps/P2OrderParameter.cpp,
3906 >        applications/staticProps/P2OrderParameter.hpp,
3907 >        applications/staticProps/RadialDistrFunc.cpp,
3908 >        applications/staticProps/RadialDistrFunc.hpp,
3909 >        applications/staticProps/StaticAnalyser.hpp,
3910 >        applications/staticProps/StaticProps.cpp,
3911 >        applications/staticProps/StaticProps.ggo,
3912 >        applications/staticProps/StaticPropsCmd.c,
3913 >        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
3914 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
3915 >        AtomNameVisitor to convert atom name to its base name;
3916 >        wrappingvisitor now wrap back to the center of the mass; adding
3917 >        P2OrderParameter into StaticProps
3918 >
3919 > 2005-05-22 14:36  chuckv
3920 >
3921 >        * src/: applications/nanoRodBuilder/Geometry.cpp,
3922 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
3923 >        applications/nanoRodBuilder/GeometryFactory.cpp,
3924 >        applications/nanoRodBuilder/GeometryFactory.hpp,
3925 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
3926 >        integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
3927 >        tensor.
3928 >
3929 > 2005-05-22 14:05  tim
3930 >
3931 >        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
3932 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
3933 >        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
3934 >        printPressureTensor
3935 >
3936 > 2005-05-20 12:27  tim
3937 >
3938 >        * src/integrators/NPrT.cpp: NPrT in progress
3939 >
3940 > 2005-05-20 09:01  tim
3941 >
3942 >        * src/: integrators/NPrT.cpp, io/Globals.cpp,
3943 >        utils/OOPSEConstant.hpp: NPrT in progress
3944 >
3945 > 2005-05-19 14:31  tim
3946 >
3947 >        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
3948 >        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
3949 >        io/Globals.hpp: NPAT is working
3950 >
3951 > 2005-05-19 08:49  tim
3952 >
3953 >        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
3954 >        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
3955 >
3956 > 2005-05-18 21:28  tim
3957 >
3958 >        * src/: brains/Register.cpp, integrators/NPAT.cpp,
3959 >        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
3960 >        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
3961 >
3962 > 2005-05-18 12:06  chrisfen
3963 >
3964 >        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
3965 >        some tap changes
3966 >
3967 > 2005-05-18 11:31  chrisfen
3968 >
3969 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3970 >        DarkSide/sticky.F90: Modifications to temper the dipolar strength
3971 >        in the first solvation shell for tap
3972 >
3973 > 2005-05-18 05:35  chrisfen
3974 >
3975 >        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
3976 >        for testing purposes
3977 >
3978 > 2005-05-17 15:35  chrisfen
3979 >
3980 >        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
3981 >        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
3982 >        src/UseTheForce/doForces.F90,
3983 >        src/UseTheForce/DarkSide/electrostatic.F90,
3984 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
3985 >        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
3986 >        correcting changes to the previous merge that were not caught
3987 >
3988 > 2005-05-16 21:20  chuckv
3989 >
3990 >        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
3991 >        Fixed merge issues between Kyle and Chris so OOPSE will actually
3992 >        build.
3993 >
3994 > 2005-05-16 20:46  kdaily
3995 >
3996 >        * src/io/: GayBerneAtomTypesSectionParser.cpp,
3997 >        GayBerneAtomTypesSectionParser.hpp, Makefile: help
3998 >
3999 > 2005-05-16 19:08  kdaily
4000 >
4001 >        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
4002 >        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
4003 >        src/types/DirectionalAtomType.cpp,
4004 >        src/types/DirectionalAtomType.hpp: added gb
4005 >
4006 > 2005-05-13 13:36  chrisfen
4007 >
4008 >        * forceFields/DUFF2.frc: Better tap
4009 >
4010 > 2005-05-12 12:43  chrisfen
4011 >
4012 >        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
4013 >        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
4014 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
4015 >        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
4016 >        Need to parametrize.
4017 >
4018 > 2005-05-11 16:15  chuckv
4019 >
4020 >        * src/: io/ShapeAtomTypesSectionParser.cpp,
4021 >        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
4022 >        build issues under ifc7.
4023 >
4024 > 2005-05-09 15:07  chuckv
4025 >
4026 >        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
4027 >        builder changes.
4028 >
4029 > 2005-05-05 08:06  chrisfen
4030 >
4031 >        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
4032 >        to TAP
4033 >
4034 > 2005-05-05 07:47  chrisfen
4035 >
4036 >        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
4037 >        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
4038 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
4039 >        src/UseTheForce/DarkSide/atype.F90,
4040 >        src/UseTheForce/DarkSide/atype_interface.F90,
4041 >        src/UseTheForce/DarkSide/simulation.F90,
4042 >        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
4043 >        src/brains/fSimulation.h, src/io/Makefile,
4044 >        src/io/StickyAtomTypesSectionParser.cpp,
4045 >        src/io/StickyPowerAtomTypesSectionParser.cpp,
4046 >        src/io/StickyPowerAtomTypesSectionParser.hpp,
4047 >        src/types/AtomType.cpp, src/types/AtomType.hpp,
4048 >        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
4049 >        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
4050 >        not parametrized, but OOPSE will now let me run it...
4051 >
4052 > 2005-05-03 15:55  chuckv
4053 >
4054 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
4055 >        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
4056 >        Adding support for generic geometry to nanorodbuilder.
4057 >
4058 > 2005-05-03 10:55  chuckv
4059 >
4060 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
4061 >        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
4062 >        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
4063 >
4064 > 2005-04-29 12:16  gezelter
4065 >
4066 >        * make/Makefile.in: [no log message]
4067 >
4068 > 2005-04-29 09:26  chrisfen
4069 >
4070 >        * forceFields/DUFF2.frc, samples/water/spce/water.md,
4071 >        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
4072 >        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
4073 >        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
4074 >        samples/water/tip4p/water.md: Added TIP4P-Ew
4075 >
4076 > 2005-04-27 17:24  chuckv
4077 >
4078 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
4079 >        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
4080 >        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
4081 >        nanoRodBuilder....
4082 >
4083 > 2005-04-27 13:13  chrisfen
4084 >
4085 >        * samples/shape/Shapes.frc, samples/shape/linear.shape,
4086 >        src/UseTheForce/DarkSide/atype.F90,
4087 >        src/UseTheForce/DarkSide/shapes.F90,
4088 >        src/UseTheForce/DarkSide/shapes_interface.F90,
4089 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
4090 >        write statements and am closer to a working shapes
4091 >
4092 > 2005-04-22 14:57  chuckv
4093 >
4094 >        * src/utils/Predicate.hpp: Fixed gcc4 bug...
4095 >
4096 > 2005-04-22 14:52  tim
4097 >
4098 >        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
4099 >        Trim.hpp: adding CharClassificationFunctor to fix the locale
4100 >        problem  of c++
4101 >
4102 > 2005-04-21 07:12  chrisfen
4103 >
4104 >        * samples/shape/Shapes.frc, samples/shape/linear.in,
4105 >        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
4106 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
4107 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
4108 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
4109 >        src/UseTheForce/DarkSide/shapes.F90,
4110 >        src/UseTheForce/DarkSide/shapes_interface.F90,
4111 >        src/UseTheForce/DarkSide/shapes_interface.h,
4112 >        src/brains/Register.cpp, src/brains/SimCreator.cpp,
4113 >        src/io/Makefile, src/io/SectionParser.cpp,
4114 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
4115 >        src/io/ShapeAtomTypesSectionParser.cpp,
4116 >        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
4117 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
4118 >        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
4119 >        bounds overwrite (I think...). At least the parser loads the
4120 >        forcefield fine...
4121 >
4122 > 2005-04-18 08:44  chrisfen
4123 >
4124 >        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
4125 >        Mac (capitalization confusion of filenames)
4126 >
4127 > 2005-04-17 20:50  chrisfen
4128 >
4129 >        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
4130 >        UseTheForce/Shapes_FF.cpp,
4131 >        io/DirectionalAtomTypesSectionParser.cpp,
4132 >        io/ShapeAtomTypesSectionParser.cpp,
4133 >        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
4134 >
4135 > 2005-04-15 15:43  gezelter
4136 >
4137 >        * README: gmake in case people forget
4138 >
4139 > 2005-04-15 15:40  gezelter
4140 >
4141 >        * src/applications/oopse/oopse.cpp: fixed the spacing on the
4142 >        banner.  Vanity.
4143 >
4144 > 2005-04-15 15:22  gezelter
4145 >
4146 >        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
4147 >        in banner (and version numbers in config.h)
4148 >
4149 > 2005-04-15 15:22  gezelter
4150 >
4151 >        * ChangeLog, LICENSE, README: Documentation changes
4152 >
4153 > 2005-04-15 15:03  gezelter
4154 >
4155 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4156 >        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
4157 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
4158 >        UseTheForce/ForceFieldCreator.hpp,
4159 >        UseTheForce/ForceFieldFactory.cpp,
4160 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
4161 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
4162 >        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
4163 >        UseTheForce/notifyCutoffs.F90,
4164 >        UseTheForce/notifyCutoffs_interface.F90,
4165 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
4166 >        UseTheForce/DarkSide/atype.F90,
4167 >        UseTheForce/DarkSide/atype_interface.F90,
4168 >        UseTheForce/DarkSide/eam.F90,
4169 >        UseTheForce/DarkSide/eam_interface.F90,
4170 >        UseTheForce/DarkSide/eam_interface.h,
4171 >        UseTheForce/DarkSide/electrostatic.F90,
4172 >        UseTheForce/DarkSide/electrostatic_interface.F90,
4173 >        UseTheForce/DarkSide/electrostatic_interface.h,
4174 >        UseTheForce/DarkSide/force_globals.F90,
4175 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
4176 >        UseTheForce/DarkSide/lj_interface.F90,
4177 >        UseTheForce/DarkSide/lj_interface.h,
4178 >        UseTheForce/DarkSide/neighborLists.F90,
4179 >        UseTheForce/DarkSide/reactionField.F90,
4180 >        UseTheForce/DarkSide/shapes.F90,
4181 >        UseTheForce/DarkSide/shapes_interface.F90,
4182 >        UseTheForce/DarkSide/shapes_interface.h,
4183 >        UseTheForce/DarkSide/simParallel.F90,
4184 >        UseTheForce/DarkSide/simParallel_interface.F90,
4185 >        UseTheForce/DarkSide/simParallel_interface.h,
4186 >        UseTheForce/DarkSide/simulation.F90,
4187 >        UseTheForce/DarkSide/simulation_interface.F90,
4188 >        UseTheForce/DarkSide/simulation_interface.h,
4189 >        UseTheForce/DarkSide/sticky.F90,
4190 >        UseTheForce/DarkSide/sticky_interface.F90,
4191 >        UseTheForce/DarkSide/sticky_interface.h,
4192 >        UseTheForce/DarkSide/switcheroo.F90,
4193 >        applications/dump2Xyz/Dump2XYZ.cpp,
4194 >        applications/dump2Xyz/Dump2XYZCmd.c,
4195 >        applications/dump2Xyz/Dump2XYZCmd.h,
4196 >        applications/dynamicProps/CrossTimeCorrFunc.cpp,
4197 >        applications/dynamicProps/CrossTimeCorrFunc.hpp,
4198 >        applications/dynamicProps/DipoleCorrFunc.cpp,
4199 >        applications/dynamicProps/DipoleCorrFunc.hpp,
4200 >        applications/dynamicProps/DynamicProps.cpp,
4201 >        applications/dynamicProps/DynamicPropsCmd.c,
4202 >        applications/dynamicProps/DynamicPropsCmd.h,
4203 >        applications/dynamicProps/FrameTimeCorrFunc.hpp,
4204 >        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
4205 >        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
4206 >        applications/dynamicProps/RCorrFunc.cpp,
4207 >        applications/dynamicProps/RCorrFunc.hpp,
4208 >        applications/dynamicProps/TimeCorrFunc.cpp,
4209 >        applications/dynamicProps/TimeCorrFunc.hpp,
4210 >        applications/dynamicProps/VCorrFunc.cpp,
4211 >        applications/dynamicProps/VCorrFunc.hpp,
4212 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
4213 >        applications/nanoRodBuilder/GeometryBuilder.hpp,
4214 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
4215 >        applications/nanoRodBuilder/nanorodBuilderCmd.c,
4216 >        applications/nanoRodBuilder/nanorodBuilderCmd.h,
4217 >        applications/oopse/oopse.cpp,
4218 >        applications/simpleBuilder/simpleBuilder.cpp,
4219 >        applications/simpleBuilder/simpleBuilderCmd.c,
4220 >        applications/simpleBuilder/simpleBuilderCmd.h,
4221 >        applications/staticProps/GofAngle2.cpp,
4222 >        applications/staticProps/GofAngle2.hpp,
4223 >        applications/staticProps/GofR.cpp,
4224 >        applications/staticProps/GofR.hpp,
4225 >        applications/staticProps/GofRAngle.cpp,
4226 >        applications/staticProps/GofRAngle.hpp,
4227 >        applications/staticProps/GofXyz.cpp,
4228 >        applications/staticProps/GofXyz.hpp,
4229 >        applications/staticProps/RadialDistrFunc.cpp,
4230 >        applications/staticProps/RadialDistrFunc.hpp,
4231 >        applications/staticProps/StaticProps.cpp,
4232 >        applications/staticProps/StaticPropsCmd.c,
4233 >        applications/staticProps/StaticPropsCmd.h,
4234 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4235 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
4236 >        brains/Exclude.hpp, brains/ForceManager.cpp,
4237 >        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
4238 >        brains/MoleculeCreator.hpp, brains/Register.cpp,
4239 >        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
4240 >        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
4241 >        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
4242 >        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
4243 >        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
4244 >        brains/fSimulation.h, constraints/ConstraintElem.hpp,
4245 >        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
4246 >        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
4247 >        constraints/ZconstraintForceManager.cpp,
4248 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
4249 >        integrators/DLM.hpp, integrators/Integrator.cpp,
4250 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
4251 >        integrators/IntegratorFactory.cpp,
4252 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
4253 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
4254 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
4255 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
4256 >        integrators/NVT.cpp, integrators/NVT.hpp,
4257 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
4258 >        integrators/Velocitizer.hpp,
4259 >        integrators/VelocityVerletIntegrator.cpp,
4260 >        integrators/VelocityVerletIntegrator.hpp,
4261 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
4262 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
4263 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
4264 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
4265 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
4266 >        io/ChargeAtomTypesSectionParser.hpp,
4267 >        io/DirectionalAtomTypesSectionParser.cpp,
4268 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
4269 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
4270 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
4271 >        io/Globals.cpp, io/Globals.hpp,
4272 >        io/LennardJonesAtomTypesSectionParser.cpp,
4273 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
4274 >        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
4275 >        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
4276 >        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
4277 >        io/SectionParser.cpp, io/SectionParser.hpp,
4278 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
4279 >        io/StatWriter.cpp, io/StatWriter.hpp,
4280 >        io/StickyAtomTypesSectionParser.cpp,
4281 >        io/StickyAtomTypesSectionParser.hpp,
4282 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4283 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
4284 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
4285 >        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
4286 >        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
4287 >        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
4288 >        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
4289 >        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
4290 >        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
4291 >        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
4292 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
4293 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
4294 >        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
4295 >        math/Quaternion.hpp, math/RandNumGen.hpp,
4296 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
4297 >        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
4298 >        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
4299 >        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
4300 >        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
4301 >        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
4302 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
4303 >        minimizers/MinimizerFactory.hpp,
4304 >        minimizers/MinimizerParameterSet.cpp,
4305 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
4306 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
4307 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
4308 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
4309 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
4310 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
4311 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
4312 >        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
4313 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
4314 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
4315 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
4316 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
4317 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
4318 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
4319 >        profiling/timing.F90, restraints/Restraints.cpp,
4320 >        restraints/Restraints.hpp,
4321 >        restraints/ThermoIntegrationForceManager.cpp,
4322 >        restraints/ThermoIntegrationForceManager.hpp,
4323 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
4324 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
4325 >        selection/NameFinder.cpp, selection/NameFinder.hpp,
4326 >        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
4327 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
4328 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
4329 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
4330 >        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
4331 >        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
4332 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
4333 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
4334 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
4335 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
4336 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
4337 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
4338 >        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
4339 >        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
4340 >        types/MakeStamps.cpp, types/MakeStamps.hpp,
4341 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
4342 >        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
4343 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
4344 >        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
4345 >        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
4346 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
4347 >        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
4348 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
4349 >        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
4350 >        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
4351 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
4352 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
4353 >        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
4354 >        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
4355 >        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
4356 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
4357 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
4358 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
4359 >        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
4360 >        utils/any.hpp, utils/definitions.F90, utils/fError.c,
4361 >        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
4362 >        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
4363 >        utils/residentMem.h, utils/simError.c, utils/simError.h,
4364 >        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
4365 >        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
4366 >        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
4367 >        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
4368 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
4369 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
4370 >        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
4371 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
4372 >        been drafted to perform our indentation services
4373 >
4374 > 2005-04-15 15:03  gezelter
4375 >
4376 >        * configure, ac-tools/configure.in: Jedi mind-trick warning
4377 >        messages have been added to make users ignore CGAL.
4378 >
4379 > 2005-04-15 11:41  tim
4380 >
4381 >        * make/Makefile.in: fix make install
4382 >
4383 > 2005-04-15 11:41  tim
4384 >
4385 >        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
4386 >        add  Makefile of samples
4387 >
4388 > 2005-04-15 11:33  tim
4389 >
4390 >        * samples/: lipid/Makefile, water/dimer/Makefile,
4391 >        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
4392 >        installed correctly
4393 >
4394 > 2005-04-14 14:41  gezelter
4395 >
4396 >        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
4397 >        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
4398 >        scripts/filepp, scripts/filepp.in: configure now searches for perl
4399 >        to use with filepp
4400 >
4401 > 2005-04-14 14:20  gezelter
4402 >
4403 >        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
4404 >        MoLocator
4405 >
4406 > 2005-04-14 12:12  gezelter
4407 >
4408 >        * LICENSE: [no log message]
4409 >
4410 > 2005-04-14 09:10  chuckv
4411 >
4412 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
4413 >        nanorodbuilder now exit's when libCGAL is not present.
4414 >
4415 > 2005-04-14 08:20  tim
4416 >
4417 >        * src/io/make_nodes.h: fix one more warning message in make_nodes
4418 >
4419 > 2005-04-13 16:36  chuckv
4420 >
4421 >        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
4422 >        interface name for SGI Compiler
4423 >
4424 > 2005-04-13 16:29  chrisfen
4425 >
4426 >        * samples/water/ssde/ssde.md: oops...  bad sample
4427 >
4428 > 2005-04-13 16:00  chuckv
4429 >
4430 >        * src/config.h.in: Change typo in CGAL.
4431 >
4432 > 2005-04-13 15:43  tim
4433 >
4434 >        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
4435 >        selection/SelectionCompiler.hpp: fix some warning messages
4436 >
4437 > 2005-04-13 15:30  gezelter
4438 >
4439 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
4440 >        make/Makefile.in, src/config.h.in,
4441 >        src/applications/nanoRodBuilder/Makefile,
4442 >        src/applications/nanoRodBuilder/Makefile.in,
4443 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
4444 >        checks
4445 >
4446 > 2005-04-13 13:36  chuckv
4447 >
4448 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
4449 >        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
4450 >        DarkSide/electrostatic_interface.F90,
4451 >        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
4452 >        DarkSide/lj_interface.h, DarkSide/sticky.F90,
4453 >        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
4454 >        destroy methods for Fortran modules.
4455 >
4456 > 2005-04-13 13:17  chuckv
4457 >
4458 >        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
4459 >        shapes_interface.h: Added destroy method to clean up memory
4460 >
4461 > 2005-04-13 11:41  tim
4462 >
4463 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4464 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
4465 >        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
4466 >        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
4467 >        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
4468 >        fixed
4469 >
4470 > 2005-04-12 15:44  chuckv
4471 >
4472 >        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
4473 >        for nanoRodBuilder.
4474 >
4475 > 2005-04-12 15:42  tim
4476 >
4477 >        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
4478 >        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
4479 >        and simpleBuilder(forget to delete lattice)
4480 >
4481 > 2005-04-12 15:33  tim
4482 >
4483 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4484 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
4485 >        refactory lattice
4486 >
4487 > 2005-04-12 15:07  tim
4488 >
4489 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
4490 >        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
4491 >        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
4492 >        LatticeFactory and LatticeCreator
4493 >
4494 > 2005-04-12 14:58  tim
4495 >
4496 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4497 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
4498 >        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
4499 >        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
4500 >        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
4501 >        lattice/Makefile: refactory LatticeFactory and LatticeCreator
4502 >
4503 > 2005-04-12 14:28  gezelter
4504 >
4505 >        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
4506 >        vector_class.F90: cleaned up vector_class memory leak fix by
4507 >        deallocating in reverse order of how we allocated.  Also migrated
4508 >        MoLocator into utils directory
4509 >
4510 > 2005-04-12 14:27  gezelter
4511 >
4512 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
4513 >        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
4514 >        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
4515 >        directory
4516 >
4517 > 2005-04-12 14:27  gezelter
4518 >
4519 >        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
4520 >        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
4521 >        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
4522 >        nanoRodBuilder/LatticeCreator.hpp,
4523 >        nanoRodBuilder/LatticeFactory.cpp,
4524 >        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
4525 >        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
4526 >        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
4527 >        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
4528 >        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
4529 >        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
4530 >        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
4531 >        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
4532 >        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
4533 >        these files are now redundant
4534 >
4535 > 2005-04-12 14:27  gezelter
4536 >
4537 >        * src/UseTheForce/DarkSide/: atype_interface.F90,
4538 >        atype_interface.h: cleaned up memory leak fix
4539 >
4540 > 2005-04-12 14:26  gezelter
4541 >
4542 >        * make/Makefile.in: added lattice subdirectory
4543 >
4544 > 2005-04-12 13:57  chrisfen
4545 >
4546 >        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
4547 >        a space by accident
4548 >
4549 > 2005-04-12 13:56  chrisfen
4550 >
4551 >        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
4552 >        quadrupole sample
4553 >
4554 > 2005-04-12 13:56  chrisfen
4555 >
4556 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
4557 >        samples
4558 >
4559 > 2005-04-12 11:30  tim
4560 >
4561 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
4562 >        type in fortran side
4563 >
4564 > 2005-04-12 10:45  chuckv
4565 >
4566 >        * src/utils/vector_class.F90: Further changes to vector_class
4567 >        destroy function.
4568 >
4569 > 2005-04-12 10:39  chuckv
4570 >
4571 >        * src/utils/vector_class.F90: Fixed pointer memory leak in
4572 >        vector_class.
4573 >
4574 > 2005-04-12 10:12  chuckv
4575 >
4576 >        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
4577 >        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
4578 >        DarkSide/eam.F90, DarkSide/eam_interface.F90,
4579 >        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
4580 >
4581 > 2005-04-12 07:24  chrisfen
4582 >
4583 >        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
4584 >        output
4585 >
4586 > 2005-04-11 17:29  chuckv
4587 >
4588 >        * src/: UseTheForce/DarkSide/atype.F90,
4589 >        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
4590 >
4591 > 2005-04-11 17:28  chuckv
4592 >
4593 >        * src/utils/vector_class.F90: Added code to delete vector.
4594 >
4595 > 2005-04-11 14:58  tim
4596 >
4597 >        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
4598 >        basic_ifstrstream
4599 >
4600 > 2005-04-11 14:37  chuckv
4601 >
4602 >        * make/Makefile.in,
4603 >        src/applications/nanoRodBuilder/BaseLattice.cpp,
4604 >        src/applications/nanoRodBuilder/BaseLattice.hpp,
4605 >        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
4606 >        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
4607 >        src/applications/nanoRodBuilder/Lattice.cpp,
4608 >        src/applications/nanoRodBuilder/Lattice.hpp,
4609 >        src/applications/nanoRodBuilder/LatticeCreator.cpp,
4610 >        src/applications/nanoRodBuilder/LatticeCreator.hpp,
4611 >        src/applications/nanoRodBuilder/LatticeFactory.cpp,
4612 >        src/applications/nanoRodBuilder/LatticeFactory.hpp,
4613 >        src/applications/nanoRodBuilder/Makefile,
4614 >        src/applications/nanoRodBuilder/MoLocator.cpp,
4615 >        src/applications/nanoRodBuilder/MoLocator.hpp,
4616 >        src/applications/nanoRodBuilder/nanoBuilder.ggo,
4617 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
4618 >        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
4619 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
4620 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
4621 >        nanoRodBuilder application (may not work yet).  ((Doesn't work
4622 >        yet.)) (((May never work....)))
4623 >
4624 > 2005-04-11 13:54  tim
4625 >
4626 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
4627 >        prepareVisitor in Dump2XYZ
4628 >
4629 > 2005-04-11 13:19  chrisfen
4630 >
4631 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
4632 >        quadrupoles.  look!  it's divide by 3 like stone says!
4633 >
4634 > 2005-04-11 13:18  chrisfen
4635 >
4636 >        * forceFields/DUFF2.frc: fixing of the quadrupoles
4637 >
4638 > 2005-04-11 13:16  tim
4639 >
4640 >        * src/selection/Token.hpp: change the parameter name in
4641 >        constructors
4642 >
4643 > 2005-04-11 12:49  gezelter
4644 >
4645 >        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
4646 >
4647 > 2005-04-11 12:06  gezelter
4648 >
4649 >        * make/Makefile.in: Fixed the uc and lc functions for GNU make
4650 >        versions < 3.80
4651 >
4652 > 2005-04-11 09:13  gezelter
4653 >
4654 >        * make/Makefile.in, src/UseTheForce/Makefile,
4655 >        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
4656 >        some stuff to clean out module files during "make clean"
4657 >
4658 > 2005-04-08 15:13  chrisfen
4659 >
4660 >        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
4661 >        interactions should be working with a remaining question of
4662 >        interaction magnitude
4663 >
4664 > 2005-04-08 15:12  chrisfen
4665 >
4666 >        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
4667 >        samples
4668 >
4669 > 2005-04-08 11:48  chrisfen
4670 >
4671 >        * samples/water/ssd/ssd.md: oops...  messed up a sample
4672 >
4673 > 2005-04-08 07:43  chrisfen
4674 >
4675 >        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
4676 >        charge-dipole interactions
4677 >
4678 > 2005-04-08 07:42  chrisfen
4679 >
4680 >        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
4681 >        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
4682 >
4683 > 2005-04-08 07:41  chrisfen
4684 >
4685 >        * forceFields/DUFF2.frc: added Cl- and Na+
4686 >
4687 > 2005-04-06 16:59  tim
4688 >
4689 >        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
4690 >
4691 > 2005-04-05 16:09  tim
4692 >
4693 >        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
4694 >        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
4695 >        in atom type name;clean the code a little bit
4696 >
4697 > 2005-03-29 13:00  tim
4698 >
4699 >        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
4700 >        in converting rotation matrix to quaternion
4701 >
4702 > 2005-03-28 14:41  tim
4703 >
4704 >        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
4705 >
4706 > 2005-03-28 14:30  tim
4707 >
4708 >        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
4709 >        the wrapping
4710 >
4711 > 2005-03-28 07:54  tim
4712 >
4713 >        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
4714 >        dimension of histogram
4715 >
4716 > 2005-03-22 08:38  tim
4717 >
4718 >        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
4719 >        src/applications/dynamicProps/Makefile,
4720 >        src/applications/oopse/Makefile,
4721 >        src/applications/simpleBuilder/Makefile,
4722 >        src/applications/staticProps/Makefile: avoid building parallel
4723 >        executable for dump2XYZ, simpleBuilder, staticProps and
4724 >        dynamicProps
4725 >
4726 > 2005-03-21 14:34  chrisfen
4727 >
4728 >        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
4729 >        forcefield files
4730 >
4731 > 2005-03-21 12:51  chrisfen
4732 >
4733 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
4734 >        DarkSide/reactionField.F90: Make sure electrostatic_module provides
4735 >        data for reaction_field
4736 >
4737 > 2005-03-21 12:50  chrisfen
4738 >
4739 >        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
4740 >        WILL CHANGE THIS BACK, RIGHT?
4741 >
4742 > 2005-03-21 11:23  gezelter
4743 >
4744 >        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
4745 >        correct value
4746 >
4747 > 2005-03-21 11:22  gezelter
4748 >
4749 >        * make/Makefile.in: fixed an install-related bug.
4750 >        $(InstallCommand) had been set to $(InstallData)
4751 >
4752 > 2005-03-15 06:21  gezelter
4753 >
4754 >        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
4755 >        deletes and Nullifies restWriter, so Integrator shouldn't do it.
4756 >
4757 > 2005-03-15 06:20  gezelter
4758 >
4759 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
4760 >
4761 > 2005-03-12 23:39  gezelter
4762 >
4763 >        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
4764 >        charge-quadrupole interactions
4765 >
4766 > 2005-03-12 11:12  chrisfen
4767 >
4768 >        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
4769 >        thermoIntegration/solid/Makefile: forgot a couple of makefiles
4770 >
4771 > 2005-03-12 11:05  chrisfen
4772 >
4773 >        * samples/thermoIntegration/liquid/ssde.in,
4774 >        samples/thermoIntegration/liquid/ssde.md,
4775 >        samples/thermoIntegration/liquid/water.md,
4776 >        samples/thermoIntegration/solid/idealCrystal.in,
4777 >        samples/thermoIntegration/solid/ssde.in,
4778 >        samples/thermoIntegration/solid/ssde.md,
4779 >        samples/thermoIntegration/solid/ssde.zang0,
4780 >        samples/thermoIntegration/solid/water.md,
4781 >        samples/water/tip3p_ice/tp3.md,
4782 >        src/UseTheForce/DarkSide/sticky.F90,
4783 >        src/restraints/ThermoIntegrationForceManager.cpp: added some
4784 >        samples
4785 >
4786 > 2005-03-11 09:50  tim
4787 >
4788 >        * src/: brains/SimCreator.cpp,
4789 >        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
4790 >        MultipoleAtomTypesSectionParser
4791 >
4792 > 2005-03-11 07:55  tim
4793 >
4794 >        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
4795 >        excluded
4796 >
4797 > 2005-03-11 07:53  gezelter
4798 >
4799 >        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
4800 >        quadrupoles
4801 >
4802 > 2005-03-11 07:52  gezelter
4803 >
4804 >        * forceFields/DUFF2.frc: quadrupoles for SSD models
4805 >
4806 > 2005-03-11 07:00  tim
4807 >
4808 >        * ChangeLog, doc/SelectionExpression.html,
4809 >        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
4810 >        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
4811 >        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
4812 >        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
4813 >        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
4814 >        SelectionExpression.html
4815 >
4816 > 2005-03-10 16:43  chrisfen
4817 >
4818 >        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
4819 >        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
4820 >        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
4821 >        MPI restraints
4822 >
4823 > 2005-03-10 15:56  tim
4824 >
4825 >        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
4826 >        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
4827 >        and cutoff group
4828 >
4829 > 2005-03-10 14:06  gezelter
4830 >
4831 >        * src/types/MorseBondType.hpp: fixed a doxygen problem
4832 >
4833 > 2005-03-10 13:51  gezelter
4834 >
4835 >        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
4836 >        the split dipole test cases
4837 >
4838 > 2005-03-10 13:51  gezelter
4839 >
4840 >        * doc/SelectionExpression.html: updated some documentation
4841 >
4842 > 2005-03-10 12:40  gezelter
4843 >
4844 >        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
4845 >        Makefile: LinkedList removal project starts now
4846 >
4847 > 2005-03-10 12:28  tim
4848 >
4849 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4850 >        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
4851 >        using map to replace link list
4852 >
4853 > 2005-03-10 11:11  tim
4854 >
4855 >        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
4856 >        case  of split dipole
4857 >
4858 > 2005-03-10 11:10  chrisfen
4859 >
4860 >        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
4861 >        src/io/RestWriter.cpp,
4862 >        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
4863 >        builds...
4864 >
4865 > 2005-03-10 10:44  tim
4866 >
4867 >        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
4868 >        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
4869 >        adding test case for split dipole
4870 >
4871 > 2005-03-10 09:54  gezelter
4872 >
4873 >        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
4874 >        support for split dipoles
4875 >
4876 > 2005-03-10 08:27  chrisfen
4877 >
4878 >        * samples/water/tip3p_ice/tp3.md,
4879 >        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
4880 >        restraints
4881 >
4882 > 2005-03-10 08:15  chrisfen
4883 >
4884 >        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
4885 >        src/UseTheForce/ForceFields.hpp,
4886 >        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
4887 >
4888 > 2005-03-10 08:14  tim
4889 >
4890 >        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
4891 >        src/io/MultipoleAtomTypesSectionParser.cpp,
4892 >        src/selection/SelectionEvaluator.cpp: minor change
4893 >
4894 > 2005-03-10 07:10  chrisfen
4895 >
4896 >        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
4897 >        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
4898 >        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
4899 >        src/integrators/VelocityVerletIntegrator.cpp,
4900 >        src/integrators/VelocityVerletIntegrator.hpp,
4901 >        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
4902 >        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
4903 >        src/io/RestReader.hpp, src/io/RestWriter.cpp,
4904 >        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
4905 >        src/io/RestraintWriter.cpp, src/restraints/Makefile,
4906 >        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
4907 >        src/restraints/ThermoIntegrationForceManager.cpp,
4908 >        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
4909 >        the new restraints code
4910 >
4911 > 2005-03-09 10:48  tim
4912 >
4913 >        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
4914 >        IndexFinder
4915 >
4916 > 2005-03-09 10:46  tim
4917 >
4918 >        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
4919 >        applications/dump2Xyz/Dump2XYZCmd.c,
4920 >        applications/dump2Xyz/Dump2XYZCmd.h,
4921 >        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
4922 >        fix compilation issue
4923 >
4924 > 2005-03-09 09:58  tim
4925 >
4926 >        * forceFields/DUFF2.frc, scripts/filepp,
4927 >        src/UseTheForce/EAM_FF.cpp,
4928 >        src/io/MultipoleAtomTypesSectionParser.cpp,
4929 >        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
4930 >        in SectionParser (lineNo is not updated)
4931 >
4932 > 2005-03-09 09:30  tim
4933 >
4934 >        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
4935 >        applications/dump2Xyz/Dump2XYZ.ggo,
4936 >        applications/dump2Xyz/Dump2XYZCmd.c,
4937 >        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
4938 >        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
4939 >        io/ChargeAtomTypesSectionParser.hpp,
4940 >        io/ElectrostaticAtomTypesSectionParser.cpp,
4941 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
4942 >        io/MultipoleAtomTypesSectionParser.cpp,
4943 >        io/MultipoleAtomTypesSectionParser.hpp,
4944 >        io/SectionParserManager.cpp, selection/Makefile,
4945 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
4946 >        types/AtomType.cpp, types/DirectionalAtomType.cpp,
4947 >        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
4948 >        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
4949 >        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
4950 >        into ChargeAtomTypesSectionParser and
4951 >        MultipoleAtomTypesSectionParser;remove print dipole option from
4952 >        Dump2XYZ;
4953 >
4954 > 2005-03-09 09:28  tim
4955 >
4956 >        * forceFields/DUFF2.frc: change the format of DUFF2
4957 >
4958 > 2005-03-09 07:44  gezelter
4959 >
4960 >        * src/UseTheForce/DarkSide/: electrostatic.F90,
4961 >        electrostatic_interface.F90, electrostatic_interface.h: new
4962 >        electrostatic module
4963 >
4964 > 2005-03-09 06:26  gezelter
4965 >
4966 >        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
4967 >        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
4968 >        and fixed quadrupole stuff
4969 >
4970 > 2005-03-09 06:25  gezelter
4971 >
4972 >        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
4973 >        for outdated charge and dipole interfaces
4974 >
4975 > 2005-03-08 13:08  gezelter
4976 >
4977 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
4978 >        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
4979 >        charge-dipole test cases
4980 >
4981 > 2005-03-08 13:07  gezelter
4982 >
4983 >        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
4984 >        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
4985 >        strange icc8 bug (we think).
4986 >
4987 > 2005-03-08 13:07  gezelter
4988 >
4989 >        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
4990 >
4991 > 2005-03-08 13:07  gezelter
4992 >
4993 >        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
4994 >        Unification Project
4995 >
4996 > 2005-03-08 13:07  gezelter
4997 >
4998 >        * src/io/Globals.cpp: Dunno
4999 >
5000 > 2005-03-08 13:06  gezelter
5001 >
5002 >        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
5003 >        OOPSE_itoa and checking a NULL left over from the LinkedList days
5004 >
5005 > 2005-03-08 13:06  gezelter
5006 >
5007 >        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
5008 >        atype_interface.F90, atype_interface.h, charge.F90,
5009 >        charge_interface.F90, charge_interface.h, dipole.F90,
5010 >        dipole_interface.F90, dipole_interface.h: electrostatic unification
5011 >        project fixed an uninitialized variable in Lennard Jones mixing map
5012 >
5013 > 2005-03-08 13:05  gezelter
5014 >
5015 >        * src/UseTheForce/doForces.F90: electrostatic unification project
5016 >
5017 > 2005-03-08 13:05  gezelter
5018 >
5019 >        * samples/water/dimer/: two.md, water.md: making some cool test
5020 >        cases
5021 >
5022 > 2005-03-08 13:05  gezelter
5023 >
5024 >        * forceFields/DUFF2.frc: Added a charge for Chlorine
5025 >
5026 > 2005-03-07 14:39  tim
5027 >
5028 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
5029 >        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
5030 >        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
5031 >        Fixing a bug in BitSet.cpp
5032 >
5033 > 2005-03-04 07:28  gezelter
5034 >
5035 >        * src/config.h.in: Cleaning up config.h.in by adding comments
5036 >
5037 > 2005-03-04 07:28  gezelter
5038 >
5039 >        * configure, ac-tools/configure.in, make/Makefile.in,
5040 >        src/brains/SimCreator.cpp: SPRNG eradication project
5041 >
5042 > 2005-03-03 06:40  tim
5043 >
5044 >        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
5045 >        missing atom type problem)
5046 >
5047 > 2005-03-02 08:29  tim
5048 >
5049 >        * src/math/RandNumGen.hpp: adding base class of Random Number
5050 >        generator
5051 >
5052 > 2005-03-02 08:28  tim
5053 >
5054 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5055 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
5056 >        Velocitizer is not initialized which causes a seg fault
5057 >
5058 > 2005-03-02 07:36  tim
5059 >
5060 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5061 >        integrators/Velocitizer.hpp, math/Makefile,
5062 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
5063 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
5064 >        math/SeqRandNumGen.hpp: remove default parameter from
5065 >        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
5066 >        random number generator
5067 >
5068 > 2005-03-01 23:32  tim
5069 >
5070 >        * test/math/testRandNumGen.cpp: Adding unit test for random number
5071 >        generator
5072 >
5073 > 2005-03-01 15:17  tim
5074 >
5075 >        * src/brains/Thermo.hpp: fixed a file inclusion problem
5076 >
5077 > 2005-03-01 15:17  tim
5078 >
5079 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
5080 >        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
5081 >        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
5082 >        RandNumGenTestCase.hpp: fixed compilation problem
5083 >
5084 > 2005-03-01 15:02  tim
5085 >
5086 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5087 >        integrators/Velocitizer.hpp, math/Makefile,
5088 >        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
5089 >        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
5090 >        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
5091 >
5092 > 2005-03-01 15:00  tim
5093 >
5094 >        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
5095 >        ParallelandNumGenTestCase.hpp: Change the name of test case
5096 >
5097 > 2005-03-01 13:00  tim
5098 >
5099 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
5100 >        OOPSERandNumGenTestCase.hpp: adding testcase for random number
5101 >        generator
5102 >
5103 > 2005-03-01 12:10  tim
5104 >
5105 >        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
5106 >        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
5107 >        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
5108 >        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
5109 >        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
5110 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
5111 >        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
5112 >        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
5113 >
5114 > 2005-03-01 11:11  tim
5115 >
5116 >        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
5117 >        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
5118 >        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
5119 >        OOPSERandNumGen
5120 >
5121 > 2005-03-01 07:44  gezelter
5122 >
5123 >        * make/Makefile.in: Fixed the damned build problem with the
5124 >        libraries not being removed in make clean and make distclean (at
5125 >        least we think it is fixed).
5126 >
5127 > 2005-03-01 07:26  gezelter
5128 >
5129 >        * src/math/MersenneTwister.hpp: Making small modifications to allow
5130 >        for use on MPI machines
5131 >
5132 > 2005-03-01 06:45  tim
5133 >
5134 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
5135 >        integrators/Velocitizer.cpp, io/DumpReader.cpp,
5136 >        math/MersenneTwister.hpp: adding MersenneTwister random number
5137 >        generator
5138 >
5139 > 2005-02-28 19:55  tim
5140 >
5141 >        * src/math/MersenneTwister.hpp: Adding a modified version of
5142 >        MersenneTwister.hpp
5143 >
5144 > 2005-02-28 09:24  tim
5145 >
5146 >        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
5147 >        definition.jpg: selection expression
5148 >
5149 > 2005-02-25 13:22  tim
5150 >
5151 >        * src/: UseTheForce/DarkSide/LJ.F90,
5152 >        UseTheForce/DarkSide/lj_interface.F90,
5153 >        UseTheForce/DarkSide/lj_interface.h,
5154 >        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
5155 >        types/AtomType.hpp: adding soft potential to LJ Module
5156 >
5157 > 2005-02-25 08:38  tim
5158 >
5159 >        * doc/SelectionExpression.html: adding documentation for selection
5160 >        expression
5161 >
5162 > 2005-02-24 12:55  tim
5163 >
5164 >        * src/: applications/simpleBuilder/simpleBuilder.cpp,
5165 >        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
5166 >        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
5167 >        adding basic_teebuf which can operate on multiple stream
5168 >        simutaneously.
5169 >
5170 > 2005-02-22 11:26  chrisfen
5171 >
5172 >        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
5173 >        sample
5174 >
5175 > 2005-02-22 10:56  tim
5176 >
5177 >        * src/: UseTheForce/DarkSide/reactionField.F90,
5178 >        primitives/RigidBody.cpp: reactionfield get fixed
5179 >
5180 > 2005-02-21 08:57  tim
5181 >
5182 >        * src/: applications/staticProps/GofRAngle.cpp,
5183 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
5184 >        a bug in GofRAngle
5185 >
5186 > 2005-02-21 07:28  tim
5187 >
5188 >        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
5189 >
5190 > 2005-02-21 07:22  tim
5191 >
5192 >        * src/utils/next_combination.hpp: fix for compilation on the Sun
5193 >
5194 > 2005-02-21 07:21  tim
5195 >
5196 >        * src/utils/GenericData.hpp: fix problem in sun
5197 >
5198 > 2005-02-18 15:07  tim
5199 >
5200 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5201 >        applications/dump2Xyz/Dump2XYZ.ggo,
5202 >        applications/dump2Xyz/Dump2XYZCmd.c,
5203 >        applications/dump2Xyz/Dump2XYZCmd.h,
5204 >        applications/dynamicProps/RCorrFunc.cpp,
5205 >        applications/staticProps/GofXyz.cpp,
5206 >        applications/staticProps/GofXyz.hpp,
5207 >        applications/staticProps/StaticProps.cpp,
5208 >        applications/staticProps/StaticProps.ggo,
5209 >        applications/staticProps/StaticPropsCmd.c,
5210 >        applications/staticProps/StaticPropsCmd.h,
5211 >        io/ElectrostaticAtomTypesSectionParser.cpp,
5212 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
5213 >        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
5214 >
5215 > 2005-02-18 07:58  gezelter
5216 >
5217 >        * src/brains/Register.cpp: Corrected filename collision for EAM on
5218 >        Mac OS X
5219 >
5220 > 2005-02-18 07:58  gezelter
5221 >
5222 >        * src/applications/oopse/oopse.cpp: Updated copyright information
5223 >
5224 > 2005-02-18 07:58  gezelter
5225 >
5226 >        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
5227 >        Makefile: corrected filename collision for EAM on operating systems
5228 >        which are not case sensitive (aka Mac OS X)
5229 >
5230 > 2005-02-17 12:15  tim
5231 >
5232 >        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
5233 >
5234 > 2005-02-17 11:50  tim
5235 >
5236 >        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
5237 >        in GofXyz
5238 >
5239 > 2005-02-17 11:09  tim
5240 >
5241 >        * src/applications/staticProps/RadialDistrFunc.hpp: make
5242 >        processHistogram non-abstrct function
5243 >
5244 > 2005-02-17 10:41  tim
5245 >
5246 >        * src/applications/staticProps/GofXyz.cpp: [no log message]
5247 >
5248 > 2005-02-17 10:30  tim
5249 >
5250 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
5251 >        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
5252 >        finish GofXyz
5253 >
5254 > 2005-02-17 08:21  tim
5255 >
5256 >        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
5257 >        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
5258 >        distribution function
5259 >
5260 > 2005-02-17 07:23  tim
5261 >
5262 >        * src/utils/BitSet.hpp: forget the const correctness for BitSet
5263 >
5264 > 2005-02-17 07:18  tim
5265 >
5266 >        * src/: brains/BlockSnapshotManager.cpp,
5267 >        selection/DistanceFinder.cpp: The change of interface of BitSet
5268 >        cause a bug in SelectionEvaluation
5269 >
5270 > 2005-02-16 13:13  tim
5271 >
5272 >        * src/utils/residentMem.c: return residentMem in byte
5273 >
5274 > 2005-02-16 13:00  tim
5275 >
5276 >        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
5277 >        a bug in writing out the value of cosang
5278 >
5279 > 2005-02-16 12:43  tim
5280 >
5281 >        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
5282 >        estimate avaliable memory
5283 >
5284 > 2005-02-16 12:30  tim
5285 >
5286 >        * src/: applications/staticProps/GofAngle2.cpp,
5287 >        applications/staticProps/GofAngle2.hpp,
5288 >        applications/staticProps/GofR.cpp,
5289 >        applications/staticProps/GofR.hpp,
5290 >        applications/staticProps/GofRAngle.cpp,
5291 >        applications/staticProps/GofRAngle.hpp,
5292 >        applications/staticProps/GofXyz.cpp,
5293 >        applications/staticProps/GofXyz.hpp,
5294 >        applications/staticProps/StaticProps.cpp,
5295 >        applications/staticProps/StaticProps.ggo,
5296 >        applications/staticProps/StaticPropsCmd.c,
5297 >        applications/staticProps/StaticPropsCmd.h,
5298 >        brains/BlockSnapshotManager.cpp: change the default bin number
5299 >
5300 > 2005-02-16 11:36  tim
5301 >
5302 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
5303 >        applications/dynamicProps/RCorrFunc.cpp,
5304 >        applications/dynamicProps/TimeCorrFunc.cpp,
5305 >        applications/dynamicProps/VCorrFunc.cpp,
5306 >        applications/staticProps/GofAngle2.cpp,
5307 >        applications/staticProps/GofR.cpp,
5308 >        applications/staticProps/GofR.hpp,
5309 >        applications/staticProps/GofRAngle.cpp,
5310 >        applications/staticProps/GofRAngle.hpp,
5311 >        applications/staticProps/RadialDistrFunc.cpp,
5312 >        applications/staticProps/RadialDistrFunc.hpp,
5313 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
5314 >        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
5315 >        files;fix the problem of counting in staticProps
5316 >
5317 > 2005-02-15 11:39  tim
5318 >
5319 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
5320 >        BlockSnapshotManager
5321 >
5322 > 2005-02-15 11:36  tim
5323 >
5324 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
5325 >        applications/staticProps/RadialDistrFunc.cpp,
5326 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5327 >        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
5328 >        reference counting now
5329 >
5330 > 2005-02-15 09:49  tim
5331 >
5332 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5333 >        replace std::make_pair by VariablesType::value_type to make Sun
5334 >        Compiler happy
5335 >
5336 > 2005-02-15 09:35  tim
5337 >
5338 >        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
5339 >        TokenMap, using TokenMapType::value_type instead of std::make_pair
5340 >        to make Sun compiler happy
5341 >
5342 > 2005-02-15 09:24  tim
5343 >
5344 >        * src/applications/staticProps/: GofRAngle.cpp,
5345 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
5346 >
5347 > 2005-02-15 09:11  tim
5348 >
5349 >        * src/: applications/staticProps/GofR.cpp,
5350 >        applications/staticProps/RadialDistrFunc.cpp,
5351 >        applications/staticProps/RadialDistrFunc.hpp,
5352 >        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
5353 >        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
5354 >        calculation problem when two selections intersect with each other
5355 >
5356 > 2005-02-15 07:24  gezelter
5357 >
5358 >        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
5359 >        xlc++
5360 >
5361 > 2005-02-15 07:17  gezelter
5362 >
5363 >        * configure, ac-tools/configure.in, src/config.h.in,
5364 >        src/utils/residentMem.c: [no log message]
5365 >
5366 > 2005-02-14 22:17  gezelter
5367 >
5368 >        * src/utils/residentMem.c: bug fix for null termination
5369 >
5370 > 2005-02-14 22:11  gezelter
5371 >
5372 >        * configure, ac-tools/configure.in, src/utils/residentMem.c:
5373 >        bugfixing residentMem
5374 >
5375 > 2005-02-14 21:59  gezelter
5376 >
5377 >        * configure, ac-tools/configure.in, src/config.h.in,
5378 >        src/utils/residentMem.c: bugfixes for residentMem on LINUX
5379 >
5380 > 2005-02-14 21:08  gezelter
5381 >
5382 >        * src/utils/Makefile.in: added residentMem
5383 >
5384 > 2005-02-14 21:05  gezelter
5385 >
5386 >        * configure, ac-tools/configure.in, make/Makefile.in,
5387 >        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
5388 >        src/utils/residentMem.h: modifications to estimate memory in use by
5389 >        other processes autoconf fixes ps syntax checking config.h file
5390 >        cleaning
5391 >
5392 > 2005-02-14 15:26  gezelter
5393 >
5394 >        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
5395 >
5396 > 2005-02-14 15:16  gezelter
5397 >
5398 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
5399 >        strangeness
5400 >
5401 > 2005-02-14 11:42  tim
5402 >
5403 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
5404 >        BlockSnapshotManager.hpp
5405 >
5406 > 2005-02-14 10:51  tim
5407 >
5408 >        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
5409 >        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
5410 >        length of first frame
5411 >
5412 > 2005-02-14 10:12  tim
5413 >
5414 >        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
5415 >        VelocityVerletIntegrator : last frame is written twice
5416 >
5417 > 2005-02-14 09:57  tim
5418 >
5419 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
5420 >        brains/SimInfo.cpp, primitives/RigidBody.cpp,
5421 >        primitives/StuntDouble.hpp: begin bug fix
5422 >
5423 > 2005-02-14 09:35  tim
5424 >
5425 >        * src/applications/dynamicProps/: CorrelationFunction.cpp,
5426 >        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
5427 >        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
5428 >        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
5429 >        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
5430 >        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
5431 >        VCorrFunc.hpp: refactory CorrelationFunction
5432 >
5433 > 2005-02-14 07:18  gezelter
5434 >
5435 >        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
5436 >        and start of switch for type of correlation function
5437 >
5438 > 2005-02-13 13:18  tim
5439 >
5440 >        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
5441 >        calculating  bytes per stuntdouble
5442 >
5443 > 2005-02-13 13:03  tim
5444 >
5445 >        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
5446 >
5447 > 2005-02-13 12:57  tim
5448 >
5449 >        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
5450 >        bug in CorrelationFunction
5451 >
5452 > 2005-02-13 12:36  tim
5453 >
5454 >        * src/: applications/staticProps/GofR.cpp,
5455 >        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
5456 >        bug in SimInfo::getCutoff()
5457 >
5458 > 2005-02-13 12:08  tim
5459 >
5460 >        * make/Makefile.in: adding staticProps and dynamicProps into
5461 >        Makefile.in
5462 >
5463 > 2005-02-13 12:05  tim
5464 >
5465 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
5466 >        applications/dynamicProps/CorrelationFunction.hpp,
5467 >        applications/staticProps/StaticProps.cpp,
5468 >        applications/staticProps/StaticProps.ggo,
5469 >        applications/staticProps/StaticPropsCmd.c,
5470 >        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
5471 >        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
5472 >        defaults to the cutoff radius
5473 >
5474 > 2005-02-13 11:14  tim
5475 >
5476 >        * src/utils/Algorithm.hpp: adding Algorithm.hpp
5477 >
5478 > 2005-02-13 11:10  tim
5479 >
5480 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5481 >        applications/dynamicProps/CorrelationFunction.cpp,
5482 >        applications/dynamicProps/CorrelationFunction.hpp,
5483 >        applications/dynamicProps/DynamicProps.cpp,
5484 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5485 >        integrators/Integrator.cpp, integrators/Integrator.hpp,
5486 >        integrators/VelocityVerletIntegrator.cpp,
5487 >        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
5488 >        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
5489 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
5490 >        visitors/OtherVisitor.cpp: dynamicProps get built
5491 >
5492 > 2005-02-13 07:56  tim
5493 >
5494 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
5495 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5496 >        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
5497 >        progress
5498 >
5499 > 2005-02-13 00:04  tim
5500 >
5501 >        * src/: applications/dynamicProps/CorrelationFunction.hpp,
5502 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5503 >        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
5504 >        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
5505 >        work in dynamicProps
5506 >
5507 > 2005-02-12 23:25  tim
5508 >
5509 >        * src/applications/dynamicProps/DynamicProps.cpp: adding
5510 >        dynamicProps
5511 >
5512 > 2005-02-12 23:14  tim
5513 >
5514 >        * src/applications/dynamicProps/: DynamicPropsCmd.c,
5515 >        DynamicPropsCmd.h: adding command line option to DynamicProps
5516 >
5517 > 2005-02-12 23:13  tim
5518 >
5519 >        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
5520 >        adding command line option for DynamicProps
5521 >
5522 > 2005-02-12 22:57  tim
5523 >
5524 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
5525 >        applications/dynamicProps/CorrelationFunction.hpp,
5526 >        applications/dynamicProps/DipoleCorrFunc.cpp,
5527 >        applications/dynamicProps/DipoleCorrFunc.hpp,
5528 >        applications/dynamicProps/RCorrFunc.cpp,
5529 >        applications/dynamicProps/RCorrFunc.hpp,
5530 >        applications/dynamicProps/VCorrFunc.cpp,
5531 >        applications/dynamicProps/VCorrFunc.hpp,
5532 >        applications/staticProps/RadialDistrFunc.cpp,
5533 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5534 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
5535 >        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
5536 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
5537 >        dynamicProps
5538 >
5539 > 2005-02-12 12:09  tim
5540 >
5541 >        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
5542 >
5543 > 2005-02-11 14:41  tim
5544 >
5545 >        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
5546 >        more constructor to Snapshot to create customized DataStorage
5547 >
5548 > 2005-02-11 14:39  tim
5549 >
5550 >        * src/selection/: DistanceFinder.hpp, Makefile,
5551 >        SelectionManager.hpp: adding beginSelected, nextSelected method to
5552 >        SelectionManager
5553 >
5554 > 2005-02-11 14:36  tim
5555 >
5556 >        * src/config.h.in, configure: adding support for physmem
5557 >
5558 > 2005-02-11 14:35  tim
5559 >
5560 >        * ac-tools/configure.in: adding supprot for physmem
5561 >
5562 > 2005-02-11 14:35  tim
5563 >
5564 >        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
5565 >        physmem
5566 >
5567 > 2005-02-10 14:37  tim
5568 >
5569 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
5570 >        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
5571 >        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
5572 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
5573 >        StaticPropsCmd.h: more work in StaticProps
5574 >
5575 > 2005-02-10 10:14  tim
5576 >
5577 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
5578 >        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
5579 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
5580 >        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
5581 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
5582 >        StaticPropsCmd.h: change the filenames
5583 >
5584 > 2005-02-10 06:15  tim
5585 >
5586 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
5587 >        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
5588 >        RadialDistrFunc.hpp: adding GofRAngle
5589 >
5590 > 2005-02-09 10:21  tim
5591 >
5592 >        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
5593 >        useless files
5594 >
5595 > 2005-02-09 10:12  tim
5596 >
5597 >        * src/applications/staticProps/: GofR.cpp, Makefile,
5598 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
5599 >
5600 > 2005-02-09 09:08  tim
5601 >
5602 >        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
5603 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
5604 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
5605 >
5606 > 2005-02-07 14:39  tim
5607 >
5608 >        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
5609 >        Molecule class
5610 >
5611 > 2005-02-07 14:38  tim
5612 >
5613 >        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
5614 >
5615 > 2005-02-07 14:36  tim
5616 >
5617 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
5618 >        SelectionCompiler.cpp: support select internal index selection, for
5619 >        example, select DMPC.3
5620 >
5621 > 2005-02-07 13:11  tim
5622 >
5623 >        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
5624 >        help info for Dump2XYZ
5625 >
5626 > 2005-02-07 12:39  chrisfen
5627 >
5628 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5629 >        selection librarys added
5630 >
5631 > 2005-02-07 12:31  tim
5632 >
5633 >        * src/selection/Makefile, make/Makefile.in: adding Makefile
5634 >
5635 > 2005-02-07 12:20  chrisfen
5636 >
5637 >        * src/utils/wildcards.hpp: issue commented out in wildcards
5638 >
5639 > 2005-02-07 12:06  tim
5640 >
5641 >        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
5642 >        which cause reevaluate return NULL
5643 >
5644 > 2005-02-07 11:14  tim
5645 >
5646 >        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
5647 >        SimSnapshotManager.hpp: fix a bug in determing the global index for
5648 >        rigidbodies
5649 >
5650 > 2005-02-07 11:13  tim
5651 >
5652 >        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
5653 >        in Bitset
5654 >
5655 > 2005-02-07 11:13  tim
5656 >
5657 >        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
5658 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
5659 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
5660 >        TokenMap.cpp: selection library is working
5661 >
5662 > 2005-02-04 14:46  tim
5663 >
5664 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
5665 >
5666 > 2005-02-04 14:45  tim
5667 >
5668 >        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
5669 >        and XYZVisitor now use selection library
5670 >
5671 > 2005-02-04 14:44  tim
5672 >
5673 >        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
5674 >        adding SelectionManager into SimInfo
5675 >
5676 > 2005-02-04 14:43  tim
5677 >
5678 >        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
5679 >        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
5680 >        selection library
5681 >
5682 > 2005-02-04 14:42  tim
5683 >
5684 >        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
5685 >        in BitSet
5686 >
5687 > 2005-02-04 14:41  tim
5688 >
5689 >        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
5690 >        implementation
5691 >
5692 > 2005-02-04 14:39  tim
5693 >
5694 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
5695 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
5696 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
5697 >        SelectionManager.hpp, Token.hpp: half of the selection utility is
5698 >        working need to debug within keyword and atomproperty keyword
5699 >
5700 > 2005-02-03 21:42  tim
5701 >
5702 >        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
5703 >        get built
5704 >
5705 > 2005-02-03 21:42  tim
5706 >
5707 >        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
5708 >
5709 > 2005-02-03 21:26  tim
5710 >
5711 >        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
5712 >        remove some useless files
5713 >
5714 > 2005-02-03 20:57  tim
5715 >
5716 >        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
5717 >        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
5718 >        adding wildcard class; NameFinder is finished
5719 >
5720 > 2005-02-03 15:14  tim
5721 >
5722 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
5723 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
5724 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
5725 >        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
5726 >        selection library
5727 >
5728 > 2005-02-03 06:04  tim
5729 >
5730 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5731 >        selection in progress
5732 >
5733 > 2005-02-02 15:13  tim
5734 >
5735 >        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
5736 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
5737 >        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
5738 >        progress, except SelectionEvaluator, other files are compiled
5739 >
5740 > 2005-02-02 15:12  tim
5741 >
5742 >        * src/utils/: Makefile.in, any.hpp: adding boost::any
5743 >
5744 > 2005-02-02 04:51  tim
5745 >
5746 >        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
5747 >
5748 > 2005-02-01 14:49  tim
5749 >
5750 >        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
5751 >        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
5752 >        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
5753 >        selection/Token.hpp: Selection in progress
5754 >
5755 > 2005-01-31 22:55  tim
5756 >
5757 >        * src/: selection/SelectionCompiler.hpp,
5758 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
5759 >        selection/SelectionManager.hpp, selection/Token.hpp,
5760 >        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
5761 >
5762 > 2005-01-26 07:26  tim
5763 >
5764 >        * src/integrators/: Integrator.cpp, Integrator.hpp,
5765 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
5766 >        to add eorWriter
5767 >
5768 > 2005-01-26 07:15  tim
5769 >
5770 >        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
5771 >        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
5772 >        wrong column of electroframe
5773 >
5774 > 2005-01-25 13:59  tim
5775 >
5776 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
5777 >        SimInfo, use number of cutoff stamp as counter to loop over
5778 >        rigidbody stamp
5779 >
5780 > 2005-01-25 09:45  tim
5781 >
5782 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5783 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
5784 >        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
5785 >        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
5786 >        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
5787 >        io/EAMAtomTypesSectionParser.cpp,
5788 >        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
5789 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
5790 >        io/StickyAtomTypesSectionParser.cpp,
5791 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
5792 >        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
5793 >        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
5794 >        primitives/GhostTorsion.hpp, primitives/Makefile,
5795 >        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
5796 >        section parser's error message (2) add GhostTorsion (3) accumulate
5797 >        inertial tensor from the directional atoms before calculate
5798 >        rigidbody's inertial tensor
5799 >
5800 > 2005-01-17 14:17  tim
5801 >
5802 >        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
5803 >
5804 > 2005-01-17 08:58  tim
5805 >
5806 >        * src/integrators/NVT.cpp: fix a bug in loading initial extended
5807 >        system parameters
5808 >
5809 > 2005-01-17 08:05  tim
5810 >
5811 >        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
5812 >
5813 > 2005-01-14 14:02  tim
5814 >
5815 >        * src/UseTheForce/WATER.cpp: remove WATER.cpp
5816 >
5817 > 2005-01-14 13:37  tim
5818 >
5819 >        * forceFields/Makefile: sync Makefile
5820 >
5821 > 2005-01-14 13:13  gezelter
5822 >
5823 >        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
5824 >        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
5825 >        src/applications/dump2Xyz/Makefile,
5826 >        src/applications/oopse/Makefile,
5827 >        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
5828 >        src/constraints/Makefile, src/integrators/Makefile,
5829 >        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
5830 >        src/primitives/Makefile, src/profiling/Makefile,
5831 >        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
5832 >        src/visitors/Makefile: moved Package variable into subdirectory
5833 >        makefiles to speed up the building process
5834 >
5835 > 2005-01-14 12:48  gezelter
5836 >
5837 >        * src/applications/oopse/oopse.cpp: Fixed publication details in
5838 >        banner
5839 >
5840 > 2005-01-14 12:48  gezelter
5841 >
5842 >        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
5843 >        simParallel_interface.h: added dummy subroutine to avoid empty
5844 >        unit, synchronized this dummy routine between C and fortran
5845 >
5846 > 2005-01-14 12:31  gezelter
5847 >
5848 >        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
5849 >        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
5850 >        DarkSide/Makefile, DarkSide/atype.F90,
5851 >        DarkSide/atype_interface.F90, DarkSide/charge.F90,
5852 >        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
5853 >        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
5854 >        DarkSide/eam_interface.F90, DarkSide/gb.F90,
5855 >        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
5856 >        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
5857 >        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
5858 >        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
5859 >        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
5860 >        modules and C/Fortran interface subroutines
5861 >
5862 > 2005-01-14 12:15  gezelter
5863 >
5864 >        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
5865 >
5866 > 2005-01-14 12:09  gezelter
5867 >
5868 >        * configure, ac-tools/configure.in, src/config.h.in,
5869 >        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
5870 >
5871 > 2005-01-14 08:49  tim
5872 >
5873 >        * src/: io/EAMAtomTypesSectionParser.cpp,
5874 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
5875 >        utils/StringUtils.hpp: using c library to do conversion instead of
5876 >        using iostream due to a bug in libstdc++(GCC 3.2)
5877 >
5878 > 2005-01-13 18:40  tim
5879 >
5880 >        * src/brains/SimSetup.cpp: no message
5881 >
5882 > 2005-01-13 17:56  tim
5883 >
5884 >        * src/primitives/Molecule.hpp: fix a bug in global index
5885 >
5886 > 2005-01-13 17:04  tim
5887 >
5888 >        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
5889 >        Integrator.hpp in Minimizer
5890 >
5891 > 2005-01-13 14:14  gezelter
5892 >
5893 >        * src/utils/Makefile: compile getopt and getopt1 if we need to
5894 >
5895 > 2005-01-13 13:56  gezelter
5896 >
5897 >        * make/Makefile.in: template flags
5898 >
5899 > 2005-01-13 13:48  gezelter
5900 >
5901 >        * src/applications/oopse/Makefile: formatting
5902 >
5903 > 2005-01-13 13:48  gezelter
5904 >
5905 >        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
5906 >        target
5907 >
5908 > 2005-01-13 11:40  tim
5909 >
5910 >        * src/: UseTheForce/fSwitchingFunction.h,
5911 >        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
5912 >        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
5913 >        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
5914 >        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
5915 >
5916 > 2005-01-13 10:26  tim
5917 >
5918 >        * make/Makefile.in: change the order of linking (object file comes
5919 >        first and then follow by user built library)
5920 >
5921 > 2005-01-12 15:24  tim
5922 >
5923 >        * src/io/DumpWriter.cpp: remove useless debug info
5924 >
5925 > 2005-01-12 15:21  tim
5926 >
5927 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
5928 >
5929 > 2005-01-12 15:17  tim
5930 >
5931 >        * make/: Makefile.in, Makefile.in: missing tab
5932 >
5933 > 2005-01-12 15:15  tim
5934 >
5935 >        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
5936 >        get fixed
5937 >
5938 > 2005-01-12 14:40  gezelter
5939 >
5940 >        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
5941 >        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
5942 >        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
5943 >        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
5944 >        src/UseTheForce/ForceFieldCreator.hpp,
5945 >        src/UseTheForce/ForceFieldFactory.cpp,
5946 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
5947 >        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
5948 >        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
5949 >        src/UseTheForce/fSwitchingFunction.h,
5950 >        src/UseTheForce/mpiComponentPlan.h,
5951 >        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
5952 >        src/UseTheForce/notifyCutoffs.F90,
5953 >        src/UseTheForce/notifyCutoffs_interface.h,
5954 >        src/UseTheForce/DarkSide/LJ.F90,
5955 >        src/UseTheForce/DarkSide/atype.F90,
5956 >        src/UseTheForce/DarkSide/atype_interface.h,
5957 >        src/UseTheForce/DarkSide/charge.F90,
5958 >        src/UseTheForce/DarkSide/charge_interface.h,
5959 >        src/UseTheForce/DarkSide/dipole.F90,
5960 >        src/UseTheForce/DarkSide/dipole_interface.h,
5961 >        src/UseTheForce/DarkSide/eam.F90,
5962 >        src/UseTheForce/DarkSide/eam_interface.h,
5963 >        src/UseTheForce/DarkSide/force_globals.F90,
5964 >        src/UseTheForce/DarkSide/gb.F90,
5965 >        src/UseTheForce/DarkSide/gb_interface.h,
5966 >        src/UseTheForce/DarkSide/lj_interface.h,
5967 >        src/UseTheForce/DarkSide/neighborLists.F90,
5968 >        src/UseTheForce/DarkSide/reactionField.F90,
5969 >        src/UseTheForce/DarkSide/shapes.F90,
5970 >        src/UseTheForce/DarkSide/shapes_interface.h,
5971 >        src/UseTheForce/DarkSide/simParallel.F90,
5972 >        src/UseTheForce/DarkSide/simParallel_interface.h,
5973 >        src/UseTheForce/DarkSide/simulation.F90,
5974 >        src/UseTheForce/DarkSide/simulation_interface.h,
5975 >        src/UseTheForce/DarkSide/sticky.F90,
5976 >        src/UseTheForce/DarkSide/sticky_interface.h,
5977 >        src/UseTheForce/DarkSide/switcheroo.F90,
5978 >        src/applications/Makedepend, src/applications/quickLate.c,
5979 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
5980 >        src/applications/oopse/oopse.cpp,
5981 >        src/applications/simpleBuilder/BaseLattice.cpp,
5982 >        src/applications/simpleBuilder/BaseLattice.hpp,
5983 >        src/applications/simpleBuilder/Lattice.cpp,
5984 >        src/applications/simpleBuilder/Lattice.hpp,
5985 >        src/applications/simpleBuilder/LatticeCreator.cpp,
5986 >        src/applications/simpleBuilder/LatticeCreator.hpp,
5987 >        src/applications/simpleBuilder/LatticeFactory.cpp,
5988 >        src/applications/simpleBuilder/LatticeFactory.hpp,
5989 >        src/applications/simpleBuilder/MoLocator.cpp,
5990 >        src/applications/simpleBuilder/MoLocator.hpp,
5991 >        src/applications/simpleBuilder/simpleBuilder.cpp,
5992 >        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
5993 >        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
5994 >        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
5995 >        src/brains/Makefile, src/brains/Migrator.hpp,
5996 >        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
5997 >        src/brains/Register.cpp, src/brains/Register.hpp,
5998 >        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
5999 >        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
6000 >        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
6001 >        src/brains/SimSnapshotManager.cpp,
6002 >        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
6003 >        src/brains/SimState.hpp, src/brains/SkipList.cpp,
6004 >        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
6005 >        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
6006 >        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
6007 >        src/brains/Thermo.hpp, src/brains/fSimulation.h,
6008 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
6009 >        src/constraints/AbstractClasses.hpp,
6010 >        src/constraints/ConstraintElem.hpp,
6011 >        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
6012 >        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
6013 >        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
6014 >        src/constraints/ZconsStruct.hpp,
6015 >        src/constraints/ZconstraintForceManager.cpp,
6016 >        src/constraints/ZconstraintForceManager.hpp,
6017 >        src/integrators/AbstractClasses.hpp,
6018 >        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
6019 >        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
6020 >        src/integrators/Integrator.hpp,
6021 >        src/integrators/IntegratorCreator.hpp,
6022 >        src/integrators/IntegratorFactory.cpp,
6023 >        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
6024 >        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
6025 >        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
6026 >        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
6027 >        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
6028 >        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
6029 >        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
6030 >        src/integrators/RotationAlgorithm.hpp,
6031 >        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
6032 >        src/integrators/VelocityVerletIntegrator.cpp,
6033 >        src/integrators/VelocityVerletIntegrator.hpp,
6034 >        src/io/AtomTypesSectionParser.cpp,
6035 >        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
6036 >        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
6037 >        src/io/BendTypesSectionParser.cpp,
6038 >        src/io/BendTypesSectionParser.hpp,
6039 >        src/io/BondTypesSectionParser.cpp,
6040 >        src/io/BondTypesSectionParser.hpp,
6041 >        src/io/DirectionalAtomTypesSectionParser.cpp,
6042 >        src/io/DirectionalAtomTypesSectionParser.hpp,
6043 >        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
6044 >        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
6045 >        src/io/EAMAtomTypesSectionParser.cpp,
6046 >        src/io/EAMAtomTypesSectionParser.hpp,
6047 >        src/io/ElectrostaticAtomTypesSectionParser.cpp,
6048 >        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
6049 >        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
6050 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
6051 >        src/io/LennardJonesAtomTypesSectionParser.hpp,
6052 >        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
6053 >        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
6054 >        src/io/Makefile, src/io/SectionParser.cpp,
6055 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
6056 >        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
6057 >        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
6058 >        src/io/StickyAtomTypesSectionParser.hpp,
6059 >        src/io/TorsionTypesSectionParser.cpp,
6060 >        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
6061 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
6062 >        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
6063 >        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
6064 >        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
6065 >        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
6066 >        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
6067 >        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
6068 >        src/math/MatVec3.h, src/math/Polynomial.hpp,
6069 >        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
6070 >        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
6071 >        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
6072 >        src/math/Vector.hpp, src/math/Vector3.hpp,
6073 >        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
6074 >        src/minimizers/CGFamilyMinimizer.cpp,
6075 >        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
6076 >        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
6077 >        src/minimizers/MinimizerCreator.hpp,
6078 >        src/minimizers/MinimizerFactory.cpp,
6079 >        src/minimizers/MinimizerFactory.hpp,
6080 >        src/minimizers/MinimizerParameterSet.cpp,
6081 >        src/minimizers/MinimizerParameterSet.hpp,
6082 >        src/minimizers/OOPSEMinimizer.cpp,
6083 >        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
6084 >        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
6085 >        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
6086 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
6087 >        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
6088 >        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
6089 >        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
6090 >        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
6091 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
6092 >        src/primitives/GhostBend.hpp, src/primitives/Makefile,
6093 >        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
6094 >        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
6095 >        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
6096 >        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
6097 >        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
6098 >        src/primitives/UreyBradleyBend.cpp,
6099 >        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
6100 >        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
6101 >        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
6102 >        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
6103 >        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
6104 >        src/types/BendType.hpp, src/types/BondStamp.cpp,
6105 >        src/types/BondStamp.hpp, src/types/BondType.hpp,
6106 >        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
6107 >        src/types/Component.cpp, src/types/Component.hpp,
6108 >        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
6109 >        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
6110 >        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
6111 >        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
6112 >        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
6113 >        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
6114 >        src/types/Makefile, src/types/MoleculeStamp.cpp,
6115 >        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
6116 >        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
6117 >        src/types/PolynomialBondType.hpp,
6118 >        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
6119 >        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
6120 >        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
6121 >        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
6122 >        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
6123 >        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
6124 >        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
6125 >        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
6126 >        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
6127 >        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
6128 >        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
6129 >        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
6130 >        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
6131 >        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
6132 >        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
6133 >        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
6134 >        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
6135 >        src/utils/Utility.cpp, src/utils/Utility.hpp,
6136 >        src/utils/definitions.F90, src/utils/fError.c,
6137 >        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
6138 >        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
6139 >        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
6140 >        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
6141 >        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
6142 >        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
6143 >        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
6144 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
6145 >        src/visitors/ZconsVisitor.hpp: merging new_design branch into
6146 >        OOPSE-2.0
6147 >
6148 > 2005-01-12 10:13  tim
6149 >
6150 >        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
6151 >        utils/TypeContainer.hpp: forget to include <algorithm>
6152 >
6153 > 2005-01-12 09:25  tim
6154 >
6155 >        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
6156 >        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
6157 >        fields
6158 >
6159 > 2005-01-12 09:14  tim
6160 >
6161 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6162 >        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
6163 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6164 >        UseTheForce/ForceFieldCreator.hpp,
6165 >        UseTheForce/ForceFieldFactory.cpp,
6166 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
6167 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
6168 >        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
6169 >        UseTheForce/notifyCutoffs.F90,
6170 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
6171 >        UseTheForce/DarkSide/atype.F90,
6172 >        UseTheForce/DarkSide/atype_interface.h,
6173 >        UseTheForce/DarkSide/charge.F90,
6174 >        UseTheForce/DarkSide/charge_interface.h,
6175 >        UseTheForce/DarkSide/dipole.F90,
6176 >        UseTheForce/DarkSide/dipole_interface.h,
6177 >        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
6178 >        UseTheForce/DarkSide/force_globals.F90,
6179 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
6180 >        UseTheForce/DarkSide/lj_interface.h,
6181 >        UseTheForce/DarkSide/neighborLists.F90,
6182 >        UseTheForce/DarkSide/reactionField.F90,
6183 >        UseTheForce/DarkSide/shapes.F90,
6184 >        UseTheForce/DarkSide/shapes_interface.h,
6185 >        UseTheForce/DarkSide/simParallel.F90,
6186 >        UseTheForce/DarkSide/simParallel_interface.h,
6187 >        UseTheForce/DarkSide/simulation.F90,
6188 >        UseTheForce/DarkSide/simulation_interface.h,
6189 >        UseTheForce/DarkSide/sticky.F90,
6190 >        UseTheForce/DarkSide/sticky_interface.h,
6191 >        UseTheForce/DarkSide/switcheroo.F90,
6192 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
6193 >        applications/simpleBuilder/BaseLattice.cpp,
6194 >        applications/simpleBuilder/BaseLattice.hpp,
6195 >        applications/simpleBuilder/Lattice.cpp,
6196 >        applications/simpleBuilder/Lattice.hpp,
6197 >        applications/simpleBuilder/LatticeCreator.cpp,
6198 >        applications/simpleBuilder/LatticeCreator.hpp,
6199 >        applications/simpleBuilder/LatticeFactory.cpp,
6200 >        applications/simpleBuilder/LatticeFactory.hpp,
6201 >        applications/simpleBuilder/MoLocator.cpp,
6202 >        applications/simpleBuilder/MoLocator.hpp,
6203 >        applications/simpleBuilder/simpleBuilder.cpp,
6204 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
6205 >        brains/Exclude.hpp, brains/ForceManager.cpp,
6206 >        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
6207 >        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6208 >        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
6209 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
6210 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
6211 >        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
6212 >        brains/Snapshot.cpp, brains/Snapshot.hpp,
6213 >        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
6214 >        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
6215 >        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
6216 >        constraints/Rattle.cpp, constraints/Rattle.hpp,
6217 >        constraints/ZconsStruct.hpp,
6218 >        constraints/ZconstraintForceManager.cpp,
6219 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
6220 >        integrators/DLM.hpp, integrators/Integrator.cpp,
6221 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
6222 >        integrators/IntegratorFactory.cpp,
6223 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
6224 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
6225 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
6226 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
6227 >        integrators/NVT.cpp, integrators/NVT.hpp,
6228 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
6229 >        integrators/Velocitizer.hpp,
6230 >        integrators/VelocityVerletIntegrator.cpp,
6231 >        integrators/VelocityVerletIntegrator.hpp,
6232 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
6233 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
6234 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
6235 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
6236 >        io/BondTypesSectionParser.hpp,
6237 >        io/DirectionalAtomTypesSectionParser.cpp,
6238 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
6239 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
6240 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
6241 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6242 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
6243 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
6244 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
6245 >        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
6246 >        io/SectionParser.cpp, io/SectionParser.hpp,
6247 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
6248 >        io/StatWriter.cpp, io/StatWriter.hpp,
6249 >        io/StickyAtomTypesSectionParser.cpp,
6250 >        io/StickyAtomTypesSectionParser.hpp,
6251 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
6252 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
6253 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
6254 >        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
6255 >        io/node_list.h, io/parse_interface.h, io/parse_me.h,
6256 >        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
6257 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
6258 >        math/Polynomial.hpp, math/Quaternion.hpp,
6259 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
6260 >        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
6261 >        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
6262 >        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
6263 >        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
6264 >        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
6265 >        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
6266 >        minimizers/MinimizerParameterSet.cpp,
6267 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
6268 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
6269 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
6270 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
6271 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
6272 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
6273 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
6274 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
6275 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
6276 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
6277 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
6278 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
6279 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
6280 >        restraints/Restraints.cpp, restraints/Restraints.hpp,
6281 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
6282 >        types/AtomType.hpp, types/AtomTypeProperties.h,
6283 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
6284 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
6285 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
6286 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
6287 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
6288 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
6289 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
6290 >        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
6291 >        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
6292 >        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
6293 >        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
6294 >        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
6295 >        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
6296 >        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
6297 >        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
6298 >        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
6299 >        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
6300 >        types/TorsionStamp.hpp, types/TorsionType.hpp,
6301 >        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
6302 >        types/ZconStamp.hpp, utils/GenericData.hpp,
6303 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
6304 >        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
6305 >        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
6306 >        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
6307 >        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
6308 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
6309 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
6310 >        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
6311 >        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
6312 >        utils/simError.c, utils/simError.h, utils/status.F90,
6313 >        utils/vector_class.F90, visitors/AtomData.hpp,
6314 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
6315 >        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
6316 >        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
6317 >        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
6318 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
6319 >        visitors/ZconsVisitor.hpp: change license
6320 >
6321 > 2005-01-12 09:14  tim
6322 >
6323 >        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
6324 >        branch new_design.
6325 >
6326 > 2005-01-11 13:03  tim
6327 >
6328 >        * src/: constraints/ZconstraintForceManager.cpp,
6329 >        constraints/ZconstraintForceManager.hpp,
6330 >        minimizers/MinimizerParameterSet.cpp,
6331 >        minimizers/MinimizerParameterSet.hpp: change const static double
6332 >        data member to const double
6333 >
6334 > 2005-01-11 12:50  tim
6335 >
6336 >        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
6337 >
6338 > 2005-01-11 12:39  tim
6339 >
6340 >        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
6341 >        change data type from logical to integer in AtomTypeProperties.h
6342 >
6343 > 2005-01-11 08:36  tim
6344 >
6345 >        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
6346 >        new format of EAM force field
6347 >
6348 > 2005-01-11 08:24  tim
6349 >
6350 >        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
6351 >        to DUFF2.frc
6352 >
6353 > 2005-01-11 08:23  tim
6354 >
6355 >        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
6356 >        DUFF2.frc
6357 >
6358 > 2005-01-11 08:09  tim
6359 >
6360 >        * make/Makefile.in: adding constraints and minimizers into
6361 >        Makefile.in
6362 >
6363 > 2005-01-11 08:03  tim
6364 >
6365 >        * src/io/: ChargeAtomTypesSectionParser.cpp,
6366 >        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
6367 >        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
6368 >        files
6369 >
6370 > 2005-01-11 07:59  tim
6371 >
6372 >        * src/io/ZConsWriter.cpp: [no log message]
6373 >
6374 > 2005-01-11 07:53  tim
6375 >
6376 >        * src/UseTheForce/EAM.cpp: minor fix
6377 >
6378 > 2005-01-11 07:52  tim
6379 >
6380 >        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
6381 >        on branch new_design.
6382 >
6383 > 2005-01-11 07:52  tim
6384 >
6385 >        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
6386 >        on branch new_design.
6387 >
6388 > 2005-01-11 07:52  tim
6389 >
6390 >        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
6391 >
6392 > 2005-01-11 07:47  tim
6393 >
6394 >        * make/Makefile.in: forget a '$' sign
6395 >
6396 > 2005-01-11 07:46  tim
6397 >
6398 >        * make/Makefile.in: missing tab in rules
6399 >
6400 > 2005-01-10 14:04  tim
6401 >
6402 >        * src/: UseTheForce/ForceFieldCreator.cpp,
6403 >        UseTheForce/ForceFieldCreator.hpp,
6404 >        UseTheForce/ForceFieldFactory.cpp,
6405 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
6406 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
6407 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
6408 >        brains/Register.cpp, brains/Register.hpp,
6409 >        integrators/IntegratorCreator.cpp,
6410 >        integrators/IntegratorCreator.hpp,
6411 >        integrators/IntegratorFactory.cpp,
6412 >        integrators/IntegratorFactory.hpp, integrators/Makefile,
6413 >        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
6414 >        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
6415 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
6416 >        minimizers/MinimizerFactory.hpp: create a register module to
6417 >        register force fields, integrators and minimizers
6418 >
6419 > 2005-01-10 14:04  tim
6420 >
6421 >        * src/brains/Register.cpp: file Register.cpp was initially added on
6422 >        branch new_design.
6423 >
6424 > 2005-01-10 14:04  tim
6425 >
6426 >        * src/brains/Register.hpp: file Register.hpp was initially added on
6427 >        branch new_design.
6428 >
6429 > 2005-01-10 12:52  tim
6430 >
6431 >        * src/: UseTheForce/ForceFieldFactory.cpp,
6432 >        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
6433 >        constraints/ZconstraintForceManager.cpp,
6434 >        constraints/ZconstraintForceManager.hpp,
6435 >        integrators/IntegratorFactory.cpp,
6436 >        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
6437 >        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
6438 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
6439 >        method is working now
6440 >
6441 > 2005-01-10 10:05  tim
6442 >
6443 >        * src/: constraints/ConstraintElem.hpp,
6444 >        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
6445 >        constraints/ZconstraintForceManager.cpp,
6446 >        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
6447 >        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
6448 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
6449 >        zconstraint
6450 >
6451 > 2005-01-10 10:05  tim
6452 >
6453 >        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
6454 >        initially added on branch new_design.
6455 >
6456 > 2005-01-07 13:50  tim
6457 >
6458 >        * src/constraints/ZconstraintForceManager.cpp: file
6459 >        ZconstraintForceManager.cpp was initially added on branch
6460 >        new_design.
6461 >
6462 > 2005-01-07 13:50  tim
6463 >
6464 >        * src/constraints/ZconstraintForceManager.hpp: file
6465 >        ZconstraintForceManager.hpp was initially added on branch
6466 >        new_design.
6467 >
6468 > 2005-01-07 13:50  tim
6469 >
6470 >        * src/: applications/simpleBuilder/BaseLattice.hpp,
6471 >        applications/simpleBuilder/Lattice.hpp,
6472 >        applications/simpleBuilder/LatticeCreator.hpp,
6473 >        applications/simpleBuilder/LatticeFactory.hpp,
6474 >        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
6475 >        constraints/ConstraintElem.hpp, constraints/Makefile,
6476 >        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
6477 >        constraints/ZconstraintForceManager.cpp,
6478 >        constraints/ZconstraintForceManager.hpp,
6479 >        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
6480 >        utils/NumericConstant.hpp: ZConstraintForceManager in progress
6481 >
6482 > 2005-01-07 13:50  tim
6483 >
6484 >        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
6485 >        initially added on branch new_design.
6486 >
6487 > 2005-01-06 14:31  tim
6488 >
6489 >        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6490 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
6491 >        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
6492 >        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
6493 >        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
6494 >        constraint is almost working
6495 >
6496 > 2005-01-05 16:36  tim
6497 >
6498 >        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
6499 >        working
6500 >
6501 > 2005-01-05 16:16  tim
6502 >
6503 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
6504 >        applications/oopse/oopse.cpp,
6505 >        applications/simpleBuilder/BaseLattice.cpp,
6506 >        applications/simpleBuilder/Lattice.cpp,
6507 >        applications/simpleBuilder/LatticeFactory.cpp,
6508 >        applications/simpleBuilder/LatticeFactory.hpp,
6509 >        applications/simpleBuilder/MoLocator.cpp,
6510 >        applications/simpleBuilder/MoLocator.hpp,
6511 >        applications/simpleBuilder/simpleBuilder.cpp,
6512 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
6513 >        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
6514 >        in progress
6515 >
6516 > 2005-01-05 09:35  tim
6517 >
6518 >        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
6519 >        was initially added on branch new_design.
6520 >
6521 > 2005-01-05 09:35  tim
6522 >
6523 >        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
6524 >        added on branch new_design.
6525 >
6526 > 2005-01-05 09:35  tim
6527 >
6528 >        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
6529 >        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
6530 >        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
6531 >        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
6532 >        SDMinimizer.hpp: minimizer in progress
6533 >
6534 > 2005-01-05 09:35  tim
6535 >
6536 >        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
6537 >        was initially added on branch new_design.
6538 >
6539 > 2005-01-05 09:35  tim
6540 >
6541 >        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
6542 >        was initially added on branch new_design.
6543 >
6544 > 2005-01-05 09:35  tim
6545 >
6546 >        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
6547 >        was initially added on branch new_design.
6548 >
6549 > 2005-01-05 09:35  tim
6550 >
6551 >        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
6552 >        added on branch new_design.
6553 >
6554 > 2005-01-04 14:18  tim
6555  
6556          * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
6557          brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
# Line 3046 | Line 6562
6562          primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
6563          progress
6564  
6565 < 2005-01-04 17:18  tim
6565 > 2005-01-04 14:18  tim
6566  
6567          * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
6568          initially added on branch new_design.
6569  
6570 < 2005-01-04 17:18  tim
6570 > 2005-01-04 14:18  tim
6571  
6572          * src/minimizers/MinimizerParameterSet.cpp: file
6573          MinimizerParameterSet.cpp was initially added on branch new_design.
6574  
6575 < 2005-01-04 17:18  tim
6575 > 2005-01-04 14:18  tim
6576  
6577          * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
6578          initially added on branch new_design.
6579  
6580 < 2005-01-04 17:18  tim
6580 > 2005-01-04 14:18  tim
6581  
6582          * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
6583          was initially added on branch new_design.
6584  
6585 < 2005-01-04 17:18  tim
6585 > 2005-01-04 14:18  tim
6586  
6587          * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
6588          Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
6589          OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
6590          SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
6591  
6592 < 2005-01-04 17:18  tim
6592 > 2005-01-04 14:18  tim
6593  
6594          * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
6595          branch new_design.
6596  
6597 < 2004-12-20 15:50  chuckv
6597 > 2004-12-20 12:50  chuckv
6598  
6599          * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
6600          other BSD's, replaced test -f *.mod with ls function since BSD test
6601          apparently doesn't support wildcards.
6602  
6603 < 2004-12-20 15:36  tim
6603 > 2004-12-20 12:36  tim
6604  
6605          * make/Makefile.in: fix a test command incompatiable problem
6606  
6607 < 2004-12-20 14:49  tim
6607 > 2004-12-20 11:49  tim
6608  
6609          * src/integrators/NPTi.cpp: NPT is working now
6610  
6611 < 2004-12-16 14:20  tim
6611 > 2004-12-16 11:20  tim
6612  
6613          * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
6614          invalid stamp id
6615  
6616 < 2004-12-16 14:00  tim
6616 > 2004-12-16 11:00  tim
6617  
6618          * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
6619          newEAM.u6.frc: adding new EAM force field files
6620  
6621 < 2004-12-16 13:55  tim
6621 > 2004-12-16 10:55  tim
6622  
6623          * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
6624          in  EAM parameter file is incorrect
6625  
6626 < 2004-12-16 12:27  tim
6626 > 2004-12-16 09:27  tim
6627  
6628          * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
6629          brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
6630          utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
6631  
6632 < 2004-12-15 17:34  tim
6632 > 2004-12-15 14:34  tim
6633  
6634          * src/: applications/simpleBuilder/BaseLattice.cpp,
6635          applications/simpleBuilder/BaseLattice.hpp,
# Line 3126 | Line 6642
6642          applications/simpleBuilder/simpleBuilder.cpp,
6643          io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
6644  
6645 < 2004-12-15 16:07  tim
6645 > 2004-12-15 13:07  tim
6646  
6647          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6648          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
6649          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
6650          add EAM Force Field
6651  
6652 < 2004-12-15 14:40  tim
6652 > 2004-12-15 11:40  tim
6653  
6654          * src/applications/oopse/oopse.cpp: add more force fields
6655  
6656 < 2004-12-15 11:44  tim
6656 > 2004-12-15 08:44  tim
6657  
6658          * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
6659          to call All_reduce in MPI version)
6660  
6661 < 2004-12-15 11:13  tim
6661 > 2004-12-15 08:13  tim
6662  
6663          * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
6664          io/DumpReader.cpp: MPI in NVE is working
6665  
6666 < 2004-12-14 16:57  tim
6666 > 2004-12-14 13:57  tim
6667  
6668          * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
6669          Master nodes does not brocast the total number of frames
6670  
6671 < 2004-12-14 14:08  tim
6671 > 2004-12-14 11:08  tim
6672  
6673          * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
6674          integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 3161 | Line 6677
6677          minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
6678          minimizers/SDMinimizer.cpp: more fix in MPI version
6679  
6680 < 2004-12-13 17:30  tim
6680 > 2004-12-13 14:30  tim
6681  
6682          * src/: UseTheForce/DarkSide/simParallel.F90,
6683          applications/oopse/oopse.cpp, brains/SimCreator.cpp,
# Line 3179 | Line 6695
6695          utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
6696          is built
6697  
6698 < 2004-12-10 13:41  tim
6698 > 2004-12-10 10:41  tim
6699  
6700          * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
6701  
6702 < 2004-12-10 11:14  tim
6702 > 2004-12-10 08:14  tim
6703  
6704          * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
6705          primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
6706          and Dipole is working now
6707  
6708 < 2004-12-09 18:15  tim
6708 > 2004-12-09 15:15  tim
6709  
6710          * src/: UseTheForce/DarkSide/dipole.F90,
6711          UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
6712          fix an index problem in eFrame matrix
6713  
6714 < 2004-12-09 18:09  tim
6714 > 2004-12-09 15:09  tim
6715  
6716          * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
6717          initializing the new Charge AtomType
6718  
6719 < 2004-12-09 16:15  tim
6719 > 2004-12-09 13:15  tim
6720  
6721          * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
6722          types/DirectionalAtomType.cpp: sticky module get compiled
6723  
6724 < 2004-12-09 15:43  gezelter
6724 > 2004-12-09 12:43  gezelter
6725  
6726          * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
6727          reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
6728          GB
6729  
6730 < 2004-12-09 15:42  gezelter
6730 > 2004-12-09 12:42  gezelter
6731  
6732          * src/UseTheForce/doForces.F90: u_l -> eFrame
6733  
6734 < 2004-12-09 15:27  gezelter
6734 > 2004-12-09 12:27  gezelter
6735  
6736          * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
6737          module now has the option for multiple sticky types
6738  
6739 < 2004-12-09 15:27  gezelter
6739 > 2004-12-09 12:27  gezelter
6740  
6741          * src/UseTheForce/doForces.F90: sticky
6742  
6743 < 2004-12-09 11:22  tim
6743 > 2004-12-09 08:22  tim
6744  
6745          * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
6746          inconsistency in lab2Bidy
6747  
6748 < 2004-12-09 10:45  tim
6748 > 2004-12-09 07:45  tim
6749  
6750          * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
6751          in calculating torque in rigid body
6752  
6753 < 2004-12-08 15:37  tim
6753 > 2004-12-08 12:37  tim
6754  
6755          * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
6756          brains/SnapShot.cpp, brains/Snapshot.hpp,
# Line 3242 | Line 6758
6758          io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
6759          fix a parsing bug in ElectroStaticAtomTypesSectionParser
6760  
6761 < 2004-12-08 12:03  tim
6761 > 2004-12-08 09:03  tim
6762  
6763          * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
6764          in  NVT is working
6765  
6766 < 2004-12-07 18:08  tim
6766 > 2004-12-07 15:08  tim
6767  
6768          * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
6769          integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
6770          integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
6771          io/DumpWriter.cpp: NPT in progress
6772  
6773 < 2004-12-07 09:43  tim
6773 > 2004-12-07 06:43  tim
6774  
6775          * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
6776          message]
6777  
6778 < 2004-12-07 00:12  tim
6778 > 2004-12-06 21:12  tim
6779  
6780          * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
6781          UseInitXSstate
6782  
6783 < 2004-12-07 00:00  tim
6783 > 2004-12-06 21:00  tim
6784  
6785          * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
6786  
6787 < 2004-12-06 23:47  tim
6787 > 2004-12-06 20:47  tim
6788  
6789          * src/types/DirectionalAtomType.cpp: [no log message]
6790  
6791 < 2004-12-06 21:18  tim
6791 > 2004-12-06 18:18  tim
6792  
6793          * forceFields/newDUFF.frc: merge WATER force field into DUFF
6794  
6795 < 2004-12-06 20:33  tim
6795 > 2004-12-06 17:33  tim
6796  
6797          * forceFields/newDUFF.frc: change the force constant of bonds
6798  
6799 < 2004-12-06 18:29  tim
6799 > 2004-12-06 15:29  tim
6800  
6801          * src/: UseTheForce/DarkSide/charge.F90,
6802          UseTheForce/DarkSide/charge_interface.h,
# Line 3288 | Line 6804
6804          UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
6805          fix atom type ident in Charge and Dipole Module
6806  
6807 < 2004-12-06 17:56  tim
6807 > 2004-12-06 14:56  tim
6808  
6809          * src/primitives/Torsion.cpp: butane is working now
6810  
6811 < 2004-12-06 15:15  tim
6811 > 2004-12-06 12:15  tim
6812  
6813          * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
6814          primitives/Bond.hpp, primitives/Torsion.cpp: short range
6815          interaction for butane is correct.Still something wrong with long
6816          range one
6817  
6818 < 2004-12-05 23:49  tim
6818 > 2004-12-05 20:49  tim
6819  
6820          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6821          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3307 | Line 6823
6823          primitives/Atom.hpp, utils/NumericConstant.hpp,
6824          utils/TypeContainer.hpp: fix a bug in Exclude List
6825  
6826 < 2004-12-05 17:21  tim
6826 > 2004-12-05 14:21  tim
6827  
6828          * forceFields/newDUFF.frc: minor fix in DUFF
6829  
6830 < 2004-12-05 17:02  tim
6830 > 2004-12-05 14:02  tim
6831  
6832          * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
6833          utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
6834          fix a bug in filling MolMembership
6835  
6836 < 2004-12-05 12:12  tim
6836 > 2004-12-05 09:12  tim
6837  
6838          * forceFields/newDUFF.frc: minor fix in force field file
6839  
6840 < 2004-12-05 12:09  tim
6840 > 2004-12-05 09:09  tim
6841  
6842          * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
6843          integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
6844  
6845 < 2004-12-04 15:09  tim
6845 > 2004-12-04 12:09  tim
6846  
6847          * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
6848          math/Vector3.hpp: NVE is working now, get the same result as
6849          OOPSE-1.0
6850  
6851 < 2004-12-04 14:29  tim
6851 > 2004-12-04 11:29  tim
6852  
6853          * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
6854  
6855 < 2004-12-04 14:24  gezelter
6855 > 2004-12-04 11:24  gezelter
6856  
6857          * src/primitives/: Bend.cpp, Torsion.cpp: What?
6858  
6859 < 2004-12-04 14:24  gezelter
6859 > 2004-12-04 11:24  gezelter
6860  
6861          * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
6862  
6863 < 2004-12-04 00:24  tim
6863 > 2004-12-03 21:24  tim
6864  
6865          * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
6866          integrators/Integrator.hpp,
# Line 3355 | Line 6871
6871          dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
6872          4 EAM Step 5 Shape Step 6 Constraint & Restraint
6873  
6874 < 2004-12-03 19:01  tim
6874 > 2004-12-03 16:01  tim
6875  
6876          * src/: UseTheForce/DarkSide/LJ.F90,
6877          applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
# Line 3364 | Line 6880
6880          io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
6881          energy of NVE is not conserved
6882  
6883 < 2004-12-03 17:36  tim
6883 > 2004-12-03 14:36  tim
6884  
6885          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
6886          primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
6887  
6888 < 2004-12-03 16:30  tim
6888 > 2004-12-03 13:30  tim
6889  
6890          * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
6891          brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
# Line 3377 | Line 6893
6893          primitives/Molecule.hpp, primitives/StuntDouble.hpp,
6894          primitives/Torsion.hpp: more missing function get implemented
6895  
6896 < 2004-12-03 15:30  tim
6896 > 2004-12-03 12:30  tim
6897  
6898          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
6899          SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
6900  
6901 < 2004-12-03 12:59  tim
6901 > 2004-12-03 09:59  tim
6902  
6903          * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
6904          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3391 | Line 6907
6907          io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
6908          utils/TypeContainer.hpp: begin to fix bugs
6909  
6910 < 2004-12-02 19:26  tim
6910 > 2004-12-02 16:26  tim
6911  
6912          * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
6913          new_design.
6914  
6915 < 2004-12-02 19:26  tim
6915 > 2004-12-02 16:26  tim
6916  
6917          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6918          UseTheForce/ForceFieldCreator.cpp,
# Line 3407 | Line 6923
6923          utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
6924          bug in countTokens in StringTokenizer
6925  
6926 < 2004-12-02 19:06  tim
6926 > 2004-12-02 16:06  tim
6927  
6928          * forceFields/newDUFF.frc: minor fix
6929  
6930 < 2004-12-02 18:15  tim
6930 > 2004-12-02 15:15  tim
6931  
6932          * forceFields/newDUFF.frc: new ForceField format
6933  
6934 < 2004-12-02 17:15  tim
6934 > 2004-12-02 14:15  tim
6935  
6936          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6937          UseTheForce/ForceFieldCreator.cpp,
# Line 3434 | Line 6950
6950          types/Makefile: refine factory pattern to make it initialized
6951          correctly
6952  
6953 < 2004-12-02 17:15  tim
6953 > 2004-12-02 14:15  tim
6954  
6955          * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
6956          was initially added on branch new_design.
6957  
6958 < 2004-12-02 17:15  tim
6958 > 2004-12-02 14:15  tim
6959  
6960          * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
6961          was initially added on branch new_design.
6962  
6963 < 2004-12-02 17:15  tim
6963 > 2004-12-02 14:15  tim
6964  
6965          * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
6966          was initially added on branch new_design.
6967  
6968 < 2004-12-02 17:15  tim
6968 > 2004-12-02 14:15  tim
6969  
6970          * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
6971          was initially added on branch new_design.
6972  
6973 < 2004-12-02 11:53  tim
6973 > 2004-12-02 08:53  tim
6974  
6975          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
6976          types/DirectionalAtomType.cpp, types/Makefile: oopse get built
6977  
6978 < 2004-12-02 11:04  tim
6978 > 2004-12-02 08:04  tim
6979  
6980          * src/: applications/simpleBuilder/LatticeCreator.cpp,
6981          applications/simpleBuilder/LatticeCreator.hpp,
# Line 3483 | Line 6999
6999          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
7000          have two linking problem
7001  
7002 < 2004-12-02 00:17  tim
7002 > 2004-12-01 21:17  tim
7003  
7004          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
7005          applications/simpleBuilder/Lattice.cpp,
# Line 3495 | Line 7011
7011          visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
7012          visitors/ZconsVisitor.cpp: change endl to std::endl
7013  
7014 < 2004-12-02 00:14  tim
7014 > 2004-12-01 21:14  tim
7015  
7016          * src/: UseTheForce/Shapes_FF.cpp,
7017          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 3511 | Line 7027
7027          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
7028          visitors/RigidBodyVisitor.hpp: minor fix
7029  
7030 < 2004-12-02 00:09  tim
7030 > 2004-12-01 21:09  tim
7031  
7032          * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
7033          remove StreamTokenizer
7034  
7035 < 2004-12-02 00:06  tim
7035 > 2004-12-01 21:06  tim
7036  
7037          * src/: UseTheForce/Shapes_FF.cpp,
7038          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
# Line 3525 | Line 7041
7041          restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
7042          namespace std in .cpp file
7043  
7044 < 2004-12-02 00:04  tim
7044 > 2004-12-01 21:04  tim
7045  
7046          * src/: UseTheForce/Shapes_FF.cpp,
7047          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 3549 | Line 7065
7065          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
7066          qulified name prefix std
7067  
7068 < 2004-12-01 23:55  tim
7068 > 2004-12-01 20:55  tim
7069  
7070          * src/: UseTheForce/Shapes_FF.cpp,
7071          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 3565 | Line 7081
7081          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
7082          visitors/RigidBodyVisitor.hpp: replace string by std::string
7083  
7084 < 2004-12-01 22:12  tim
7084 > 2004-12-01 19:12  tim
7085  
7086          * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
7087          src/applications/simpleBuilder/BaseLattice.hpp,
# Line 3586 | Line 7102
7102          test/brains/RigidBody.cpp: replace misuse of using namespace std in
7103          header files
7104  
7105 < 2004-12-01 21:23  tim
7105 > 2004-12-01 18:23  tim
7106  
7107          * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
7108          primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
7109          utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
7110          begin to fix linking problem
7111  
7112 < 2004-12-01 21:08  tim
7112 > 2004-12-01 18:08  tim
7113  
7114          * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
7115          brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
# Line 3605 | Line 7121
7121          utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
7122          still has some linking problem
7123  
7124 < 2004-12-01 19:26  tim
7124 > 2004-12-01 16:26  tim
7125  
7126          * src/: integrators/NVT.cpp, integrators/NVT.hpp,
7127          utils/OOPSEConstant.hpp: NVT get built
7128  
7129 < 2004-12-01 19:09  tim
7129 > 2004-12-01 16:09  tim
7130  
7131          * src/integrators/DLM.cpp: file DLM.cpp was initially added on
7132          branch new_design.
7133  
7134 < 2004-12-01 19:09  tim
7134 > 2004-12-01 16:09  tim
7135  
7136          * src/integrators/DLM.hpp: file DLM.hpp was initially added on
7137          branch new_design.
7138  
7139 < 2004-12-01 19:09  tim
7139 > 2004-12-01 16:09  tim
7140  
7141          * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
7142          brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
# Line 3632 | Line 7148
7148          integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
7149          get built
7150  
7151 < 2004-12-01 19:09  tim
7151 > 2004-12-01 16:09  tim
7152  
7153          * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
7154          was initially added on branch new_design.
7155  
7156 < 2004-12-01 17:45  tim
7156 > 2004-12-01 14:45  tim
7157  
7158          * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
7159          integrators/IntegratorFactory.cpp,
# Line 3648 | Line 7164
7164          io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
7165          io/StatWriter.hpp: rename DumpWrite to DumpWriter
7166  
7167 < 2004-12-01 17:45  tim
7167 > 2004-12-01 14:45  tim
7168  
7169          * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
7170          branch new_design.
7171  
7172 < 2004-12-01 15:05  tim
7172 > 2004-12-01 12:05  tim
7173  
7174          * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
7175          io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
# Line 3662 | Line 7178
7178          visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
7179          visitors/ZconsVisitor.hpp: visitors get built
7180  
7181 < 2004-12-01 14:32  chrisfen
7181 > 2004-12-01 11:32  chrisfen
7182  
7183          * samples/water/tip3p_ice/tp3.md: fixed a sample
7184  
7185 < 2004-12-01 14:10  tim
7185 > 2004-12-01 11:10  tim
7186  
7187          * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
7188          src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
# Line 3675 | Line 7191
7191          src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
7192          spell check
7193  
7194 < 2004-12-01 13:42  tim
7194 > 2004-12-01 10:42  tim
7195  
7196          * src/: UseTheForce/DarkSide/atype.F90,
7197          io/ElectrostaticAtomTypesSectionParser.cpp,
# Line 3684 | Line 7200
7200          primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
7201          and constraint, other directories get built
7202  
7203 < 2004-12-01 12:38  tim
7203 > 2004-12-01 09:38  tim
7204  
7205          * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
7206          brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
# Line 3697 | Line 7213
7213          types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
7214          refactory AtomType
7215  
7216 < 2004-11-30 22:11  tim
7216 > 2004-11-30 19:11  tim
7217  
7218          * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
7219  
7220 < 2004-11-30 21:30  tim
7220 > 2004-11-30 18:30  tim
7221  
7222          * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
7223          NumericConstant
7224  
7225 < 2004-11-30 21:24  tim
7225 > 2004-11-30 18:24  tim
7226  
7227          * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
7228          primitives/RigidBody.cpp: minor fix
7229  
7230 < 2004-11-30 18:14  tim
7230 > 2004-11-30 15:14  tim
7231  
7232          * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
7233          io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
7234          io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
7235          get built, next is integrator
7236  
7237 < 2004-11-30 17:43  tim
7237 > 2004-11-30 14:43  tim
7238  
7239          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7240          UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
# Line 3726 | Line 7242
7242          io/BASS_interface.cpp, primitives/StuntDouble.hpp,
7243          utils/StringUtils.hpp: brains get built
7244  
7245 < 2004-11-30 15:50  tim
7245 > 2004-11-30 12:50  tim
7246  
7247          * src/: brains/ForceManager.cpp, brains/Makefile,
7248          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
7249          primitives/RigidBody.cpp, primitives/RigidBody.hpp,
7250          utils/StringUtils.hpp: brains get built, io is next
7251  
7252 < 2004-11-30 14:58  tim
7252 > 2004-11-30 11:58  tim
7253  
7254          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
7255          brains/ForceManager.cpp, brains/ForceManager.hpp,
# Line 3744 | Line 7260
7260          brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
7261          math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
7262  
7263 < 2004-11-30 14:58  tim
7263 > 2004-11-30 11:58  tim
7264  
7265          * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
7266          added on branch new_design.
7267  
7268 < 2004-11-30 12:54  tim
7268 > 2004-11-30 09:54  tim
7269  
7270          * src/: primitives/Bend.hpp, primitives/Bond.hpp,
7271          primitives/StuntDouble.hpp, primitives/Torsion.hpp,
7272          utils/LocalIndexManager.hpp: more get fixed
7273  
7274 < 2004-11-30 00:03  tim
7274 > 2004-11-29 21:03  tim
7275  
7276          * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
7277          initially added on branch new_design.
7278  
7279 < 2004-11-30 00:03  tim
7279 > 2004-11-29 21:03  tim
7280  
7281          * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
7282          LocalndexManager.hpp to LocalIndexManager.hpp
7283  
7284 < 2004-11-29 23:43  tim
7284 > 2004-11-29 20:43  tim
7285  
7286          * src/: io/BendTypesSectionParser.cpp,
7287          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 3774 | Line 7290
7290          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
7291          types/PolynomialTorsionType.hpp: Section Parsers get compiled
7292  
7293 < 2004-11-29 23:14  tim
7293 > 2004-11-29 20:14  tim
7294  
7295          * src/: io/BendTypesSectionParser.cpp,
7296          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 3782 | Line 7298
7298          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
7299          fixed
7300  
7301 < 2004-11-29 22:49  tim
7301 > 2004-11-29 19:49  tim
7302  
7303          * src/: io/TorsionTypesSectionParser.cpp,
7304          io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
# Line 3790 | Line 7306
7306          types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
7307          types/QuarticTorsionType.hpp: minor fixed
7308  
7309 < 2004-11-29 22:32  tim
7309 > 2004-11-29 19:32  tim
7310  
7311          * src/: io/TorsionTypesSectionParser.cpp,
7312          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
7313          types/PolynomialTorsionType.hpp: #inlcude statement can not be
7314          embedded
7315  
7316 < 2004-11-29 16:42  tim
7316 > 2004-11-29 13:42  tim
7317  
7318          * test/math/: Makefile, PolynomialTestCase.cpp,
7319          PolynomialTestCase.hpp: add PolynomialTestCase
7320  
7321 < 2004-11-29 16:42  tim
7321 > 2004-11-29 13:42  tim
7322  
7323          * src/math/Polynomial.hpp: Polynomial passes unit test
7324  
7325 < 2004-11-29 15:03  tim
7325 > 2004-11-29 12:03  tim
7326  
7327          * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
7328          QuarticTorsion.hpp to QuarticTorsionType.hpp
7329  
7330 < 2004-11-29 15:03  tim
7330 > 2004-11-29 12:03  tim
7331  
7332          * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
7333          initially added on branch new_design.
7334  
7335 < 2004-11-29 14:56  tim
7335 > 2004-11-29 11:56  tim
7336  
7337          * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
7338          initially added on branch new_design.
7339  
7340 < 2004-11-29 14:56  tim
7340 > 2004-11-29 11:56  tim
7341  
7342          * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
7343          CubicTorsionType and QuarticTorsionType
7344  
7345 < 2004-11-29 14:56  tim
7345 > 2004-11-29 11:56  tim
7346  
7347          * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
7348          initially added on branch new_design.
7349  
7350 < 2004-11-29 13:00  tim
7350 > 2004-11-29 10:00  tim
7351  
7352          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
7353          types/CubicBendType.hpp, types/CubicBondType.hpp,
7354          types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
7355          fixed
7356  
7357 < 2004-11-29 12:59  tim
7357 > 2004-11-29 09:59  tim
7358  
7359          * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
7360          new_design.
7361  
7362 < 2004-11-29 12:59  tim
7362 > 2004-11-29 09:59  tim
7363  
7364          * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
7365          Algorithm for std::string
7366  
7367 < 2004-11-29 10:52  tim
7367 > 2004-11-29 07:52  tim
7368  
7369          * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
7370          some useless files
7371  
7372 < 2004-11-29 10:50  tim
7372 > 2004-11-29 07:50  tim
7373  
7374          * src/io/: BondTypesSectionParser.cpp,
7375          ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
# Line 3864 | Line 7380
7380          SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
7381          StickyAtomTypesSectionParser.hpp: more files get fixed
7382  
7383 < 2004-11-29 10:27  tim
7383 > 2004-11-29 07:27  tim
7384  
7385          * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
7386          DirectionalAtomTypesSectionParser.cpp,
# Line 3873 | Line 7389
7389          SectionParserManager.cpp, SectionParserManager.hpp: part of io get
7390          built
7391  
7392 < 2004-11-29 09:49  tim
7392 > 2004-11-29 06:49  tim
7393  
7394          * src/types/UreyBradleyBendType.hpp: types get built
7395  
7396 < 2004-11-29 09:40  tim
7396 > 2004-11-29 06:40  tim
7397  
7398          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
7399          types  get built
7400  
7401 < 2004-11-25 21:13  tim
7401 > 2004-11-25 18:13  tim
7402  
7403          * src/: UseTheForce/ForceField.hpp,
7404          io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
7405          types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
7406          files
7407  
7408 < 2004-11-25 15:18  tim
7408 > 2004-11-25 12:18  tim
7409  
7410          * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
7411          initially added on branch new_design.
7412  
7413 < 2004-11-25 15:18  tim
7413 > 2004-11-25 12:18  tim
7414  
7415          * src/: io/AtomTypesSectionParser.cpp,
7416          io/BondTypesSectionParser.cpp,
# Line 3903 | Line 7419
7419          types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
7420          files
7421  
7422 < 2004-11-25 15:18  tim
7422 > 2004-11-25 12:18  tim
7423  
7424          * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
7425          initially added on branch new_design.
7426  
7427 < 2004-11-24 17:12  tim
7427 > 2004-11-24 14:12  tim
7428  
7429          * src/: io/AtomTypesSectionParser.cpp,
7430          io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
# Line 3931 | Line 7447
7447          io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
7448          utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
7449  
7450 < 2004-11-24 16:33  tim
7450 > 2004-11-24 13:33  tim
7451  
7452          * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
7453          ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
7454          LJFF.cpp, Makefile: UseTheForce get built
7455  
7456 < 2004-11-24 15:55  tim
7456 > 2004-11-24 12:55  tim
7457  
7458          * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
7459          primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
# Line 3947 | Line 7463
7463          primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
7464          primitives/UreyBradleyBend.hpp: types and primitives get built
7465  
7466 < 2004-11-24 14:49  tim
7466 > 2004-11-24 11:49  tim
7467  
7468          * test/utils/: Makefile, NextCombinationTestCase.cpp,
7469          StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
7470          StringTokenizerTestCase
7471  
7472 < 2004-11-24 14:49  tim
7472 > 2004-11-24 11:49  tim
7473  
7474          * src/utils/: GenericData.hpp, StringTokenizer.cpp,
7475          StringTokenizer.hpp: StringTokenizer passes unit test
7476  
7477 < 2004-11-24 13:20  tim
7477 > 2004-11-24 10:20  tim
7478  
7479          * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
7480          src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
7481          change Makefile
7482  
7483 < 2004-11-24 13:06  chrisfen
7483 > 2004-11-24 10:06  chrisfen
7484  
7485          * src/io/RestraintReader.cpp: improved restraints - mpi should work
7486          fine
7487  
7488 < 2004-11-24 13:06  chrisfen
7488 > 2004-11-24 10:06  chrisfen
7489  
7490          * src/integrators/Integrator.cpp: improved restraints
7491  
7492 < 2004-11-24 13:05  chrisfen
7492 > 2004-11-24 10:05  chrisfen
7493  
7494          * samples/water/tip3p_ice/tp3.md: oops...
7495  
7496 < 2004-11-24 12:42  tim
7496 > 2004-11-24 09:42  tim
7497  
7498          * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
7499          brains/DataStorage.hpp, brains/SimCreator.cpp,
# Line 3986 | Line 7502
7502          primitives/DirectionalAtom.cpp: add SetForceManager method to
7503          integrator
7504  
7505 < 2004-11-23 18:12  tim
7505 > 2004-11-23 15:12  tim
7506  
7507          * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
7508          integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
# Line 3998 | Line 7514
7514          integrators/VelocityVerletIntegrator.hpp,
7515          types/UreyBradleyBendType.hpp: refactory NPT integrator
7516  
7517 < 2004-11-23 17:50  chrisfen
7517 > 2004-11-23 14:50  chrisfen
7518  
7519          * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
7520          Restraints should work in parallel now
7521  
7522 < 2004-11-23 17:48  chrisfen
7522 > 2004-11-23 14:48  chrisfen
7523  
7524          * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7525          brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 4013 | Line 7529
7529          restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
7530          to restraints
7531  
7532 < 2004-11-23 17:47  chrisfen
7532 > 2004-11-23 14:47  chrisfen
7533  
7534          * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
7535          return to the original on next commit
7536  
7537 < 2004-11-23 12:53  tim
7537 > 2004-11-23 09:53  tim
7538  
7539          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7540          UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
# Line 4031 | Line 7547
7547          io/SectionParser.hpp, types/DirectionalAtomType.cpp,
7548          utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
7549  
7550 < 2004-11-23 12:53  tim
7550 > 2004-11-23 09:53  tim
7551  
7552          * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
7553          ElectrostaticAtomTypesSectionParser.hpp was initially added on
7554          branch new_design.
7555  
7556 < 2004-11-23 12:53  tim
7556 > 2004-11-23 09:53  tim
7557  
7558          * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
7559          ElectrostaticAtomTypesSectionParser.cpp was initially added on
7560          branch new_design.
7561  
7562 < 2004-11-23 01:03  tim
7562 > 2004-11-22 22:03  tim
7563  
7564          * src/: io/EAMAtomTypesSectionParser.cpp,
7565          io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
7566          types/AtomType.hpp, types/DirectionalAtomType.cpp,
7567          types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
7568  
7569 < 2004-11-23 01:03  tim
7569 > 2004-11-22 22:03  tim
7570  
7571          * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
7572          was initially added on branch new_design.
7573  
7574 < 2004-11-23 01:03  tim
7574 > 2004-11-22 22:03  tim
7575  
7576          * src/io/EAMAtomTypesSectionParser.hpp: file
7577          EAMAtomTypesSectionParser.hpp was initially added on branch
7578          new_design.
7579  
7580 < 2004-11-23 01:03  tim
7580 > 2004-11-22 22:03  tim
7581  
7582          * src/io/EAMAtomTypesSectionParser.cpp: file
7583          EAMAtomTypesSectionParser.cpp was initially added on branch
7584          new_design.
7585  
7586 < 2004-11-22 23:35  tim
7586 > 2004-11-22 20:35  tim
7587  
7588          * src/io/TorsionTypesSectionParser.hpp: file
7589          TorsionTypesSectionParser.hpp was initially added on branch
7590          new_design.
7591  
7592 < 2004-11-22 23:35  tim
7592 > 2004-11-22 20:35  tim
7593  
7594          * src/io/BendTypesSectionParser.hpp: file
7595          BendTypesSectionParser.hpp was initially added on branch
7596          new_design.
7597  
7598 < 2004-11-22 23:35  tim
7598 > 2004-11-22 20:35  tim
7599  
7600          * src/io/BondTypesSectionParser.hpp: file
7601          BondTypesSectionParser.hpp was initially added on branch
7602          new_design.
7603  
7604 < 2004-11-22 23:35  tim
7604 > 2004-11-22 20:35  tim
7605  
7606          * src/io/BondTypesSectionParser.cpp: file
7607          BondTypesSectionParser.cpp was initially added on branch
7608          new_design.
7609  
7610 < 2004-11-22 23:35  tim
7610 > 2004-11-22 20:35  tim
7611  
7612          * src/io/TorsionTypesSectionParser.cpp: file
7613          TorsionTypesSectionParser.cpp was initially added on branch
7614          new_design.
7615  
7616 < 2004-11-22 23:35  tim
7616 > 2004-11-22 20:35  tim
7617  
7618          * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
7619          BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
# Line 4105 | Line 7621
7621          BondTypesSectionParser, BendTypesSectionParser and
7622          TorsionTypeSectionParser
7623  
7624 < 2004-11-22 23:35  tim
7624 > 2004-11-22 20:35  tim
7625  
7626          * src/io/BendTypesSectionParser.cpp: file
7627          BendTypesSectionParser.cpp was initially added on branch
7628          new_design.
7629  
7630 < 2004-11-22 18:04  tim
7630 > 2004-11-22 15:04  tim
7631  
7632          * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
7633          DUFF and EAM
7634  
7635 < 2004-11-22 18:02  tim
7635 > 2004-11-22 15:02  tim
7636  
7637          * src/io/: DirectionalAtomTypesParser.hpp,
7638          DirectionalAtomTypesSectionParser.hpp: adding section parsers
7639  
7640 < 2004-11-22 18:02  tim
7640 > 2004-11-22 15:02  tim
7641  
7642          * src/io/DirectionalAtomTypesSectionParser.hpp: file
7643          DirectionalAtomTypesSectionParser.hpp was initially added on branch
7644          new_design.
7645  
7646 < 2004-11-22 15:55  tim
7646 > 2004-11-22 12:55  tim
7647  
7648          * src/io/DipoleAtomTypesSectionParser.hpp: file
7649          DipoleAtomTypesSectionParser.hpp was initially added on branch
7650          new_design.
7651  
7652 < 2004-11-22 15:55  tim
7652 > 2004-11-22 12:55  tim
7653  
7654          * src/io/AtomTypesSectionParser.hpp: file
7655          AtomTypesSectionParser.hpp was initially added on branch
7656          new_design.
7657  
7658 < 2004-11-22 15:55  tim
7658 > 2004-11-22 12:55  tim
7659  
7660          * src/io/HarmonicBondTypesSectionParser.hpp: file
7661          HarmonicBondTypesSectionParser.hpp was initially added on branch
7662          new_design.
7663  
7664 < 2004-11-22 15:55  tim
7664 > 2004-11-22 12:55  tim
7665  
7666          * src/io/StickyAtomTypesSectionParser.cpp: file
7667          StickyAtomTypesSectionParser.cpp was initially added on branch
7668          new_design.
7669  
7670 < 2004-11-22 15:55  tim
7670 > 2004-11-22 12:55  tim
7671  
7672          * src/io/LennardJonesAtomTypesSectionParser.hpp: file
7673          LennardJonesAtomTypesSectionParser.hpp was initially added on
7674          branch new_design.
7675  
7676 < 2004-11-22 15:55  tim
7676 > 2004-11-22 12:55  tim
7677  
7678          * src/io/HarmonicBondTypesSectionParser.cpp: file
7679          HarmonicBondTypesSectionParser.cpp was initially added on branch
7680          new_design.
7681  
7682 < 2004-11-22 15:55  tim
7682 > 2004-11-22 12:55  tim
7683  
7684          * src/io/DirectionalAtomTypesSectionParser.cpp: file
7685          DirectionalAtomTypesSectionParser.cpp was initially added on branch
7686          new_design.
7687  
7688 < 2004-11-22 15:55  tim
7688 > 2004-11-22 12:55  tim
7689  
7690          * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
7691          was initially added on branch new_design.
7692  
7693 < 2004-11-22 15:55  tim
7693 > 2004-11-22 12:55  tim
7694  
7695          * src/io/AtomTypesSectionParser.cpp: file
7696          AtomTypesSectionParser.cpp was initially added on branch
7697          new_design.
7698  
7699 < 2004-11-22 15:55  tim
7699 > 2004-11-22 12:55  tim
7700  
7701          * src/io/ChargeAtomTypesSectionParser.cpp: file
7702          ChargeAtomTypesSectionParser.cpp was initially added on branch
7703          new_design.
7704  
7705 < 2004-11-22 15:55  tim
7705 > 2004-11-22 12:55  tim
7706  
7707          * src/io/DipoleAtomTypesSectionParser.cpp: file
7708          DipoleAtomTypesSectionParser.cpp was initially added on branch
7709          new_design.
7710  
7711 < 2004-11-22 15:55  tim
7711 > 2004-11-22 12:55  tim
7712  
7713          * src/io/LennardJonesAtomTypesSectionParser.cpp: file
7714          LennardJonesAtomTypesSectionParser.cpp was initially added on
7715          branch new_design.
7716  
7717 < 2004-11-22 15:55  tim
7717 > 2004-11-22 12:55  tim
7718  
7719          * src/io/ChargeAtomTypesSectionParser.hpp: file
7720          ChargeAtomTypesSectionParser.hpp was initially added on branch
7721          new_design.
7722  
7723 < 2004-11-22 15:55  tim
7723 > 2004-11-22 12:55  tim
7724  
7725          * src/io/StickyAtomTypesSectionParser.hpp: file
7726          StickyAtomTypesSectionParser.hpp was initially added on branch
7727          new_design.
7728  
7729 < 2004-11-22 15:55  tim
7729 > 2004-11-22 12:55  tim
7730  
7731          * src/io/SectionParser.hpp: file SectionParser.hpp was initially
7732          added on branch new_design.
7733  
7734 < 2004-11-22 15:55  tim
7734 > 2004-11-22 12:55  tim
7735  
7736          * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
7737          brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
# Line 4237 | Line 7753
7753          types/AtomType.hpp, types/DirectionalAtomType.hpp,
7754          utils/GenericData.hpp: adding section parsers
7755  
7756 < 2004-11-22 15:55  tim
7756 > 2004-11-22 12:55  tim
7757  
7758          * src/io/DirectionalAtomTypesParser.hpp: file
7759          DirectionalAtomTypesParser.hpp was initially added on branch
7760          new_design.
7761  
7762 < 2004-11-22 15:55  tim
7762 > 2004-11-22 12:55  tim
7763  
7764          * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
7765          was initially added on branch new_design.
7766  
7767 < 2004-11-22 15:55  tim
7767 > 2004-11-22 12:55  tim
7768  
7769          * src/io/SectionParser.cpp: file SectionParser.cpp was initially
7770          added on branch new_design.
7771  
7772 < 2004-11-19 17:12  tim
7772 > 2004-11-19 14:12  tim
7773  
7774          * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
7775          added on branch new_design.
7776  
7777 < 2004-11-19 17:12  tim
7777 > 2004-11-19 14:12  tim
7778  
7779          * src/: brains/SimState.cpp, brains/SimState.hpp,
7780          io/InitializeFromFile.cpp, types/FixBondType.hpp,
7781          types/FixedBondType.hpp: remove more useless files
7782  
7783 < 2004-11-19 16:47  tim
7783 > 2004-11-19 13:47  tim
7784  
7785          * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
7786          integrators/Integrator.cpp, applications/Makedepend: remove more
7787          useless files
7788  
7789 < 2004-11-19 16:38  tim
7789 > 2004-11-19 13:38  tim
7790  
7791          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7792          UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
7793          integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
7794          integrators/NVT.hpp: refactory integrator
7795  
7796 < 2004-11-19 16:38  tim
7796 > 2004-11-19 13:38  tim
7797  
7798          * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
7799          branch new_design.
7800  
7801 < 2004-11-19 16:38  tim
7801 > 2004-11-19 13:38  tim
7802  
7803          * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
7804          branch new_design.
7805  
7806 < 2004-11-19 16:38  tim
7806 > 2004-11-19 13:38  tim
7807  
7808          * src/integrators/NPT.hpp: file NPT.hpp was initially added on
7809          branch new_design.
7810  
7811 < 2004-11-19 16:38  tim
7811 > 2004-11-19 13:38  tim
7812  
7813          * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
7814          on branch new_design.
7815  
7816 < 2004-11-19 16:38  tim
7816 > 2004-11-19 13:38  tim
7817  
7818          * src/integrators/NVT.hpp: file NVT.hpp was initially added on
7819          branch new_design.
7820  
7821 < 2004-11-19 15:37  tim
7821 > 2004-11-19 12:37  tim
7822  
7823          * forceFields/newDUFF.frc: new DUFF forcefield
7824  
7825 < 2004-11-19 15:23  tim
7825 > 2004-11-19 12:23  tim
7826  
7827          * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
7828          branch new_design.
7829  
7830 < 2004-11-19 15:23  tim
7830 > 2004-11-19 12:23  tim
7831  
7832          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
7833          UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
7834          utils/TypeContainer.hpp: add EAM
7835  
7836 < 2004-11-19 15:23  tim
7836 > 2004-11-19 12:23  tim
7837  
7838          * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
7839          branch new_design.
7840  
7841 < 2004-11-19 13:02  tim
7841 > 2004-11-19 10:02  tim
7842  
7843          * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
7844          error checking
7845  
7846 < 2004-11-19 12:56  tim
7846 > 2004-11-19 09:56  tim
7847  
7848          * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
7849          was initially added on branch new_design.
7850  
7851 < 2004-11-19 12:56  tim
7851 > 2004-11-19 09:56  tim
7852  
7853          * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
7854          was initially added on branch new_design.
7855  
7856 < 2004-11-19 12:56  tim
7856 > 2004-11-19 09:56  tim
7857  
7858          * src/types/FixBondType.hpp: file FixBondType.hpp was initially
7859          added on branch new_design.
7860  
7861 < 2004-11-19 12:56  tim
7861 > 2004-11-19 09:56  tim
7862  
7863          * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
7864          UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
# Line 4353 | Line 7869
7869          utils/StringTokenizer.cpp: DUFF is almost done except error
7870          checking
7871  
7872 < 2004-11-18 19:11  tim
7872 > 2004-11-18 16:11  tim
7873  
7874          * src/UseTheForce/DUFF.cpp: adding DUFF parser
7875  
7876 < 2004-11-18 18:26  tim
7876 > 2004-11-18 15:26  tim
7877  
7878          * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
7879          initially added on branch new_design.
7880  
7881 < 2004-11-18 18:26  tim
7881 > 2004-11-18 15:26  tim
7882  
7883          * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
7884          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
# Line 4374 | Line 7890
7890          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
7891          DUFF parser
7892  
7893 < 2004-11-18 16:42  tim
7893 > 2004-11-18 13:42  tim
7894  
7895          * forceFields/newDUFF.frc: adding new format DUFF force field
7896  
7897 < 2004-11-18 10:57  chrisfen
7897 > 2004-11-18 07:57  chrisfen
7898  
7899          * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
7900          slowed down the force loop
7901  
7902 < 2004-11-18 00:42  tim
7902 > 2004-11-17 21:42  tim
7903  
7904          * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
7905          initially added on branch new_design.
7906  
7907 < 2004-11-18 00:42  tim
7907 > 2004-11-17 21:42  tim
7908  
7909          * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
7910          initially added on branch new_design.
7911  
7912 < 2004-11-18 00:42  tim
7912 > 2004-11-17 21:42  tim
7913  
7914          * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
7915          primitives/Bend.cpp, utils/NumericConstant.cpp,
7916          utils/NumericConstant.hpp: Adding NumericConstant class
7917  
7918 < 2004-11-17 23:16  tim
7918 > 2004-11-17 20:16  tim
7919  
7920          * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
7921          UseTheForce/ForceFields.hpp: remove more junk files
7922  
7923 < 2004-11-17 23:12  tim
7923 > 2004-11-17 20:12  tim
7924  
7925          * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
7926          brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
# Line 4413 | Line 7929
7929          primitives/BondExtensions.cpp, primitives/SRI.hpp,
7930          primitives/TorsionExtensions.cpp: remove some junk files
7931  
7932 < 2004-11-17 23:07  tim
7932 > 2004-11-17 20:07  tim
7933  
7934          * src/primitives/BendExtensions.cpp: remove some junk files
7935  
7936 < 2004-11-17 23:04  tim
7936 > 2004-11-17 20:04  tim
7937  
7938          * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
7939          QuadraticBondType.hpp: refine QudraticBond
7940  
7941 < 2004-11-17 22:57  tim
7941 > 2004-11-17 19:57  tim
7942  
7943          * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
7944  
7945 < 2004-11-17 22:57  tim
7945 > 2004-11-17 19:57  tim
7946  
7947          * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
7948          initially added on branch new_design.
7949  
7950 < 2004-11-17 16:47  tim
7950 > 2004-11-17 13:47  tim
7951  
7952          * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
7953          was initially added on branch new_design.
7954  
7955 < 2004-11-17 16:47  tim
7955 > 2004-11-17 13:47  tim
7956  
7957          * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
7958          added on branch new_design.
7959  
7960 < 2004-11-17 16:47  tim
7960 > 2004-11-17 13:47  tim
7961  
7962          * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
7963          added on branch new_design.
7964  
7965 < 2004-11-17 16:47  tim
7965 > 2004-11-17 13:47  tim
7966  
7967          * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
7968          initially added on branch new_design.
7969  
7970 < 2004-11-17 16:47  tim
7970 > 2004-11-17 13:47  tim
7971  
7972          * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
7973          initially added on branch new_design.
7974  
7975 < 2004-11-17 16:47  tim
7975 > 2004-11-17 13:47  tim
7976  
7977          * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
7978          initially added on branch new_design.
7979  
7980 < 2004-11-17 16:47  tim
7980 > 2004-11-17 13:47  tim
7981  
7982          * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
7983          added on branch new_design.
7984  
7985 < 2004-11-17 16:47  tim
7985 > 2004-11-17 13:47  tim
7986  
7987          * src/: math/ChebyshevPolynomials.cpp,
7988          math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
# Line 4478 | Line 7994
7994          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
7995          UreyBradleyBend and GhostBend
7996  
7997 < 2004-11-17 13:58  tim
7997 > 2004-11-17 10:58  tim
7998  
7999          * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
8000          was initially added on branch new_design.
8001  
8002 < 2004-11-17 13:58  tim
8002 > 2004-11-17 10:58  tim
8003  
8004          * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
8005          was initially added on branch new_design.
8006  
8007 < 2004-11-17 13:58  tim
8007 > 2004-11-17 10:58  tim
8008  
8009          * src/: math/ChebyshevPolynomials.cpp,
8010          math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
# Line 4497 | Line 8013
8013          types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
8014          stuff and Chebyshev Polynomial
8015  
8016 < 2004-11-17 13:58  tim
8016 > 2004-11-17 10:58  tim
8017  
8018          * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
8019          initially added on branch new_design.
8020  
8021 < 2004-11-17 01:37  tim
8021 > 2004-11-16 22:37  tim
8022  
8023          * src/types/PolynomialTorsionType.hpp: file
8024          PolynomialTorsionType.hpp was initially added on branch new_design.
8025  
8026 < 2004-11-17 01:37  tim
8026 > 2004-11-16 22:37  tim
8027  
8028          * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
8029          initially added on branch new_design.
8030  
8031 < 2004-11-17 01:37  tim
8031 > 2004-11-16 22:37  tim
8032  
8033          * src/: math/Polynomial.hpp, primitives/Bend.cpp,
8034          primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
# Line 4526 | Line 8042
8042          CharmmTorsionType. Need to refine the design and add document for
8043          them
8044  
8045 < 2004-11-17 01:37  tim
8045 > 2004-11-16 22:37  tim
8046  
8047          * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
8048          initially added on branch new_design.
8049  
8050 < 2004-11-17 01:37  tim
8050 > 2004-11-16 22:37  tim
8051  
8052          * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
8053          initially added on branch new_design.
8054  
8055 < 2004-11-17 01:37  tim
8055 > 2004-11-16 22:37  tim
8056  
8057          * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
8058          initially added on branch new_design.
8059  
8060 < 2004-11-16 20:11  tim
8060 > 2004-11-16 17:11  tim
8061  
8062          * src/types/: BendType.hpp, PolynomialBondType.hpp,
8063          TorsionType.hpp: add PolynomialBondType
8064  
8065 < 2004-11-16 20:11  tim
8065 > 2004-11-16 17:11  tim
8066  
8067          * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
8068          initially added on branch new_design.
8069  
8070 < 2004-11-16 18:20  tim
8070 > 2004-11-16 15:20  tim
8071  
8072          * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
8073          on branch new_design.
8074  
8075 < 2004-11-16 18:20  tim
8075 > 2004-11-16 15:20  tim
8076  
8077          * src/math/Polynomial.hpp: Adding Polynomial class
8078  
8079 < 2004-11-16 17:04  gezelter
8079 > 2004-11-16 14:04  gezelter
8080  
8081          * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
8082          added on branch new_design.
8083  
8084 < 2004-11-16 17:04  gezelter
8084 > 2004-11-16 14:04  gezelter
8085  
8086          * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
8087          initially added on branch new_design.
8088  
8089 < 2004-11-16 17:04  gezelter
8089 > 2004-11-16 14:04  gezelter
8090  
8091          * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
8092          MorseBondType.hpp, TorsionType.hpp: added some new stuff
8093  
8094 < 2004-11-16 15:36  tim
8094 > 2004-11-16 12:36  tim
8095  
8096          * src/: primitives/Bend.cpp, primitives/Bend.hpp,
8097          primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
8098          types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
8099          TorsionType
8100  
8101 < 2004-11-15 21:07  tim
8101 > 2004-11-15 18:07  tim
8102  
8103          * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
8104          branch new_design.
8105  
8106 < 2004-11-15 21:07  tim
8106 > 2004-11-15 18:07  tim
8107  
8108          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
8109          UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
8110          utils/StringTokenizer.cpp: adding DUFF class; adding checking
8111          statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
8112  
8113 < 2004-11-15 18:00  tim
8113 > 2004-11-15 15:00  tim
8114  
8115          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
8116          UseTheForce/ForceFieldFactory.cpp,
# Line 4602 | Line 8118
8118          UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
8119          types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
8120  
8121 < 2004-11-15 18:00  tim
8121 > 2004-11-15 15:00  tim
8122  
8123          * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
8124          was initially added on branch new_design.
8125  
8126 < 2004-11-15 18:00  tim
8126 > 2004-11-15 15:00  tim
8127  
8128          * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
8129          was initially added on branch new_design.
8130  
8131 < 2004-11-15 18:00  tim
8131 > 2004-11-15 15:00  tim
8132  
8133          * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
8134          branch new_design.
8135  
8136 < 2004-11-15 13:02  tim
8136 > 2004-11-15 10:02  tim
8137  
8138          * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
8139          initially added on branch new_design.
8140  
8141 < 2004-11-15 13:02  tim
8141 > 2004-11-15 10:02  tim
8142  
8143          * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
8144          branch new_design.
8145  
8146 < 2004-11-15 13:02  tim
8146 > 2004-11-15 10:02  tim
8147  
8148          * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
8149          branch new_design.
8150  
8151 < 2004-11-15 13:02  tim
8151 > 2004-11-15 10:02  tim
8152  
8153          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
8154          brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 4640 | Line 8156
8156          io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
8157          DumpWriter.Next Step is LJFF and integrators
8158  
8159 < 2004-11-13 00:08  tim
8159 > 2004-11-12 21:08  tim
8160  
8161          * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
8162          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 4648 | Line 8164
8164          primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
8165          refactory, refactory
8166  
8167 < 2004-11-12 17:43  tim
8167 > 2004-11-12 14:43  tim
8168  
8169          * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
8170          StringTokenizer.cpp: bug fix in hasMoreTokens
8171  
8172 < 2004-11-12 17:28  tim
8172 > 2004-11-12 14:28  tim
8173  
8174          * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
8175          initially added on branch new_design.
8176  
8177 < 2004-11-12 17:28  tim
8177 > 2004-11-12 14:28  tim
8178  
8179          * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
8180          StringUtils, a c-style strtok like class, need unit test
8181  
8182 < 2004-11-12 12:40  tim
8182 > 2004-11-12 09:40  tim
8183  
8184          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
8185          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
8186          brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
8187  
8188 < 2004-11-12 02:05  tim
8188 > 2004-11-11 23:05  tim
8189  
8190          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
8191          primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
8192          MoleculeCreator forget to create CutoffGroups for free atoms
8193  
8194 < 2004-11-12 01:19  tim
8194 > 2004-11-11 22:19  tim
8195  
8196          * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
8197          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 4683 | Line 8199
8199          io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
8200          OOPSE = Object-Obfuscated Parallel Simulation Engine
8201  
8202 < 2004-11-11 16:48  chrisfen
8202 > 2004-11-11 13:48  chrisfen
8203  
8204          * samples/water/tip3p_ice/tp3.md: working sample
8205  
8206 < 2004-11-11 16:47  chrisfen
8206 > 2004-11-11 13:47  chrisfen
8207  
8208          * src/restraints/Restraints.cpp: working towards parallel
8209          restraints
8210  
8211 < 2004-11-11 16:47  chrisfen
8211 > 2004-11-11 13:47  chrisfen
8212  
8213          * src/integrators/Integrator.cpp: Commented out some write
8214          statements
8215  
8216 < 2004-11-11 16:46  chrisfen
8216 > 2004-11-11 13:46  chrisfen
8217  
8218          * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
8219          write statements
8220  
8221 < 2004-11-11 16:46  chrisfen
8221 > 2004-11-11 13:46  chrisfen
8222  
8223          * samples/water/tip3p_ice/tp3.md: Fun with ice
8224  
8225 < 2004-11-11 11:41  tim
8225 > 2004-11-11 08:41  tim
8226  
8227          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
8228          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 4715 | Line 8231
8231          io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
8232          useless mpiSimulation
8233  
8234 < 2004-11-11 11:41  tim
8234 > 2004-11-11 08:41  tim
8235  
8236          * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
8237          branch new_design.
8238  
8239 < 2004-11-10 17:50  tim
8239 > 2004-11-10 14:50  tim
8240  
8241          * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
8242          brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
8243          integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
8244  
8245 < 2004-11-10 17:01  tim
8245 > 2004-11-10 14:01  tim
8246  
8247          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
8248          brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 4740 | Line 8256
8256          BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
8257          Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
8258  
8259 < 2004-11-10 09:52  tim
8259 > 2004-11-10 06:52  tim
8260  
8261          * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
8262          configurable StatWriter
8263  
8264 < 2004-11-10 09:52  tim
8264 > 2004-11-10 06:52  tim
8265  
8266          * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
8267          branch new_design.
8268  
8269 < 2004-11-09 21:58  tim
8269 > 2004-11-09 18:58  tim
8270  
8271          * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
8272          in progress
8273  
8274 < 2004-11-09 18:11  tim
8274 > 2004-11-09 15:11  tim
8275  
8276          * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
8277          added on branch new_design.
8278  
8279 < 2004-11-09 18:11  tim
8279 > 2004-11-09 15:11  tim
8280  
8281          * src/integrators/VelocityVerletIntegrator.cpp: file
8282          VelocityVerletIntegrator.cpp was initially added on branch
8283          new_design.
8284  
8285 < 2004-11-09 18:11  tim
8285 > 2004-11-09 15:11  tim
8286  
8287          * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
8288          brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 4775 | Line 8291
8291          integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
8292          integrators/VelocityVerletIntegrator.hpp: adding ForceManager
8293  
8294 < 2004-11-09 18:11  tim
8294 > 2004-11-09 15:11  tim
8295  
8296          * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
8297          added on branch new_design.
8298  
8299 < 2004-11-09 18:11  tim
8299 > 2004-11-09 15:11  tim
8300  
8301          * src/integrators/NVE.cpp: file NVE.cpp was initially added on
8302          branch new_design.
8303  
8304 < 2004-11-08 20:08  tim
8304 > 2004-11-08 17:08  tim
8305  
8306          * src/integrators/VelocityVerletIntegrator.hpp: file
8307          VelocityVerletIntegrator.hpp was initially added on branch
8308          new_design.
8309  
8310 < 2004-11-08 20:08  tim
8310 > 2004-11-08 17:08  tim
8311  
8312          * src/integrators/NVE.hpp: file NVE.hpp was initially added on
8313          branch new_design.
8314  
8315 < 2004-11-08 20:08  tim
8315 > 2004-11-08 17:08  tim
8316  
8317          * src/: brains/Exclude.hpp, brains/Stats.hpp,
8318          integrators/Integrator.hpp, integrators/NVE.hpp,
8319          integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
8320          utils/TypeContainer.hpp: More to break
8321  
8322 < 2004-11-06 00:21  tim
8322 > 2004-11-05 21:21  tim
8323  
8324          * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
8325          added on branch new_design.
8326  
8327 < 2004-11-06 00:21  tim
8327 > 2004-11-05 21:21  tim
8328  
8329          * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
8330          UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
8331          utils/TypeContainer.hpp, utils/next_combination.hpp: adding
8332          ForceField and TypeContainer classes
8333  
8334 < 2004-11-05 18:38  tim
8334 > 2004-11-05 15:38  tim
8335  
8336          * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
8337          initially added on branch new_design.
8338  
8339 < 2004-11-05 18:38  tim
8339 > 2004-11-05 15:38  tim
8340  
8341          * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
8342          initially added on branch new_design.
8343  
8344 < 2004-11-05 18:38  tim
8344 > 2004-11-05 15:38  tim
8345  
8346          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
8347          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
# Line 4833 | Line 8349
8349          brains/SimInfo.hpp, primitives/Molecule.hpp,
8350          utils/LocalndexManager.hpp: Fix Exclude class etc.
8351  
8352 < 2004-11-05 16:45  chrisfen
8352 > 2004-11-05 13:45  chrisfen
8353  
8354          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
8355          visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
8356          linear visitor
8357  
8358 < 2004-11-05 16:04  chrisfen
8358 > 2004-11-05 13:04  chrisfen
8359  
8360          * src/UseTheForce/DarkSide/shapes.F90: current status of the
8361          debugging process
8362  
8363 < 2004-11-05 16:04  chrisfen
8363 > 2004-11-05 13:04  chrisfen
8364  
8365          * make/Makefile.in: included visitors and minimizer
8366  
8367 < 2004-11-05 16:03  chrisfen
8367 > 2004-11-05 13:03  chrisfen
8368  
8369          * ChangeLog: new changes
8370  
8371 < 2004-11-04 21:56  tim
8371 > 2004-11-04 18:56  tim
8372  
8373          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
8374          primitives/Molecule.hpp: Pain......
8375  
8376 < 2004-11-04 15:55  tim
8376 > 2004-11-04 12:55  tim
8377  
8378          * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
8379          src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
8380          src/brains/Stats.hpp: time to break SimSetup
8381  
8382 < 2004-11-04 15:51  gezelter
8382 > 2004-11-04 12:51  gezelter
8383  
8384          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
8385          classes in progress
8386  
8387 < 2004-11-04 14:48  tim
8387 > 2004-11-04 11:48  tim
8388  
8389          * src/brains/Stats.cpp: file Stats.cpp was initially added on
8390          branch new_design.
8391  
8392 < 2004-11-04 14:48  tim
8392 > 2004-11-04 11:48  tim
8393  
8394          * src/brains/Stats.hpp: file Stats.hpp was initially added on
8395          branch new_design.
8396  
8397 < 2004-11-04 14:48  tim
8397 > 2004-11-04 11:48  tim
8398  
8399          * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
8400          SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
8401          class
8402  
8403 < 2004-11-04 11:22  gezelter
8403 > 2004-11-04 08:22  gezelter
8404  
8405          * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
8406          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
# Line 4893 | Line 8409
8409          false and "-1" but there should be logic to figure them out in the
8410          other two classes
8411  
8412 < 2004-11-04 11:20  gezelter
8412 > 2004-11-04 08:20  gezelter
8413  
8414          * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
8415          remember what I did
8416  
8417 < 2004-11-04 11:20  gezelter
8417 > 2004-11-04 08:20  gezelter
8418  
8419          * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
8420  
8421 < 2004-11-04 11:20  gezelter
8421 > 2004-11-04 08:20  gezelter
8422  
8423          * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
8424          in the entry_plug so that it only is set if the atoms really are in
8425          the simulation
8426  
8427 < 2004-11-04 11:20  gezelter
8427 > 2004-11-04 08:20  gezelter
8428  
8429          * samples/water/ssd/ssd.md: testing force fields
8430  
8431 < 2004-11-04 11:19  gezelter
8431 > 2004-11-04 08:19  gezelter
8432  
8433          * samples/shape/linear.in: testing shapes
8434  
8435 < 2004-11-03 14:56  tim
8435 > 2004-11-03 11:56  tim
8436  
8437          * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
8438          class(similar as SimSetup)
8439  
8440 < 2004-11-03 14:56  tim
8440 > 2004-11-03 11:56  tim
8441  
8442          * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
8443          added on branch new_design.
8444  
8445 < 2004-11-03 14:56  tim
8445 > 2004-11-03 11:56  tim
8446  
8447          * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
8448          added on branch new_design.
8449  
8450 < 2004-11-03 13:00  tim
8450 > 2004-11-03 10:00  tim
8451  
8452          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8453          UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
# Line 4941 | Line 8457
8457          visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
8458          compiled. Still a long way to go ......
8459  
8460 < 2004-11-03 11:08  tim
8460 > 2004-11-03 08:08  tim
8461  
8462          * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
8463          src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
# Line 4956 | Line 8472
8472          src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
8473          src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
8474  
8475 < 2004-11-02 17:41  tim
8475 > 2004-11-02 14:41  tim
8476  
8477          * src/: brains/Migrator.hpp, brains/SimModel.cpp,
8478          utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
8479          Need unit test
8480  
8481 < 2004-11-02 17:41  tim
8481 > 2004-11-02 14:41  tim
8482  
8483          * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
8484          initially added on branch new_design.
8485  
8486 < 2004-11-02 17:41  tim
8486 > 2004-11-02 14:41  tim
8487  
8488          * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
8489          branch new_design.
8490  
8491 < 2004-11-02 11:59  tim
8491 > 2004-11-02 08:59  tim
8492  
8493          * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
8494          branch new_design.
8495  
8496 < 2004-11-02 11:59  tim
8496 > 2004-11-02 08:59  tim
8497  
8498          * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
8499          SimSnapshotManager.hpp: SimModel in progress
8500  
8501 < 2004-11-02 10:28  chrisfen
8501 > 2004-11-02 07:28  chrisfen
8502  
8503          * src/: UseTheForce/DarkSide/shapes.F90,
8504          primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
8505          looks like it's working
8506  
8507 < 2004-11-02 10:27  tim
8507 > 2004-11-02 07:27  tim
8508  
8509          * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
8510          functions for dealing with memory issue
8511  
8512 < 2004-11-02 10:27  tim
8512 > 2004-11-02 07:27  tim
8513  
8514          * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
8515          added on branch new_design.
8516  
8517 < 2004-11-02 10:23  tim
8517 > 2004-11-02 07:23  tim
8518  
8519          * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
8520          brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
8521          SimModel(something similar as SimInfo)
8522  
8523 < 2004-11-01 17:52  tim
8523 > 2004-11-01 14:52  tim
8524  
8525          * src/: applications/simpleBuilder/MoLocator.hpp,
8526          applications/simpleBuilder/simpleBuilder.cpp,
# Line 5023 | Line 8539
8539          visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
8540          RigidBody and StuntDouble classes get compiled
8541  
8542 < 2004-11-01 16:40  tim
8542 > 2004-11-01 13:40  tim
8543  
8544          * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
8545          on branch new_design.
8546  
8547 < 2004-11-01 16:40  tim
8547 > 2004-11-01 13:40  tim
8548  
8549          * src/primitives/Bend.hpp: file Bend.hpp was initially added on
8550          branch new_design.
8551  
8552 < 2004-11-01 16:40  tim
8552 > 2004-11-01 13:40  tim
8553  
8554          * src/primitives/Bond.hpp: file Bond.hpp was initially added on
8555          branch new_design.
8556  
8557 < 2004-11-01 16:40  tim
8557 > 2004-11-01 13:40  tim
8558  
8559          * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
8560          version of Bond, Bend and Torsion.
8561  
8562 < 2004-11-01 16:37  tim
8562 > 2004-11-01 13:37  tim
8563  
8564          * src/types/BendType.hpp: file BendType.hpp was initially added on
8565          branch new_design.
8566  
8567 < 2004-11-01 16:37  tim
8567 > 2004-11-01 13:37  tim
8568  
8569          * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
8570          BondType, BendType, TorsionType
8571  
8572 < 2004-11-01 16:37  tim
8572 > 2004-11-01 13:37  tim
8573  
8574          * src/types/TorsionType.hpp: file TorsionType.hpp was initially
8575          added on branch new_design.
8576  
8577 < 2004-11-01 16:37  tim
8577 > 2004-11-01 13:37  tim
8578  
8579          * src/types/BondType.hpp: file BondType.hpp was initially added on
8580          branch new_design.
8581  
8582 < 2004-11-01 15:15  tim
8582 > 2004-11-01 12:15  tim
8583  
8584          * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
8585          CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
# Line 5071 | Line 8587
8587          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
8588          break, break and break.....
8589  
8590 < 2004-11-01 14:57  tim
8590 > 2004-11-01 11:57  tim
8591  
8592          * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
8593          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
8594          StuntDouble.hpp: these core classes get compiled
8595  
8596 < 2004-10-29 17:37  tim
8596 > 2004-10-29 15:37  tim
8597  
8598          * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
8599          class
8600  
8601 < 2004-10-29 17:28  chrisfen
8601 > 2004-10-29 15:28  chrisfen
8602  
8603          * src/: UseTheForce/DarkSide/atype.F90,
8604          UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
8605          types/ShapeAtomType.cpp: still debugging
8606  
8607 < 2004-10-29 17:28  chrisfen
8607 > 2004-10-29 15:28  chrisfen
8608  
8609          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
8610          shapes rcut calculator added
8611  
8612 < 2004-10-29 17:27  chrisfen
8612 > 2004-10-29 15:27  chrisfen
8613  
8614          * samples/shape/linear.md: shorter run
8615  
8616 < 2004-10-29 15:54  tim
8616 > 2004-10-29 13:54  tim
8617  
8618          * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
8619  
8620 < 2004-10-29 11:22  tim
8620 > 2004-10-29 09:22  tim
8621  
8622          * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
8623          ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
8624          some deprecated files
8625  
8626 < 2004-10-29 11:20  tim
8626 > 2004-10-29 09:20  tim
8627  
8628          * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
8629          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
8630          More painful reconstruction is coming !!!
8631  
8632 < 2004-10-28 17:34  tim
8632 > 2004-10-28 15:34  tim
8633  
8634          * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
8635          test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
# Line 5121 | Line 8637
8637          test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
8638          DirectionalAtom and RigidBody
8639  
8640 < 2004-10-28 17:26  tim
8640 > 2004-10-28 15:26  tim
8641  
8642          * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
8643          src/applications/simpleBuilder/MoLocator.cpp,
# Line 5129 | Line 8645
8645          src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
8646          remove old Vector3d.hpp from application/simpleBuilder
8647  
8648 < 2004-10-28 16:42  tim
8648 > 2004-10-28 14:42  tim
8649  
8650          * src/utils/next_combination.hpp: Minor change in next_combination
8651  
8652 < 2004-10-28 16:28  tim
8652 > 2004-10-28 14:28  tim
8653  
8654          * src/utils/next_combination.hpp,
8655          test/utils/NextCombinationTestCase.cpp,
8656          test/utils/ReplaceWildCardTestCase.cpp: Done with combination
8657  
8658 < 2004-10-28 16:11  tim
8658 > 2004-10-28 14:11  tim
8659  
8660          * src/utils/next_combination.hpp: change documentation of
8661          next_combination.hpp
8662  
8663 < 2004-10-28 15:41  tim
8663 > 2004-10-28 13:41  tim
8664  
8665          * ChangeLog, src/utils/next_combination.hpp,
8666          test/utils/NextCombinationTestCase.cpp,
8667          test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
8668  
8669 < 2004-10-28 15:01  tim
8669 > 2004-10-28 13:01  tim
8670  
8671          * src/utils/next_combination.hpp: adding replace wildcard function
8672  
8673 < 2004-10-28 14:33  tim
8673 > 2004-10-28 12:33  tim
8674  
8675          * src/utils/next_combination.hpp: Minor change
8676  
8677 < 2004-10-28 14:06  tim
8677 > 2004-10-28 12:06  tim
8678  
8679          * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
8680          src/applications/simpleBuilder/simpleBuilder.cpp,
# Line 5168 | Line 8684
8684          test/utils/next_combination.hpp: STL next_permutation like
8685          next_combination is working
8686  
8687 < 2004-10-28 12:22  chrisfen
8687 > 2004-10-28 10:22  chrisfen
8688  
8689          * src/UseTheForce/WATER.cpp: fix of setDipoles
8690  
8691 < 2004-10-28 12:20  gezelter
8691 > 2004-10-28 10:20  gezelter
8692  
8693          * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
8694          shapeFile
8695  
8696 < 2004-10-28 12:20  gezelter
8696 > 2004-10-28 10:20  gezelter
8697  
8698          * samples/shape/linear.md: forgot the orientation line
8699  
8700 < 2004-10-28 11:56  gezelter
8700 > 2004-10-28 09:56  gezelter
8701  
8702          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8703          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
8704          UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
8705          declaration foo
8706  
8707 < 2004-10-28 11:55  gezelter
8707 > 2004-10-28 09:55  gezelter
8708  
8709          * samples/lipid/5x5.md: uncommented .in line
8710  
8711 < 2004-10-28 10:42  tim
8711 > 2004-10-28 08:42  tim
8712  
8713          * test/utils/: Makefile, NextCombinationTestCase.cpp,
8714          NextCombinationTestCase.hpp, next_combination.hpp: next_combination
8715          in progress
8716  
8717 < 2004-10-28 10:15  tim
8717 > 2004-10-28 08:15  tim
8718  
8719          * test/utils/: NextCombinationTestCase.cpp,
8720          NextCombinationTestCase.hpp: adding next_combination test case
8721  
8722 < 2004-10-28 10:02  tim
8722 > 2004-10-28 08:02  tim
8723  
8724          * test/utils/next_combination.hpp: STL Compatible combination
8725          sequence generator
8726  
8727 < 2004-10-28 01:23  tim
8727 > 2004-10-27 23:23  tim
8728  
8729          * test/utils/: GenerateCombination.hpp,
8730          ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
8731  
8732 < 2004-10-28 01:16  tim
8732 > 2004-10-27 23:16  tim
8733  
8734          * test/utils/GenerateCombination.hpp: a STL next_permutaion like
8735          next_combination function.
8736  
8737 < 2004-10-27 22:27  tim
8737 > 2004-10-27 20:27  tim
8738  
8739          * test/utils/ReplaceWildCard.hpp: no message
8740  
8741 < 2004-10-27 22:14  tim
8741 > 2004-10-27 20:14  tim
8742  
8743          * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
8744          ReplaceWildCard(recursive version) is working, need refactoring. An
8745          iterative version is on the way
8746  
8747 < 2004-10-27 21:28  tim
8747 > 2004-10-27 19:28  tim
8748  
8749          * test/utils/: Makefile, ReplaceWildCard.hpp,
8750          ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
8751  
8752 < 2004-10-27 21:08  tim
8752 > 2004-10-27 19:08  tim
8753  
8754          * test/utils/: ReplaceWildCardTestCase.cpp,
8755          ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
8756  
8757 < 2004-10-27 18:17  tim
8757 > 2004-10-27 16:17  tim
8758  
8759          * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
8760          test
8761  
8762 < 2004-10-27 01:25  tim
8762 > 2004-10-26 23:25  tim
8763  
8764          * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
8765          char matching is on the way
8766  
8767 < 2004-10-27 01:07  tim
8767 > 2004-10-26 23:07  tim
8768  
8769          * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
8770  
8771 < 2004-10-26 22:00  gezelter
8771 > 2004-10-26 20:00  gezelter
8772  
8773          * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
8774  
8775 < 2004-10-26 21:20  gezelter
8775 > 2004-10-26 19:20  gezelter
8776  
8777          * src/UseTheForce/ForceFields.hpp: subclass foo
8778  
8779 < 2004-10-26 21:16  gezelter
8779 > 2004-10-26 19:16  gezelter
8780  
8781          * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
8782          string conversion
8783  
8784 < 2004-10-26 19:01  gezelter
8784 > 2004-10-26 17:01  gezelter
8785  
8786          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8787          UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
8788          brains/SimSetup.hpp: char* -> string
8789  
8790 < 2004-10-26 17:25  gezelter
8790 > 2004-10-26 15:25  gezelter
8791  
8792          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
8793          Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
8794          ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
8795          isXXX
8796  
8797 < 2004-10-26 17:25  gezelter
8797 > 2004-10-26 15:25  gezelter
8798  
8799          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
8800          define name collision
8801  
8802 < 2004-10-26 17:24  gezelter
8802 > 2004-10-26 15:24  gezelter
8803  
8804          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8805          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
# Line 5292 | Line 8808
8808          UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
8809          forcefield refactoring for shapes
8810  
8811 < 2004-10-26 17:24  gezelter
8811 > 2004-10-26 15:24  gezelter
8812  
8813          * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
8814          Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
8815          linear.md, linear.shape, toluene.shape: adding sample shape
8816          directory
8817  
8818 < 2004-10-26 17:19  tim
8818 > 2004-10-26 15:19  tim
8819  
8820          * ChangeLog, src/brains/DataStorage.cpp,
8821          src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
# Line 5307 | Line 8823
8823          test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
8824          DataStorage passes unit test
8825  
8826 < 2004-10-26 13:03  chrisfen
8826 > 2004-10-26 11:03  chrisfen
8827  
8828          * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
8829          Changes to help advance shapes
8830  
8831 < 2004-10-26 13:02  chrisfen
8831 > 2004-10-26 11:02  chrisfen
8832  
8833          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
8834          Shapes force field reader
8835  
8836 < 2004-10-26 12:28  tim
8836 > 2004-10-26 10:28  tim
8837  
8838          * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
8839          SnapshotTestCase in progress
8840  
8841 < 2004-10-25 17:46  tim
8841 > 2004-10-25 15:46  tim
8842  
8843          * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
8844          src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
# Line 5331 | Line 8847
8847          test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
8848          and Vector classes
8849  
8850 < 2004-10-25 12:03  tim
8850 > 2004-10-25 10:03  tim
8851  
8852          * ChangeLog, src/utils/GenericFactory.hpp,
8853          test/utils/GenericFactoryTestCase.cpp,
# Line 5339 | Line 8855
8855          GenericFactory Test Case. GenericFactory now can bed used to creat
8856          ForcefieldFactory and IntegratorFactory etc.
8857  
8858 < 2004-10-24 23:08  tim
8858 > 2004-10-24 21:08  tim
8859  
8860          * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
8861          brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
8862          brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
8863          get reconstructed
8864  
8865 < 2004-10-24 02:55  tim
8865 > 2004-10-24 00:55  tim
8866  
8867          * src/utils/GenericFactory.hpp: GenericFactory pass unit test
8868  
8869 < 2004-10-23 18:09  tim
8869 > 2004-10-23 16:09  tim
8870  
8871          * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
8872          StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
8873          RigidBody.cpp: Refactoring in progress
8874  
8875 < 2004-10-22 18:09  tim
8875 > 2004-10-22 16:09  tim
8876  
8877          * ChangeLog, src/brains/Snapshot.hpp,
8878          src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
8879          test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
8880          test/brains/StuntDouble.hpp: more work in Snapshot
8881  
8882 < 2004-10-22 17:59  chrisfen
8882 > 2004-10-22 15:59  chrisfen
8883  
8884          * src/: UseTheForce/LJFF.cpp,
8885          UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
8886          god!  It runs and conserves energy!
8887  
8888 < 2004-10-22 17:54  chrisfen
8888 > 2004-10-22 15:54  chrisfen
8889  
8890          * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
8891  
8892 < 2004-10-22 17:53  chrisfen
8892 > 2004-10-22 15:53  chrisfen
8893  
8894          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8895          UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
# Line 5381 | Line 8897
8897          brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
8898          breakey
8899  
8900 < 2004-10-22 17:53  chrisfen
8900 > 2004-10-22 15:53  chrisfen
8901  
8902          * make/Makefile.in: compiler flags
8903  
8904 < 2004-10-22 16:20  gezelter
8904 > 2004-10-22 14:20  gezelter
8905  
8906          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8907          UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
8908          brains/fSimulation.h, types/AtomType.hpp,
8909          types/DirectionalAtomType.hpp: fixey fixey
8910  
8911 < 2004-10-22 15:22  gezelter
8911 > 2004-10-22 13:22  gezelter
8912  
8913          * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
8914          charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
8915          lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
8916          fortran files and c/Fortran interfaces
8917  
8918 < 2004-10-22 15:21  gezelter
8918 > 2004-10-22 13:21  gezelter
8919  
8920          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
8921          DirectionalAtomType.hpp, Makefile: More on AtomType and
8922          DirectionalAtomType
8923  
8924 < 2004-10-22 09:47  gezelter
8924 > 2004-10-22 07:47  gezelter
8925  
8926          * src/types/AtomType.hpp: Adding AtomType
8927  
8928 < 2004-10-21 16:31  tim
8928 > 2004-10-21 14:31  tim
8929  
8930          * ChangeLog, src/brains/Snapshot.hpp,
8931          src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
# Line 5418 | Line 8934
8934          test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
8935          Snapshot and SnapshotManager in progress
8936  
8937 < 2004-10-21 16:30  tim
8937 > 2004-10-21 14:30  tim
8938  
8939          * test/brains/: BrainsTest.cpp, Makefile,
8940          SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
8941          SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
8942          Snapshot and snapshotManager.
8943  
8944 < 2004-10-21 15:15  gezelter
8944 > 2004-10-21 13:15  gezelter
8945  
8946          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8947          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 5436 | Line 8952
8952          brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
8953          Fixey Fixey.
8954  
8955 < 2004-10-21 11:32  tim
8955 > 2004-10-21 09:32  tim
8956  
8957          * src/utils/GenericData.cpp, src/utils/Makefile,
8958          test/utils/Makefile, test/utils/UtilTest: remove some junk files
8959  
8960 < 2004-10-21 11:24  tim
8960 > 2004-10-21 09:24  tim
8961  
8962          * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
8963  
8964 < 2004-10-21 11:22  tim
8964 > 2004-10-21 09:22  tim
8965  
8966          * ChangeLog, src/brains/SimSetup.cpp,
8967          src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
# Line 5463 | Line 8979
8979          src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
8980          GenericData
8981  
8982 < 2004-10-21 10:25  chuckv
8982 > 2004-10-21 08:25  chuckv
8983  
8984          * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
8985          module.
8986  
8987 < 2004-10-21 10:24  chuckv
8987 > 2004-10-21 08:24  chuckv
8988  
8989          * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
8990          fortran lj module.
8991  
8992 < 2004-10-20 17:54  tim
8992 > 2004-10-20 15:54  tim
8993  
8994          * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
8995          test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
# Line 5481 | Line 8997
8997          test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
8998          GenericData and PropertyMap  pass unit test.
8999  
9000 < 2004-10-20 16:52  gezelter
9000 > 2004-10-20 14:52  gezelter
9001  
9002          * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
9003          DarkSide/sticky_interface.h: fixed a fortran name problem
9004  
9005 < 2004-10-20 16:38  tim
9005 > 2004-10-20 14:38  tim
9006  
9007          * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
9008          GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
9009          UtilTest, UtilTest.cpp: adding generic data test case
9010  
9011 < 2004-10-20 16:16  chuckv
9011 > 2004-10-20 14:16  chuckv
9012  
9013          * configure, ac-tools/aclocal.m4,
9014          src/UseTheForce/DarkSide/Makefile,
# Line 5504 | Line 9020
9020          Fortran/C++ interface de-obfuscation project appears to be
9021          complete!  Woo hoo!
9022  
9023 < 2004-10-20 15:47  chuckv
9023 > 2004-10-20 13:47  chuckv
9024  
9025          * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
9026          fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
9027          continues
9028  
9029 < 2004-10-20 15:46  chuckv
9029 > 2004-10-20 13:46  chuckv
9030  
9031          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
9032          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 5527 | Line 9043
9043          brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
9044          de-obfuscation project (It is a very long story)
9045  
9046 < 2004-10-20 13:07  tim
9046 > 2004-10-20 11:07  tim
9047  
9048          * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
9049          test/math/SquareMatrix3TestCase.cpp,
9050          test/math/SquareMatrixTestCase.cpp,
9051          test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
9052  
9053 < 2004-10-20 00:52  tim
9053 > 2004-10-19 22:52  tim
9054  
9055          * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
9056          SnapshotManager in design phase
9057  
9058 < 2004-10-19 23:54  gezelter
9058 > 2004-10-19 21:54  gezelter
9059  
9060          * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
9061          problem prevented linking
9062  
9063 < 2004-10-19 23:54  gezelter
9063 > 2004-10-19 21:54  gezelter
9064  
9065          * src/UseTheForce/Shapes_FF.cpp: fixed include
9066  
9067 < 2004-10-19 23:26  gezelter
9067 > 2004-10-19 21:26  gezelter
9068  
9069          * src/utils/: Makefile, definitions.F90, definitions_module.F90,
9070          oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
9071          more fortran name mangling
9072  
9073 < 2004-10-19 23:23  gezelter
9073 > 2004-10-19 21:23  gezelter
9074  
9075          * src/profiling/timing.F90: yet more fortran renaming
9076  
9077 < 2004-10-19 23:19  gezelter
9077 > 2004-10-19 21:19  gezelter
9078  
9079          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
9080          do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
9081          notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
9082          wrappers.F90: Fortran name cleanup continues
9083  
9084 < 2004-10-19 23:12  gezelter
9084 > 2004-10-19 21:12  gezelter
9085  
9086          * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
9087          broken fortran stuff
9088  
9089 < 2004-10-19 23:02  gezelter
9089 > 2004-10-19 21:02  gezelter
9090  
9091          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
9092          atype_interface.h, atype_module.F90, atype_module_interface.h,
# Line 5587 | Line 9103
9103          sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
9104          name sanity on the fortran side
9105  
9106 < 2004-10-19 19:18  tim
9106 > 2004-10-19 17:18  tim
9107  
9108          * test/math/SquareMatrix3TestCase.hpp: [no log message]
9109  
9110 < 2004-10-19 18:01  tim
9110 > 2004-10-19 16:01  tim
9111  
9112          * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
9113          src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
9114          except diagonalize(), all of functions in math library pass the
9115          test
9116  
9117 < 2004-10-19 17:43  chuckv
9117 > 2004-10-19 15:43  chuckv
9118  
9119          * src/UseTheForce/do_Forces.h: Added correct prototypes for
9120          C-fortran interface functions.
9121  
9122 < 2004-10-19 17:37  chuckv
9122 > 2004-10-19 15:37  chuckv
9123  
9124          * src/UseTheForce/DarkSide/: atype_module_interface.h,
9125          eam_module_inteface.h, gb_module_interface.h,
# Line 5611 | Line 9127
9127          sticky_pair_module_interface.h: Added correct prototypes for
9128          C-fortran interface functions.
9129  
9130 < 2004-10-19 16:28  tim
9130 > 2004-10-19 14:28  tim
9131  
9132          * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
9133          src/math/SquareMatrix.hpp, src/math/Vector.hpp,
# Line 5621 | Line 9137
9137          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
9138          bugs get fixed at math library
9139  
9140 < 2004-10-19 15:43  chuckv
9140 > 2004-10-19 13:43  chuckv
9141  
9142          * src/UseTheForce/: DarkSide/atype_module_interface.h,
9143          DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
# Line 5635 | Line 9151
9151          notifycutoffs_module_interface.h: Added new files for fortran
9152          interface.
9153  
9154 < 2004-10-19 15:43  gezelter
9154 > 2004-10-19 13:43  gezelter
9155  
9156          * src/UseTheForce/Makefile: regressing
9157  
9158 < 2004-10-19 15:40  gezelter
9158 > 2004-10-19 13:40  gezelter
9159  
9160          * src/: UseTheForce/DarkSide/calc_shapes.F90,
9161          UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
9162          working on shapes for portability
9163  
9164 < 2004-10-19 15:40  gezelter
9164 > 2004-10-19 13:40  gezelter
9165  
9166          * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
9167  
9168 < 2004-10-19 13:21  chrisfen
9168 > 2004-10-19 11:21  chrisfen
9169  
9170          * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
9171          findBegin
9172  
9173 < 2004-10-18 23:34  tim
9173 > 2004-10-18 21:34  tim
9174  
9175          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
9176          are fixed in Vector class
9177  
9178 < 2004-10-18 23:28  tim
9178 > 2004-10-18 21:28  tim
9179  
9180          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
9181          some bugs in RectMatrixTestCase
9182  
9183 < 2004-10-18 23:21  tim
9183 > 2004-10-18 21:21  tim
9184  
9185          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
9186          test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
9187          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
9188          test/math/VectorTestCase.hpp: implement more test cases
9189  
9190 < 2004-10-18 18:13  tim
9190 > 2004-10-18 16:13  tim
9191  
9192          * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
9193          src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
# Line 5680 | Line 9196
9196          test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
9197          tests on math library
9198  
9199 < 2004-10-18 16:03  tim
9199 > 2004-10-18 14:03  tim
9200  
9201          * test/math/: Makefile, QuaternionTestCase.cpp,
9202          QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
# Line 5688 | Line 9204
9204          Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
9205          more testing units
9206  
9207 < 2004-10-18 12:07  tim
9207 > 2004-10-18 10:07  tim
9208  
9209          * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
9210          math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
9211          math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
9212          utils/GenericFactory.hpp: fix some bugs in Quaternion class
9213  
9214 < 2004-10-18 11:30  gezelter
9214 > 2004-10-18 09:30  gezelter
9215  
9216          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
9217          Your basic run of the mill real-valued versions of Y_l^m(\theta,
9218          \phi)
9219  
9220 < 2004-10-18 11:29  gezelter
9220 > 2004-10-18 09:29  gezelter
9221  
9222          * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
9223          types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
9224          utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
9225          Shapes into OOPSE
9226  
9227 < 2004-10-18 10:21  gezelter
9227 > 2004-10-18 08:21  gezelter
9228  
9229          * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
9230  
9231 < 2004-10-18 00:23  tim
9231 > 2004-10-17 22:23  tim
9232  
9233          * test/math/VectorTestCase.hpp: adding  vector test case
9234  
9235 < 2004-10-18 00:23  tim
9235 > 2004-10-17 22:23  tim
9236  
9237          * src/utils/GenericFactory.hpp: adding generic factory and vector
9238          test case
9239  
9240 < 2004-10-16 20:19  tim
9240 > 2004-10-16 18:19  tim
9241  
9242          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
9243          SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
9244          progress
9245  
9246 < 2004-10-15 20:31  tim
9246 > 2004-10-15 18:31  tim
9247  
9248          * src/math/Quaternion.hpp: add quaternion class
9249  
9250 < 2004-10-15 16:11  tim
9250 > 2004-10-15 14:11  tim
9251  
9252          * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
9253          IfstrstreamTestCase.hpp: adding test file
9254  
9255 < 2004-10-15 16:10  tim
9255 > 2004-10-15 14:10  tim
9256  
9257          * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
9258  
9259 < 2004-10-15 15:42  tim
9259 > 2004-10-15 13:42  tim
9260  
9261          * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
9262  
9263 < 2004-10-15 15:35  tim
9263 > 2004-10-15 13:35  tim
9264  
9265          * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
9266  
9267 < 2004-10-15 15:34  tim
9267 > 2004-10-15 13:34  tim
9268  
9269          * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
9270          namespace oopse
9271  
9272 < 2004-10-15 14:38  chuckv
9272 > 2004-10-15 12:38  chuckv
9273  
9274          * configure, ac-tools/aclocal.m4: Changed optimization flags for
9275          XLF and XLC.
9276  
9277 < 2004-10-15 13:28  tim
9277 > 2004-10-15 11:28  tim
9278  
9279          * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
9280          adding ifstrstream test case
9281  
9282 < 2004-10-15 13:20  tim
9282 > 2004-10-15 11:20  tim
9283  
9284          * src/io/basic_ifstrstream.hpp: fix include
9285  
9286 < 2004-10-15 13:18  tim
9286 > 2004-10-15 11:18  tim
9287  
9288          * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
9289  
9290 < 2004-10-15 13:17  tim
9290 > 2004-10-15 11:17  tim
9291  
9292          * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
9293  
9294 < 2004-10-15 13:16  tim
9294 > 2004-10-15 11:16  tim
9295  
9296          * test/io/: Makefile, ifstrstreamTestCase.cpp,
9297          ifstrstreamTestCase.hpp: adding test case for ifstrstream
9298  
9299 < 2004-10-15 10:37  tim
9299 > 2004-10-15 08:37  tim
9300  
9301          * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
9302          ifstrstreamTestCase.hpp: add ifstrstreamTestCase
9303  
9304 < 2004-10-15 10:20  tim
9304 > 2004-10-15 08:20  tim
9305  
9306          * src/io/basic_ifstrstream.hpp: add checkFilename Option
9307  
9308 < 2004-10-15 10:19  tim
9308 > 2004-10-15 08:19  tim
9309  
9310          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
9311          SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
9312          SquareMatrixTestCase class
9313  
9314 < 2004-10-15 02:52  tim
9314 > 2004-10-15 00:52  tim
9315  
9316          * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
9317  
9318 < 2004-10-14 18:28  tim
9318 > 2004-10-14 16:28  tim
9319  
9320          * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
9321          Vector.hpp: math library in progress
9322  
9323 < 2004-10-14 18:27  tim
9323 > 2004-10-14 16:27  tim
9324  
9325          * src/io/FileReader.hpp: FileReader in progress
9326  
9327 < 2004-10-13 18:53  tim
9327 > 2004-10-13 16:53  tim
9328  
9329          * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
9330          test in isOrthogonal of SquareMatrix is failed by some reasons
9331  
9332 < 2004-10-13 17:28  tim
9332 > 2004-10-13 15:28  tim
9333  
9334          * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
9335          class
9336  
9337 < 2004-10-13 17:27  tim
9337 > 2004-10-13 15:27  tim
9338  
9339          * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
9340          RectMatrixTestCase.hpp: adding testing unit
9341  
9342 < 2004-10-13 17:24  tim
9342 > 2004-10-13 15:24  tim
9343  
9344          * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
9345  
9346 < 2004-10-13 01:51  tim
9346 > 2004-10-12 23:51  tim
9347  
9348          * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
9349          Vector3.hpp: refactory vector and matrix classes
9350  
9351 < 2004-10-13 01:50  tim
9351 > 2004-10-12 23:50  tim
9352  
9353          * src/math/Vector3d.hpp: Remove some Makefile.in
9354  
9355 < 2004-10-12 18:57  tim
9355 > 2004-10-12 16:57  tim
9356  
9357          * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
9358          Matrix3x3d.hpp
9359  
9360 < 2004-10-12 14:08  tim
9360 > 2004-10-12 12:08  tim
9361  
9362          * doc/: cppstyle.html, style.css: adding c++ coding style
9363  
9364 < 2004-10-11 17:15  tim
9364 > 2004-10-11 15:15  tim
9365  
9366          * src/: constraints/AbstractClasses.hpp,
9367          integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
9368          change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
9369  
9370 < 2004-10-11 16:54  tim
9370 > 2004-10-11 14:54  tim
9371  
9372          * scripts/filepp: fix a bug in filepp
9373  
9374 < 2004-10-11 16:13  tim
9374 > 2004-10-11 14:13  tim
9375  
9376          * make/Makefile.in: using filepp to generate dependencies instead
9377          of compilers
9378  
9379 < 2004-10-11 16:10  tim
9379 > 2004-10-11 14:10  tim
9380  
9381          * scripts/filepp: filepp can be used to generate dependencies for
9382          c/c++ now
9383  
9384 < 2004-10-11 13:40  tim
9384 > 2004-10-11 11:40  tim
9385  
9386          * make/Makefile.in: remove -module from F90Options
9387  
9388 < 2004-10-11 13:01  tim
9388 > 2004-10-11 11:01  tim
9389  
9390          * make/Makefile.in: adding rules to move fortran 90 module to
9391          target directory
9392  
9393 < 2004-10-11 10:43  gezelter
9393 > 2004-10-11 08:43  gezelter
9394  
9395          * make/Makefile.in: fixed makefile.in
9396  
9397 < 2004-10-11 09:51  tim
9397 > 2004-10-11 07:51  tim
9398  
9399          * scripts/filepp: remove "use bytes" which causes problem in sgi
9400          machine
9401  
9402 < 2004-10-11 09:26  tim
9402 > 2004-10-11 07:26  tim
9403  
9404          * forceFields/Makefile: add Makefile
9405  
9406 < 2004-10-11 09:23  tim
9406 > 2004-10-11 07:23  tim
9407  
9408          * samples/: water/dimer/Makefile, water/spce/Makefile,
9409          water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
9410          water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
9411          directory
9412  
9413 < 2004-10-11 09:23  tim
9413 > 2004-10-11 07:23  tim
9414  
9415          * samples/argon/Makefile: remove argon.dump and argon.eor from
9416          Makefile
9417  
9418 < 2004-10-09 01:01  tim
9418 > 2004-10-08 23:01  tim
9419  
9420          * samples/: alkane/Makefile.in, argon/Makefile.in,
9421          lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
9422          Remove some Makefile.in
9423  
9424 < 2004-10-08 18:15  tim
9424 > 2004-10-08 16:15  tim
9425  
9426          * make/Makefile.in: [no log message]
9427  
9428 < 2004-10-08 17:51  tim
9428 > 2004-10-08 15:51  tim
9429  
9430          * make/Makefile.in: fix make install
9431  
9432 < 2004-10-08 17:10  tim
9432 > 2004-10-08 15:10  tim
9433  
9434          * make/Makefile.in: adding make install
9435  
9436 < 2004-10-08 17:04  tim
9436 > 2004-10-08 15:04  tim
9437  
9438          * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
9439          metals/Makefile, minimizer/Makefile, water/Makefile.in,
# Line 5928 | Line 9444
9444          water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
9445          zcons/Makefile.in: add Makefile to sample directory
9446  
9447 < 2004-10-06 18:03  gezelter
9447 > 2004-10-06 16:03  gezelter
9448  
9449          * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
9450          stuff
9451  
9452 < 2004-10-06 18:03  gezelter
9452 > 2004-10-06 16:03  gezelter
9453  
9454          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
9455          make/Doxyfile, src/applications/getopt.c,
9456          src/applications/getopt1.c, src/applications/gnugetopt.h: more
9457          build fixes
9458  
9459 < 2004-10-06 17:20  tim
9459 > 2004-10-06 15:20  tim
9460  
9461          * make/: Doxyfile, Makefile.in: adding doxygen configuration file
9462  
9463 < 2004-10-06 17:19  tim
9463 > 2004-10-06 15:19  tim
9464  
9465          * scripts/filepp: filepp can handle different fortran module case
9466          and suffix
9467  
9468 < 2004-10-06 16:27  gezelter
9468 > 2004-10-06 14:27  gezelter
9469  
9470          * src/restraints/Restraints.cpp: Chris doesn't know about the
9471          OOPSE-2.0 directory structure yet
9472  
9473 < 2004-10-06 16:27  gezelter
9473 > 2004-10-06 14:27  gezelter
9474  
9475          * ChangeLog: Yeah yeah, we'lll get around to it later
9476  
9477 < 2004-10-06 16:22  gezelter
9477 > 2004-10-06 14:22  gezelter
9478  
9479          * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
9480          make/Makefile.in: cleaning up build process
9481  
9482 < 2004-10-06 15:01  chrisfen
9482 > 2004-10-06 13:01  chrisfen
9483  
9484          * src/restraints/Restraints.cpp: made the file reading in
9485          restraints more intelligent - no longer gives uninformative seg
9486          faults
9487  
9488 < 2004-10-06 14:55  gezelter
9488 > 2004-10-06 12:55  gezelter
9489  
9490          * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
9491  
9492 < 2004-10-06 14:51  gezelter
9492 > 2004-10-06 12:51  gezelter
9493  
9494          * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
9495          scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
9496  
9497 < 2004-10-06 13:53  tim
9497 > 2004-10-06 11:53  tim
9498  
9499          * make/: Makefile, Makefile.in: fix make statistics
9500  
9501 < 2004-10-06 13:18  tim
9501 > 2004-10-06 11:18  tim
9502  
9503          * make/: Makefile, Makefile.in: adding GNU make functions to
9504          combine all of the static libraries to a big library
9505  
9506 < 2004-10-05 17:57  tim
9506 > 2004-10-05 15:57  tim
9507  
9508          * make/: Makefile, Makefile.in:  adding shared library flag
9509  
9510 < 2004-10-05 14:37  tim
9510 > 2004-10-05 12:37  tim
9511  
9512          * src/: Makefile, UseTheForce/Makefile,
9513          UseTheForce/mpiSimulation_module.F90,
# Line 5999 | Line 9515
9515          UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
9516          mpiSimulation_module to DarkSide
9517  
9518 < 2004-10-05 14:35  tim
9518 > 2004-10-05 12:35  tim
9519  
9520          * make/: Makefile, Makefile.in: building MPI version;using static
9521          library instead of shared library
9522  
9523 < 2004-10-05 09:14  tim
9523 > 2004-10-05 07:14  tim
9524  
9525          * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
9526          to filepp
9527  
9528 < 2004-10-04 15:56  tim
9528 > 2004-10-04 13:56  tim
9529  
9530          * make/: Makefile, Makefile.in: add make cvslog
9531  
9532 < 2004-10-04 11:24  gezelter
9532 > 2004-10-04 09:24  gezelter
9533  
9534          * make/: Makefile, Makefile.in: more work on the parallel build
9535  
9536 < 2004-10-04 11:06  gezelter
9536 > 2004-10-04 09:06  gezelter
9537  
9538          * make/: Makefile, Makefile.in: changes to backport declare flags
9539  
9540 < 2004-10-04 10:27  gezelter
9540 > 2004-10-04 08:27  gezelter
9541  
9542          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
9543          DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
9544          shapes
9545  
9546 < 2004-10-01 23:40  tim
9546 > 2004-10-01 21:40  tim
9547  
9548          * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
9549  
9550 < 2004-10-01 23:22  tim
9550 > 2004-10-01 21:22  tim
9551  
9552          * make/: Makefile, Makefile.in: add oopse_ as library prefix
9553  
9554 < 2004-10-01 16:59  tim
9554 > 2004-10-01 14:59  tim
9555  
9556          * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
9557  
9558 < 2004-10-01 16:22  gezelter
9558 > 2004-10-01 14:22  gezelter
9559  
9560          * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
9561          few minor build changes
9562  
9563 < 2004-10-01 16:11  tim
9563 > 2004-10-01 14:11  tim
9564  
9565          * scripts/filepp: adding fortran90 make dependency tool
9566  
9567 < 2004-09-30 10:41  tim
9567 > 2004-09-30 08:41  tim
9568  
9569          * make/: Makefile, Makefile.in: make clean is smart enough to only
9570          remove object files belong to current package.  turn off silent
9571          mode
9572  
9573 < 2004-09-29 16:55  tim
9573 > 2004-09-29 14:55  tim
9574  
9575          * src/: Makefile, UseTheForce/Makefile,
9576          UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
# Line 6065 | Line 9581
9581          restraints/Makefile, types/Makefile, utils/Makefile,
9582          visitors/Makefile: define DEV_ROOT as relative path
9583  
9584 < 2004-09-29 16:54  tim
9584 > 2004-09-29 14:54  tim
9585  
9586          * make/: Makefile, Makefile.in: get the relative path by shell
9587          script
9588  
9589 < 2004-09-29 16:32  tim
9589 > 2004-09-29 14:32  tim
9590  
9591          * make/Makefile: eliminate DEV_ROOT by relative path
9592  
9593 < 2004-09-29 13:37  tim
9593 > 2004-09-29 11:37  tim
9594  
9595          * make/Makefile.in: add PackageLibs;  fix dependency rule
9596  
9597 < 2004-09-29 12:57  gezelter
9597 > 2004-09-29 10:57  gezelter
9598  
9599          * configure, ac-tools/configure.in: updates
9600  
9601 < 2004-09-29 12:56  gezelter
9601 > 2004-09-29 10:56  gezelter
9602  
9603          * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
9604          make stuff
9605  
9606 < 2004-09-29 12:46  tim
9606 > 2004-09-29 10:46  tim
9607  
9608          * Makefile: If makefile does not exist, print error message
9609  
9610 < 2004-09-29 12:12  tim
9610 > 2004-09-29 10:12  tim
9611  
9612          * make/: Make.conf.in, Makefile: fix dependencies rule
9613  
9614 < 2004-09-29 10:58  gezelter
9614 > 2004-09-29 08:58  gezelter
9615  
9616          * Makefile, make/Makefile: still working on build process
9617  
9618 < 2004-09-29 10:00  tim
9618 > 2004-09-29 08:00  tim
9619  
9620          * make/Makefile: add print statment to rules
9621  
9622 < 2004-09-29 09:59  tim
9622 > 2004-09-29 07:59  tim
9623  
9624          * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
9625          applications/dump2Xyz/Makefile, applications/oopse/Makefile,
# Line 6113 | Line 9629
9629          profiling/Makefile, restraints/Makefile, types/Makefile,
9630          utils/Makefile, visitors/Makefile: change Makefile to relative path
9631  
9632 < 2004-09-28 21:55  tim
9632 > 2004-09-28 19:55  tim
9633  
9634          * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
9635          which cause headache in bulding libutils
9636  
9637 < 2004-09-28 18:24  tim
9637 > 2004-09-28 16:24  tim
9638  
9639          * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
9640          Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
# Line 6141 | Line 9657
9657          change directory structure of application. Every executable file is
9658          replaced in seperate directory
9659  
9660 < 2004-09-28 17:15  gezelter
9660 > 2004-09-28 15:15  gezelter
9661  
9662          * lib/dummy: Keep that lib around, please.
9663  
9664 < 2004-09-28 17:14  gezelter
9664 > 2004-09-28 15:14  gezelter
9665  
9666          * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
9667          starting a configure version
9668  
9669 < 2004-09-28 16:08  tim
9669 > 2004-09-28 14:08  tim
9670  
9671          * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
9672          UseTheForce/DarkSide/Makefile,
# Line 6159 | Line 9675
9675          brains/Makefile, brains/simulation_module.F90: move fortran files
9676          around to solve dependency problem
9677  
9678 < 2004-09-28 15:43  tim
9678 > 2004-09-28 13:43  tim
9679  
9680          * Makefile, src/UseTheForce/ForceFields.hpp,
9681          src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
# Line 6169 | Line 9685
9685          src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
9686          src/utils/Makefile: [no log message]
9687  
9688 < 2004-09-28 15:41  tim
9688 > 2004-09-28 13:41  tim
9689  
9690          * make/Makefile, scripts/sfmakedepend: fix fortran dependency
9691          problem
9692  
9693 < 2004-09-28 11:13  tim
9693 > 2004-09-28 09:13  tim
9694  
9695          * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
9696          src/io/Makefile: add yacc and lex rules
9697  
9698 < 2004-09-27 15:24  tim
9698 > 2004-09-27 13:24  tim
9699  
9700          * make/Makefile: adding include path to F90Options
9701  
9702 < 2004-09-27 15:13  tim
9702 > 2004-09-27 13:13  tim
9703  
9704          * make/Makefile: change suffix from .cc to .cpp
9705  
9706 < 2004-09-24 11:27  tim
9706 > 2004-09-24 09:27  tim
9707  
9708          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
9709          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 6254 | Line 9770
9770          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
9771          visitors/ZconsVisitor.hpp: change the #include in source files
9772  
9773 < 2004-09-23 23:16  gezelter
9773 > 2004-09-23 21:16  gezelter
9774  
9775          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
9776          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 6430 | Line 9946
9946          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
9947          forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
9948  
9949 < 2004-09-23 23:16  gezelter
9949 > 2004-09-23 21:16  gezelter
9950  
9951          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
9952          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines