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

Comparing trunk/OOPSE-3.0/ChangeLog (file contents):
Revision 1643 by tim, Mon Oct 25 17:03:56 2004 UTC vs.
Revision 2199 by gezelter, Thu Apr 14 21:41:56 2005 UTC

# Line 1 | Line 1
1 + 2005-04-14 16:20  gezelter
2 +
3 +        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
4 +        MoLocator
5 +
6 + 2005-04-14 14:12  gezelter
7 +
8 +        * LICENSE: [no log message]
9 +
10 + 2005-04-14 11:10  chuckv
11 +
12 +        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
13 +        nanorodbuilder now exit's when libCGAL is not present.
14 +
15 + 2005-04-14 10:20  tim
16 +
17 +        * src/io/make_nodes.h: fix one more warning message in make_nodes
18 +
19 + 2005-04-13 18:36  chuckv
20 +
21 +        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
22 +        interface name for SGI Compiler
23 +
24 + 2005-04-13 18:29  chrisfen
25 +
26 +        * samples/water/ssde/ssde.md: oops...  bad sample
27 +
28 + 2005-04-13 18:00  chuckv
29 +
30 +        * src/config.h.in: Change typo in CGAL.
31 +
32 + 2005-04-13 17:43  tim
33 +
34 +        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
35 +        selection/SelectionCompiler.hpp: fix some warning messages
36 +
37 + 2005-04-13 17:30  gezelter
38 +
39 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
40 +        make/Makefile.in, src/config.h.in,
41 +        src/applications/nanoRodBuilder/Makefile,
42 +        src/applications/nanoRodBuilder/Makefile.in,
43 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
44 +        checks
45 +
46 + 2005-04-13 15:36  chuckv
47 +
48 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
49 +        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
50 +        DarkSide/electrostatic_interface.F90,
51 +        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
52 +        DarkSide/lj_interface.h, DarkSide/sticky.F90,
53 +        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
54 +        destroy methods for Fortran modules.
55 +
56 + 2005-04-13 15:17  chuckv
57 +
58 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
59 +        shapes_interface.h: Added destroy method to clean up memory
60 +
61 + 2005-04-13 13:41  tim
62 +
63 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
64 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
65 +        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
66 +        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
67 +        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
68 +        fixed
69 +
70 + 2005-04-12 17:44  chuckv
71 +
72 +        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
73 +        for nanoRodBuilder.
74 +
75 + 2005-04-12 17:42  tim
76 +
77 +        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
78 +        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
79 +        and simpleBuilder(forget to delete lattice)
80 +
81 + 2005-04-12 17:33  tim
82 +
83 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
84 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
85 +        refactory lattice
86 +
87 + 2005-04-12 17:07  tim
88 +
89 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
90 +        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
91 +        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
92 +        LatticeFactory and LatticeCreator
93 +
94 + 2005-04-12 16:58  tim
95 +
96 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
97 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
98 +        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
99 +        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
100 +        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
101 +        lattice/Makefile: refactory LatticeFactory and LatticeCreator
102 +
103 + 2005-04-12 16:28  gezelter
104 +
105 +        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
106 +        vector_class.F90: cleaned up vector_class memory leak fix by
107 +        deallocating in reverse order of how we allocated.  Also migrated
108 +        MoLocator into utils directory
109 +
110 + 2005-04-12 16:27  gezelter
111 +
112 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
113 +        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
114 +        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
115 +        directory
116 +
117 + 2005-04-12 16:27  gezelter
118 +
119 +        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
120 +        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
121 +        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
122 +        nanoRodBuilder/LatticeCreator.hpp,
123 +        nanoRodBuilder/LatticeFactory.cpp,
124 +        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
125 +        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
126 +        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
127 +        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
128 +        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
129 +        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
130 +        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
131 +        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
132 +        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
133 +        these files are now redundant
134 +
135 + 2005-04-12 16:27  gezelter
136 +
137 +        * src/UseTheForce/DarkSide/: atype_interface.F90,
138 +        atype_interface.h: cleaned up memory leak fix
139 +
140 + 2005-04-12 16:26  gezelter
141 +
142 +        * make/Makefile.in: added lattice subdirectory
143 +
144 + 2005-04-12 15:57  chrisfen
145 +
146 +        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
147 +        a space by accident
148 +
149 + 2005-04-12 15:56  chrisfen
150 +
151 +        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
152 +        quadrupole sample
153 +
154 + 2005-04-12 15:56  chrisfen
155 +
156 +        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
157 +        samples
158 +
159 + 2005-04-12 13:30  tim
160 +
161 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
162 +        type in fortran side
163 +
164 + 2005-04-12 12:45  chuckv
165 +
166 +        * src/utils/vector_class.F90: Further changes to vector_class
167 +        destroy function.
168 +
169 + 2005-04-12 12:39  chuckv
170 +
171 +        * src/utils/vector_class.F90: Fixed pointer memory leak in
172 +        vector_class.
173 +
174 + 2005-04-12 12:12  chuckv
175 +
176 +        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
177 +        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
178 +        DarkSide/eam.F90, DarkSide/eam_interface.F90,
179 +        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
180 +
181 + 2005-04-12 09:24  chrisfen
182 +
183 +        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
184 +        output
185 +
186 + 2005-04-11 19:29  chuckv
187 +
188 +        * src/: UseTheForce/DarkSide/atype.F90,
189 +        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
190 +
191 + 2005-04-11 19:28  chuckv
192 +
193 +        * src/utils/vector_class.F90: Added code to delete vector.
194 +
195 + 2005-04-11 17:03  chuckv
196 +
197 +        * samples/metals/nanorod/: Au_nanoparticle.md,
198 +        Au_nanoparticle_FCC.md, Au_nanoparticle_linux.md, metals.md: Why
199 +        aren't these here?
200 +
201 + 2005-04-11 16:58  tim
202 +
203 +        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
204 +        basic_ifstrstream
205 +
206 + 2005-04-11 16:37  chuckv
207 +
208 +        * make/Makefile.in,
209 +        src/applications/nanoRodBuilder/BaseLattice.cpp,
210 +        src/applications/nanoRodBuilder/BaseLattice.hpp,
211 +        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
212 +        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
213 +        src/applications/nanoRodBuilder/Lattice.cpp,
214 +        src/applications/nanoRodBuilder/Lattice.hpp,
215 +        src/applications/nanoRodBuilder/LatticeCreator.cpp,
216 +        src/applications/nanoRodBuilder/LatticeCreator.hpp,
217 +        src/applications/nanoRodBuilder/LatticeFactory.cpp,
218 +        src/applications/nanoRodBuilder/LatticeFactory.hpp,
219 +        src/applications/nanoRodBuilder/Makefile,
220 +        src/applications/nanoRodBuilder/MoLocator.cpp,
221 +        src/applications/nanoRodBuilder/MoLocator.hpp,
222 +        src/applications/nanoRodBuilder/nanoBuilder.ggo,
223 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
224 +        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
225 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
226 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
227 +        nanoRodBuilder application (may not work yet).  ((Doesn't work
228 +        yet.)) (((May never work....)))
229 +
230 + 2005-04-11 15:54  tim
231 +
232 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
233 +        prepareVisitor in Dump2XYZ
234 +
235 + 2005-04-11 15:19  chrisfen
236 +
237 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
238 +        quadrupoles.  look!  it's divide by 3 like stone says!
239 +
240 + 2005-04-11 15:18  chrisfen
241 +
242 +        * forceFields/DUFF2.frc: fixing of the quadrupoles
243 +
244 + 2005-04-11 15:16  tim
245 +
246 +        * src/selection/Token.hpp: change the parameter name in
247 +        constructors
248 +
249 + 2005-04-11 14:49  gezelter
250 +
251 +        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
252 +
253 + 2005-04-11 14:06  gezelter
254 +
255 +        * make/Makefile.in: Fixed the uc and lc functions for GNU make
256 +        versions < 3.80
257 +
258 + 2005-04-11 11:13  gezelter
259 +
260 +        * make/Makefile.in, src/UseTheForce/Makefile,
261 +        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
262 +        some stuff to clean out module files during "make clean"
263 +
264 + 2005-04-08 17:13  chrisfen
265 +
266 +        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
267 +        interactions should be working with a remaining question of
268 +        interaction magnitude
269 +
270 + 2005-04-08 17:12  chrisfen
271 +
272 +        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
273 +        samples
274 +
275 + 2005-04-08 13:48  chrisfen
276 +
277 +        * samples/water/ssd/ssd.md: oops...  messed up a sample
278 +
279 + 2005-04-08 09:43  chrisfen
280 +
281 +        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
282 +        charge-dipole interactions
283 +
284 + 2005-04-08 09:42  chrisfen
285 +
286 +        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
287 +        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
288 +
289 + 2005-04-08 09:41  chrisfen
290 +
291 +        * forceFields/DUFF2.frc: added Cl- and Na+
292 +
293 + 2005-04-06 18:59  tim
294 +
295 +        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
296 +
297 + 2005-04-05 18:09  tim
298 +
299 +        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
300 +        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
301 +        in atom type name;clean the code a little bit
302 +
303 + 2005-03-29 16:00  tim
304 +
305 +        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
306 +        in converting rotation matrix to quaternion
307 +
308 + 2005-03-28 17:41  tim
309 +
310 +        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
311 +
312 + 2005-03-28 17:30  tim
313 +
314 +        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
315 +        the wrapping
316 +
317 + 2005-03-28 10:54  tim
318 +
319 +        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
320 +        dimension of histogram
321 +
322 + 2005-03-22 11:38  tim
323 +
324 +        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
325 +        src/applications/dynamicProps/Makefile,
326 +        src/applications/oopse/Makefile,
327 +        src/applications/simpleBuilder/Makefile,
328 +        src/applications/staticProps/Makefile: avoid building parallel
329 +        executable for dump2XYZ, simpleBuilder, staticProps and
330 +        dynamicProps
331 +
332 + 2005-03-21 17:34  chrisfen
333 +
334 +        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
335 +        forcefield files
336 +
337 + 2005-03-21 15:51  chrisfen
338 +
339 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
340 +        DarkSide/reactionField.F90: Make sure electrostatic_module provides
341 +        data for reaction_field
342 +
343 + 2005-03-21 15:50  chrisfen
344 +
345 +        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
346 +        WILL CHANGE THIS BACK, RIGHT?
347 +
348 + 2005-03-21 14:23  gezelter
349 +
350 +        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
351 +        correct value
352 +
353 + 2005-03-21 14:22  gezelter
354 +
355 +        * make/Makefile.in: fixed an install-related bug.
356 +        $(InstallCommand) had been set to $(InstallData)
357 +
358 + 2005-03-15 09:21  gezelter
359 +
360 +        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
361 +        deletes and Nullifies restWriter, so Integrator shouldn't do it.
362 +
363 + 2005-03-15 09:20  gezelter
364 +
365 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
366 +
367 + 2005-03-13 02:39  gezelter
368 +
369 +        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
370 +        charge-quadrupole interactions
371 +
372 + 2005-03-12 14:12  chrisfen
373 +
374 +        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
375 +        thermoIntegration/solid/Makefile: forgot a couple of makefiles
376 +
377 + 2005-03-12 14:05  chrisfen
378 +
379 +        * samples/thermoIntegration/liquid/ssde.in,
380 +        samples/thermoIntegration/liquid/ssde.md,
381 +        samples/thermoIntegration/liquid/water.md,
382 +        samples/thermoIntegration/solid/idealCrystal.in,
383 +        samples/thermoIntegration/solid/ssde.in,
384 +        samples/thermoIntegration/solid/ssde.md,
385 +        samples/thermoIntegration/solid/ssde.zang0,
386 +        samples/thermoIntegration/solid/water.md,
387 +        samples/water/tip3p_ice/tp3.md,
388 +        src/UseTheForce/DarkSide/sticky.F90,
389 +        src/restraints/ThermoIntegrationForceManager.cpp: added some
390 +        samples
391 +
392 + 2005-03-11 12:50  tim
393 +
394 +        * src/: brains/SimCreator.cpp,
395 +        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
396 +        MultipoleAtomTypesSectionParser
397 +
398 + 2005-03-11 10:55  tim
399 +
400 +        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
401 +        excluded
402 +
403 + 2005-03-11 10:53  gezelter
404 +
405 +        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
406 +        quadrupoles
407 +
408 + 2005-03-11 10:52  gezelter
409 +
410 +        * forceFields/DUFF2.frc: quadrupoles for SSD models
411 +
412 + 2005-03-11 10:00  tim
413 +
414 +        * ChangeLog, doc/SelectionExpression.html,
415 +        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
416 +        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
417 +        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
418 +        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
419 +        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
420 +        SelectionExpression.html
421 +
422 + 2005-03-10 19:43  chrisfen
423 +
424 +        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
425 +        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
426 +        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
427 +        MPI restraints
428 +
429 + 2005-03-10 18:56  tim
430 +
431 +        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
432 +        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
433 +        and cutoff group
434 +
435 + 2005-03-10 17:06  gezelter
436 +
437 +        * src/types/MorseBondType.hpp: fixed a doxygen problem
438 +
439 + 2005-03-10 16:51  gezelter
440 +
441 +        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
442 +        the split dipole test cases
443 +
444 + 2005-03-10 16:51  gezelter
445 +
446 +        * doc/SelectionExpression.html: updated some documentation
447 +
448 + 2005-03-10 15:40  gezelter
449 +
450 +        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
451 +        Makefile: LinkedList removal project starts now
452 +
453 + 2005-03-10 15:28  tim
454 +
455 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
456 +        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
457 +        using map to replace link list
458 +
459 + 2005-03-10 14:11  tim
460 +
461 +        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
462 +        case  of split dipole
463 +
464 + 2005-03-10 14:10  chrisfen
465 +
466 +        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
467 +        src/io/RestWriter.cpp,
468 +        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
469 +        builds...
470 +
471 + 2005-03-10 13:44  tim
472 +
473 +        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
474 +        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
475 +        adding test case for split dipole
476 +
477 + 2005-03-10 12:54  gezelter
478 +
479 +        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
480 +        support for split dipoles
481 +
482 + 2005-03-10 11:27  chrisfen
483 +
484 +        * samples/water/tip3p_ice/tp3.md,
485 +        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
486 +        restraints
487 +
488 + 2005-03-10 11:15  chrisfen
489 +
490 +        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
491 +        src/UseTheForce/ForceFields.hpp,
492 +        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
493 +
494 + 2005-03-10 11:14  tim
495 +
496 +        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
497 +        src/io/MultipoleAtomTypesSectionParser.cpp,
498 +        src/selection/SelectionEvaluator.cpp: minor change
499 +
500 + 2005-03-10 10:10  chrisfen
501 +
502 +        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
503 +        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
504 +        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
505 +        src/integrators/VelocityVerletIntegrator.cpp,
506 +        src/integrators/VelocityVerletIntegrator.hpp,
507 +        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
508 +        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
509 +        src/io/RestReader.hpp, src/io/RestWriter.cpp,
510 +        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
511 +        src/io/RestraintWriter.cpp, src/restraints/Makefile,
512 +        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
513 +        src/restraints/ThermoIntegrationForceManager.cpp,
514 +        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
515 +        the new restraints code
516 +
517 + 2005-03-09 13:48  tim
518 +
519 +        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
520 +        IndexFinder
521 +
522 + 2005-03-09 13:46  tim
523 +
524 +        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
525 +        applications/dump2Xyz/Dump2XYZCmd.c,
526 +        applications/dump2Xyz/Dump2XYZCmd.h,
527 +        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
528 +        fix compilation issue
529 +
530 + 2005-03-09 12:58  tim
531 +
532 +        * forceFields/DUFF2.frc, scripts/filepp,
533 +        src/UseTheForce/EAM_FF.cpp,
534 +        src/io/MultipoleAtomTypesSectionParser.cpp,
535 +        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
536 +        in SectionParser (lineNo is not updated)
537 +
538 + 2005-03-09 12:30  tim
539 +
540 +        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
541 +        applications/dump2Xyz/Dump2XYZ.ggo,
542 +        applications/dump2Xyz/Dump2XYZCmd.c,
543 +        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
544 +        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
545 +        io/ChargeAtomTypesSectionParser.hpp,
546 +        io/ElectrostaticAtomTypesSectionParser.cpp,
547 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
548 +        io/MultipoleAtomTypesSectionParser.cpp,
549 +        io/MultipoleAtomTypesSectionParser.hpp,
550 +        io/SectionParserManager.cpp, selection/Makefile,
551 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
552 +        types/AtomType.cpp, types/DirectionalAtomType.cpp,
553 +        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
554 +        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
555 +        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
556 +        into ChargeAtomTypesSectionParser and
557 +        MultipoleAtomTypesSectionParser;remove print dipole option from
558 +        Dump2XYZ;
559 +
560 + 2005-03-09 12:28  tim
561 +
562 +        * forceFields/DUFF2.frc: change the format of DUFF2
563 +
564 + 2005-03-09 10:44  gezelter
565 +
566 +        * src/UseTheForce/DarkSide/: electrostatic.F90,
567 +        electrostatic_interface.F90, electrostatic_interface.h: new
568 +        electrostatic module
569 +
570 + 2005-03-09 09:26  gezelter
571 +
572 +        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
573 +        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
574 +        and fixed quadrupole stuff
575 +
576 + 2005-03-09 09:25  gezelter
577 +
578 +        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
579 +        for outdated charge and dipole interfaces
580 +
581 + 2005-03-08 16:08  gezelter
582 +
583 +        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
584 +        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
585 +        charge-dipole test cases
586 +
587 + 2005-03-08 16:07  gezelter
588 +
589 +        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
590 +        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
591 +        strange icc8 bug (we think).
592 +
593 + 2005-03-08 16:07  gezelter
594 +
595 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
596 +
597 + 2005-03-08 16:07  gezelter
598 +
599 +        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
600 +        Unification Project
601 +
602 + 2005-03-08 16:07  gezelter
603 +
604 +        * src/io/Globals.cpp: Dunno
605 +
606 + 2005-03-08 16:06  gezelter
607 +
608 +        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
609 +        OOPSE_itoa and checking a NULL left over from the LinkedList days
610 +
611 + 2005-03-08 16:06  gezelter
612 +
613 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
614 +        atype_interface.F90, atype_interface.h, charge.F90,
615 +        charge_interface.F90, charge_interface.h, dipole.F90,
616 +        dipole_interface.F90, dipole_interface.h: electrostatic unification
617 +        project fixed an uninitialized variable in Lennard Jones mixing map
618 +
619 + 2005-03-08 16:05  gezelter
620 +
621 +        * src/UseTheForce/doForces.F90: electrostatic unification project
622 +
623 + 2005-03-08 16:05  gezelter
624 +
625 +        * samples/water/dimer/: two.md, water.md: making some cool test
626 +        cases
627 +
628 + 2005-03-08 16:05  gezelter
629 +
630 +        * forceFields/DUFF2.frc: Added a charge for Chlorine
631 +
632 + 2005-03-07 17:39  tim
633 +
634 +        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
635 +        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
636 +        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
637 +        Fixing a bug in BitSet.cpp
638 +
639 + 2005-03-04 10:28  gezelter
640 +
641 +        * src/config.h.in: Cleaning up config.h.in by adding comments
642 +
643 + 2005-03-04 10:28  gezelter
644 +
645 +        * configure, ac-tools/configure.in, make/Makefile.in,
646 +        src/brains/SimCreator.cpp: SPRNG eradication project
647 +
648 + 2005-03-03 09:40  tim
649 +
650 +        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
651 +        missing atom type problem)
652 +
653 + 2005-03-02 11:29  tim
654 +
655 +        * src/math/RandNumGen.hpp: adding base class of Random Number
656 +        generator
657 +
658 + 2005-03-02 11:28  tim
659 +
660 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
661 +        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
662 +        Velocitizer is not initialized which causes a seg fault
663 +
664 + 2005-03-02 10:36  tim
665 +
666 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
667 +        integrators/Velocitizer.hpp, math/Makefile,
668 +        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
669 +        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
670 +        math/SeqRandNumGen.hpp: remove default parameter from
671 +        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
672 +        random number generator
673 +
674 + 2005-03-02 02:32  tim
675 +
676 +        * test/math/testRandNumGen.cpp: Adding unit test for random number
677 +        generator
678 +
679 + 2005-03-01 18:17  tim
680 +
681 +        * src/brains/Thermo.hpp: fixed a file inclusion problem
682 +
683 + 2005-03-01 18:17  tim
684 +
685 +        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
686 +        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
687 +        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
688 +        RandNumGenTestCase.hpp: fixed compilation problem
689 +
690 + 2005-03-01 18:02  tim
691 +
692 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
693 +        integrators/Velocitizer.hpp, math/Makefile,
694 +        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
695 +        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
696 +        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
697 +
698 + 2005-03-01 18:00  tim
699 +
700 +        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
701 +        ParallelandNumGenTestCase.hpp: Change the name of test case
702 +
703 + 2005-03-01 16:00  tim
704 +
705 +        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
706 +        OOPSERandNumGenTestCase.hpp: adding testcase for random number
707 +        generator
708 +
709 + 2005-03-01 15:10  tim
710 +
711 +        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
712 +        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
713 +        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
714 +        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
715 +        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
716 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
717 +        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
718 +        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
719 +
720 + 2005-03-01 14:11  tim
721 +
722 +        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
723 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
724 +        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
725 +        OOPSERandNumGen
726 +
727 + 2005-03-01 10:44  gezelter
728 +
729 +        * make/Makefile.in: Fixed the damned build problem with the
730 +        libraries not being removed in make clean and make distclean (at
731 +        least we think it is fixed).
732 +
733 + 2005-03-01 10:26  gezelter
734 +
735 +        * src/math/MersenneTwister.hpp: Making small modifications to allow
736 +        for use on MPI machines
737 +
738 + 2005-03-01 09:45  tim
739 +
740 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
741 +        integrators/Velocitizer.cpp, io/DumpReader.cpp,
742 +        math/MersenneTwister.hpp: adding MersenneTwister random number
743 +        generator
744 +
745 + 2005-02-28 22:55  tim
746 +
747 +        * src/math/MersenneTwister.hpp: Adding a modified version of
748 +        MersenneTwister.hpp
749 +
750 + 2005-02-28 12:24  tim
751 +
752 +        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
753 +        definition.jpg: selection expression
754 +
755 + 2005-02-25 16:22  tim
756 +
757 +        * src/: UseTheForce/DarkSide/LJ.F90,
758 +        UseTheForce/DarkSide/lj_interface.F90,
759 +        UseTheForce/DarkSide/lj_interface.h,
760 +        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
761 +        types/AtomType.hpp: adding soft potential to LJ Module
762 +
763 + 2005-02-25 11:38  tim
764 +
765 +        * doc/SelectionExpression.html: adding documentation for selection
766 +        expression
767 +
768 + 2005-02-24 15:55  tim
769 +
770 +        * src/: applications/simpleBuilder/simpleBuilder.cpp,
771 +        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
772 +        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
773 +        adding basic_teebuf which can operate on multiple stream
774 +        simutaneously.
775 +
776 + 2005-02-22 14:26  chrisfen
777 +
778 +        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
779 +        sample
780 +
781 + 2005-02-22 13:56  tim
782 +
783 +        * src/: UseTheForce/DarkSide/reactionField.F90,
784 +        primitives/RigidBody.cpp: reactionfield get fixed
785 +
786 + 2005-02-21 11:57  tim
787 +
788 +        * src/: applications/staticProps/GofRAngle.cpp,
789 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
790 +        a bug in GofRAngle
791 +
792 + 2005-02-21 10:28  tim
793 +
794 +        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
795 +
796 + 2005-02-21 10:22  tim
797 +
798 +        * src/utils/next_combination.hpp: fix for compilation on the Sun
799 +
800 + 2005-02-21 10:21  tim
801 +
802 +        * src/utils/GenericData.hpp: fix problem in sun
803 +
804 + 2005-02-18 18:07  tim
805 +
806 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
807 +        applications/dump2Xyz/Dump2XYZ.ggo,
808 +        applications/dump2Xyz/Dump2XYZCmd.c,
809 +        applications/dump2Xyz/Dump2XYZCmd.h,
810 +        applications/dynamicProps/RCorrFunc.cpp,
811 +        applications/staticProps/GofXyz.cpp,
812 +        applications/staticProps/GofXyz.hpp,
813 +        applications/staticProps/StaticProps.cpp,
814 +        applications/staticProps/StaticProps.ggo,
815 +        applications/staticProps/StaticPropsCmd.c,
816 +        applications/staticProps/StaticPropsCmd.h,
817 +        io/ElectrostaticAtomTypesSectionParser.cpp,
818 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
819 +        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
820 +
821 + 2005-02-18 10:58  gezelter
822 +
823 +        * src/brains/Register.cpp: Corrected filename collision for EAM on
824 +        Mac OS X
825 +
826 + 2005-02-18 10:58  gezelter
827 +
828 +        * src/applications/oopse/oopse.cpp: Updated copyright information
829 +
830 + 2005-02-18 10:58  gezelter
831 +
832 +        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
833 +        Makefile: corrected filename collision for EAM on operating systems
834 +        which are not case sensitive (aka Mac OS X)
835 +
836 + 2005-02-17 15:15  tim
837 +
838 +        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
839 +
840 + 2005-02-17 14:50  tim
841 +
842 +        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
843 +        in GofXyz
844 +
845 + 2005-02-17 14:09  tim
846 +
847 +        * src/applications/staticProps/RadialDistrFunc.hpp: make
848 +        processHistogram non-abstrct function
849 +
850 + 2005-02-17 13:41  tim
851 +
852 +        * src/applications/staticProps/GofXyz.cpp: [no log message]
853 +
854 + 2005-02-17 13:30  tim
855 +
856 +        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
857 +        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
858 +        finish GofXyz
859 +
860 + 2005-02-17 11:21  tim
861 +
862 +        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
863 +        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
864 +        distribution function
865 +
866 + 2005-02-17 10:23  tim
867 +
868 +        * src/utils/BitSet.hpp: forget the const correctness for BitSet
869 +
870 + 2005-02-17 10:18  tim
871 +
872 +        * src/: brains/BlockSnapshotManager.cpp,
873 +        selection/DistanceFinder.cpp: The change of interface of BitSet
874 +        cause a bug in SelectionEvaluation
875 +
876 + 2005-02-16 16:13  tim
877 +
878 +        * src/utils/residentMem.c: return residentMem in byte
879 +
880 + 2005-02-16 16:00  tim
881 +
882 +        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
883 +        a bug in writing out the value of cosang
884 +
885 + 2005-02-16 15:43  tim
886 +
887 +        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
888 +        estimate avaliable memory
889 +
890 + 2005-02-16 15:30  tim
891 +
892 +        * src/: applications/staticProps/GofAngle2.cpp,
893 +        applications/staticProps/GofAngle2.hpp,
894 +        applications/staticProps/GofR.cpp,
895 +        applications/staticProps/GofR.hpp,
896 +        applications/staticProps/GofRAngle.cpp,
897 +        applications/staticProps/GofRAngle.hpp,
898 +        applications/staticProps/GofXyz.cpp,
899 +        applications/staticProps/GofXyz.hpp,
900 +        applications/staticProps/StaticProps.cpp,
901 +        applications/staticProps/StaticProps.ggo,
902 +        applications/staticProps/StaticPropsCmd.c,
903 +        applications/staticProps/StaticPropsCmd.h,
904 +        brains/BlockSnapshotManager.cpp: change the default bin number
905 +
906 + 2005-02-16 14:36  tim
907 +
908 +        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
909 +        applications/dynamicProps/RCorrFunc.cpp,
910 +        applications/dynamicProps/TimeCorrFunc.cpp,
911 +        applications/dynamicProps/VCorrFunc.cpp,
912 +        applications/staticProps/GofAngle2.cpp,
913 +        applications/staticProps/GofR.cpp,
914 +        applications/staticProps/GofR.hpp,
915 +        applications/staticProps/GofRAngle.cpp,
916 +        applications/staticProps/GofRAngle.hpp,
917 +        applications/staticProps/RadialDistrFunc.cpp,
918 +        applications/staticProps/RadialDistrFunc.hpp,
919 +        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
920 +        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
921 +        files;fix the problem of counting in staticProps
922 +
923 + 2005-02-15 14:39  tim
924 +
925 +        * src/brains/BlockSnapshotManager.cpp: fix a bug in
926 +        BlockSnapshotManager
927 +
928 + 2005-02-15 14:36  tim
929 +
930 +        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
931 +        applications/staticProps/RadialDistrFunc.cpp,
932 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
933 +        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
934 +        reference counting now
935 +
936 + 2005-02-15 12:49  tim
937 +
938 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
939 +        replace std::make_pair by VariablesType::value_type to make Sun
940 +        Compiler happy
941 +
942 + 2005-02-15 12:35  tim
943 +
944 +        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
945 +        TokenMap, using TokenMapType::value_type instead of std::make_pair
946 +        to make Sun compiler happy
947 +
948 + 2005-02-15 12:24  tim
949 +
950 +        * src/applications/staticProps/: GofRAngle.cpp,
951 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
952 +
953 + 2005-02-15 12:11  tim
954 +
955 +        * src/: applications/staticProps/GofR.cpp,
956 +        applications/staticProps/RadialDistrFunc.cpp,
957 +        applications/staticProps/RadialDistrFunc.hpp,
958 +        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
959 +        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
960 +        calculation problem when two selections intersect with each other
961 +
962 + 2005-02-15 10:24  gezelter
963 +
964 +        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
965 +        xlc++
966 +
967 + 2005-02-15 10:17  gezelter
968 +
969 +        * configure, ac-tools/configure.in, src/config.h.in,
970 +        src/utils/residentMem.c: [no log message]
971 +
972 + 2005-02-15 01:17  gezelter
973 +
974 +        * src/utils/residentMem.c: bug fix for null termination
975 +
976 + 2005-02-15 01:11  gezelter
977 +
978 +        * configure, ac-tools/configure.in, src/utils/residentMem.c:
979 +        bugfixing residentMem
980 +
981 + 2005-02-15 00:59  gezelter
982 +
983 +        * configure, ac-tools/configure.in, src/config.h.in,
984 +        src/utils/residentMem.c: bugfixes for residentMem on LINUX
985 +
986 + 2005-02-15 00:08  gezelter
987 +
988 +        * src/utils/Makefile.in: added residentMem
989 +
990 + 2005-02-15 00:05  gezelter
991 +
992 +        * configure, ac-tools/configure.in, make/Makefile.in,
993 +        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
994 +        src/utils/residentMem.h: modifications to estimate memory in use by
995 +        other processes autoconf fixes ps syntax checking config.h file
996 +        cleaning
997 +
998 + 2005-02-14 18:26  gezelter
999 +
1000 +        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
1001 +
1002 + 2005-02-14 18:16  gezelter
1003 +
1004 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
1005 +        strangeness
1006 +
1007 + 2005-02-14 14:42  tim
1008 +
1009 +        * src/brains/BlockSnapshotManager.cpp: fix a bug in
1010 +        BlockSnapshotManager.hpp
1011 +
1012 + 2005-02-14 13:51  tim
1013 +
1014 +        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
1015 +        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
1016 +        length of first frame
1017 +
1018 + 2005-02-14 13:12  tim
1019 +
1020 +        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
1021 +        VelocityVerletIntegrator : last frame is written twice
1022 +
1023 + 2005-02-14 12:57  tim
1024 +
1025 +        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
1026 +        brains/SimInfo.cpp, primitives/RigidBody.cpp,
1027 +        primitives/StuntDouble.hpp: begin bug fix
1028 +
1029 + 2005-02-14 12:35  tim
1030 +
1031 +        * src/applications/dynamicProps/: CorrelationFunction.cpp,
1032 +        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
1033 +        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
1034 +        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
1035 +        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
1036 +        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
1037 +        VCorrFunc.hpp: refactory CorrelationFunction
1038 +
1039 + 2005-02-14 10:18  gezelter
1040 +
1041 +        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
1042 +        and start of switch for type of correlation function
1043 +
1044 + 2005-02-13 16:18  tim
1045 +
1046 +        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
1047 +        calculating  bytes per stuntdouble
1048 +
1049 + 2005-02-13 16:03  tim
1050 +
1051 +        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
1052 +
1053 + 2005-02-13 15:57  tim
1054 +
1055 +        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
1056 +        bug in CorrelationFunction
1057 +
1058 + 2005-02-13 15:36  tim
1059 +
1060 +        * src/: applications/staticProps/GofR.cpp,
1061 +        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
1062 +        bug in SimInfo::getCutoff()
1063 +
1064 + 2005-02-13 15:08  tim
1065 +
1066 +        * make/Makefile.in: adding staticProps and dynamicProps into
1067 +        Makefile.in
1068 +
1069 + 2005-02-13 15:05  tim
1070 +
1071 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
1072 +        applications/dynamicProps/CorrelationFunction.hpp,
1073 +        applications/staticProps/StaticProps.cpp,
1074 +        applications/staticProps/StaticProps.ggo,
1075 +        applications/staticProps/StaticPropsCmd.c,
1076 +        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
1077 +        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
1078 +        defaults to the cutoff radius
1079 +
1080 + 2005-02-13 14:14  tim
1081 +
1082 +        * src/utils/Algorithm.hpp: adding Algorithm.hpp
1083 +
1084 + 2005-02-13 14:10  tim
1085 +
1086 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1087 +        applications/dynamicProps/CorrelationFunction.cpp,
1088 +        applications/dynamicProps/CorrelationFunction.hpp,
1089 +        applications/dynamicProps/DynamicProps.cpp,
1090 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1091 +        integrators/Integrator.cpp, integrators/Integrator.hpp,
1092 +        integrators/VelocityVerletIntegrator.cpp,
1093 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
1094 +        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
1095 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
1096 +        visitors/OtherVisitor.cpp: dynamicProps get built
1097 +
1098 + 2005-02-13 10:56  tim
1099 +
1100 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
1101 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1102 +        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
1103 +        progress
1104 +
1105 + 2005-02-13 03:04  tim
1106 +
1107 +        * src/: applications/dynamicProps/CorrelationFunction.hpp,
1108 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1109 +        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
1110 +        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
1111 +        work in dynamicProps
1112 +
1113 + 2005-02-13 02:25  tim
1114 +
1115 +        * src/applications/dynamicProps/DynamicProps.cpp: adding
1116 +        dynamicProps
1117 +
1118 + 2005-02-13 02:14  tim
1119 +
1120 +        * src/applications/dynamicProps/: DynamicPropsCmd.c,
1121 +        DynamicPropsCmd.h: adding command line option to DynamicProps
1122 +
1123 + 2005-02-13 02:13  tim
1124 +
1125 +        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
1126 +        adding command line option for DynamicProps
1127 +
1128 + 2005-02-13 01:57  tim
1129 +
1130 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
1131 +        applications/dynamicProps/CorrelationFunction.hpp,
1132 +        applications/dynamicProps/DipoleCorrFunc.cpp,
1133 +        applications/dynamicProps/DipoleCorrFunc.hpp,
1134 +        applications/dynamicProps/RCorrFunc.cpp,
1135 +        applications/dynamicProps/RCorrFunc.hpp,
1136 +        applications/dynamicProps/VCorrFunc.cpp,
1137 +        applications/dynamicProps/VCorrFunc.hpp,
1138 +        applications/staticProps/RadialDistrFunc.cpp,
1139 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1140 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
1141 +        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
1142 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
1143 +        dynamicProps
1144 +
1145 + 2005-02-12 15:09  tim
1146 +
1147 +        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
1148 +
1149 + 2005-02-11 17:41  tim
1150 +
1151 +        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
1152 +        more constructor to Snapshot to create customized DataStorage
1153 +
1154 + 2005-02-11 17:39  tim
1155 +
1156 +        * src/selection/: DistanceFinder.hpp, Makefile,
1157 +        SelectionManager.hpp: adding beginSelected, nextSelected method to
1158 +        SelectionManager
1159 +
1160 + 2005-02-11 17:36  tim
1161 +
1162 +        * src/config.h.in, configure: adding support for physmem
1163 +
1164 + 2005-02-11 17:35  tim
1165 +
1166 +        * ac-tools/configure.in: adding supprot for physmem
1167 +
1168 + 2005-02-11 17:35  tim
1169 +
1170 +        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
1171 +        physmem
1172 +
1173 + 2005-02-10 17:37  tim
1174 +
1175 +        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
1176 +        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
1177 +        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
1178 +        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
1179 +        StaticPropsCmd.h: more work in StaticProps
1180 +
1181 + 2005-02-10 13:14  tim
1182 +
1183 +        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
1184 +        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
1185 +        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
1186 +        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
1187 +        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
1188 +        StaticPropsCmd.h: change the filenames
1189 +
1190 + 2005-02-10 09:15  tim
1191 +
1192 +        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
1193 +        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
1194 +        RadialDistrFunc.hpp: adding GofRAngle
1195 +
1196 + 2005-02-09 13:21  tim
1197 +
1198 +        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
1199 +        useless files
1200 +
1201 + 2005-02-09 13:12  tim
1202 +
1203 +        * src/applications/staticProps/: GofR.cpp, Makefile,
1204 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
1205 +
1206 + 2005-02-09 12:08  tim
1207 +
1208 +        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
1209 +        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
1210 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
1211 +
1212 + 2005-02-07 17:39  tim
1213 +
1214 +        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
1215 +        Molecule class
1216 +
1217 + 2005-02-07 17:38  tim
1218 +
1219 +        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
1220 +
1221 + 2005-02-07 17:36  tim
1222 +
1223 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
1224 +        SelectionCompiler.cpp: support select internal index selection, for
1225 +        example, select DMPC.3
1226 +
1227 + 2005-02-07 16:11  tim
1228 +
1229 +        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
1230 +        help info for Dump2XYZ
1231 +
1232 + 2005-02-07 15:39  chrisfen
1233 +
1234 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
1235 +        selection librarys added
1236 +
1237 + 2005-02-07 15:31  tim
1238 +
1239 +        * src/selection/Makefile, make/Makefile.in: adding Makefile
1240 +
1241 + 2005-02-07 15:20  chrisfen
1242 +
1243 +        * src/utils/wildcards.hpp: issue commented out in wildcards
1244 +
1245 + 2005-02-07 15:06  tim
1246 +
1247 +        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
1248 +        which cause reevaluate return NULL
1249 +
1250 + 2005-02-07 14:14  tim
1251 +
1252 +        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
1253 +        SimSnapshotManager.hpp: fix a bug in determing the global index for
1254 +        rigidbodies
1255 +
1256 + 2005-02-07 14:13  tim
1257 +
1258 +        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
1259 +        in Bitset
1260 +
1261 + 2005-02-07 14:13  tim
1262 +
1263 +        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
1264 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
1265 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
1266 +        TokenMap.cpp: selection library is working
1267 +
1268 + 2005-02-04 17:46  tim
1269 +
1270 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
1271 +
1272 + 2005-02-04 17:45  tim
1273 +
1274 +        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
1275 +        and XYZVisitor now use selection library
1276 +
1277 + 2005-02-04 17:44  tim
1278 +
1279 +        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
1280 +        adding SelectionManager into SimInfo
1281 +
1282 + 2005-02-04 17:43  tim
1283 +
1284 +        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
1285 +        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
1286 +        selection library
1287 +
1288 + 2005-02-04 17:42  tim
1289 +
1290 +        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
1291 +        in BitSet
1292 +
1293 + 2005-02-04 17:41  tim
1294 +
1295 +        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
1296 +        implementation
1297 +
1298 + 2005-02-04 17:39  tim
1299 +
1300 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
1301 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
1302 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
1303 +        SelectionManager.hpp, Token.hpp: half of the selection utility is
1304 +        working need to debug within keyword and atomproperty keyword
1305 +
1306 + 2005-02-04 00:42  tim
1307 +
1308 +        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
1309 +        get built
1310 +
1311 + 2005-02-04 00:42  tim
1312 +
1313 +        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
1314 +
1315 + 2005-02-04 00:26  tim
1316 +
1317 +        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
1318 +        remove some useless files
1319 +
1320 + 2005-02-03 23:57  tim
1321 +
1322 +        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
1323 +        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
1324 +        adding wildcard class; NameFinder is finished
1325 +
1326 + 2005-02-03 18:14  tim
1327 +
1328 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
1329 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
1330 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
1331 +        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
1332 +        selection library
1333 +
1334 + 2005-02-03 09:04  tim
1335 +
1336 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
1337 +        selection in progress
1338 +
1339 + 2005-02-02 18:13  tim
1340 +
1341 +        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
1342 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
1343 +        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
1344 +        progress, except SelectionEvaluator, other files are compiled
1345 +
1346 + 2005-02-02 18:12  tim
1347 +
1348 +        * src/utils/: Makefile.in, any.hpp: adding boost::any
1349 +
1350 + 2005-02-02 07:51  tim
1351 +
1352 +        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
1353 +
1354 + 2005-02-01 17:49  tim
1355 +
1356 +        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
1357 +        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
1358 +        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
1359 +        selection/Token.hpp: Selection in progress
1360 +
1361 + 2005-02-01 01:55  tim
1362 +
1363 +        * src/: selection/SelectionCompiler.hpp,
1364 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
1365 +        selection/SelectionManager.hpp, selection/Token.hpp,
1366 +        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
1367 +
1368 + 2005-01-26 10:26  tim
1369 +
1370 +        * src/integrators/: Integrator.cpp, Integrator.hpp,
1371 +        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
1372 +        to add eorWriter
1373 +
1374 + 2005-01-26 10:15  tim
1375 +
1376 +        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
1377 +        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
1378 +        wrong column of electroframe
1379 +
1380 + 2005-01-25 16:59  tim
1381 +
1382 +        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
1383 +        SimInfo, use number of cutoff stamp as counter to loop over
1384 +        rigidbody stamp
1385 +
1386 + 2005-01-25 12:45  tim
1387 +
1388 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1389 +        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
1390 +        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
1391 +        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
1392 +        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
1393 +        io/EAMAtomTypesSectionParser.cpp,
1394 +        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
1395 +        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
1396 +        io/StickyAtomTypesSectionParser.cpp,
1397 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
1398 +        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
1399 +        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
1400 +        primitives/GhostTorsion.hpp, primitives/Makefile,
1401 +        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
1402 +        section parser's error message (2) add GhostTorsion (3) accumulate
1403 +        inertial tensor from the directional atoms before calculate
1404 +        rigidbody's inertial tensor
1405 +
1406 + 2005-01-17 17:17  tim
1407 +
1408 +        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
1409 +
1410 + 2005-01-17 11:58  tim
1411 +
1412 +        * src/integrators/NVT.cpp: fix a bug in loading initial extended
1413 +        system parameters
1414 +
1415 + 2005-01-17 11:05  tim
1416 +
1417 +        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
1418 +
1419 + 2005-01-14 17:02  tim
1420 +
1421 +        * src/UseTheForce/WATER.cpp: remove WATER.cpp
1422 +
1423 + 2005-01-14 16:37  tim
1424 +
1425 +        * forceFields/Makefile: sync Makefile
1426 +
1427 + 2005-01-14 16:13  gezelter
1428 +
1429 +        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
1430 +        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
1431 +        src/applications/dump2Xyz/Makefile,
1432 +        src/applications/oopse/Makefile,
1433 +        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
1434 +        src/constraints/Makefile, src/integrators/Makefile,
1435 +        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
1436 +        src/primitives/Makefile, src/profiling/Makefile,
1437 +        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
1438 +        src/visitors/Makefile: moved Package variable into subdirectory
1439 +        makefiles to speed up the building process
1440 +
1441 + 2005-01-14 15:48  gezelter
1442 +
1443 +        * src/applications/oopse/oopse.cpp: Fixed publication details in
1444 +        banner
1445 +
1446 + 2005-01-14 15:48  gezelter
1447 +
1448 +        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
1449 +        simParallel_interface.h: added dummy subroutine to avoid empty
1450 +        unit, synchronized this dummy routine between C and fortran
1451 +
1452 + 2005-01-14 15:31  gezelter
1453 +
1454 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
1455 +        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
1456 +        DarkSide/Makefile, DarkSide/atype.F90,
1457 +        DarkSide/atype_interface.F90, DarkSide/charge.F90,
1458 +        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
1459 +        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
1460 +        DarkSide/eam_interface.F90, DarkSide/gb.F90,
1461 +        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
1462 +        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
1463 +        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
1464 +        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
1465 +        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
1466 +        modules and C/Fortran interface subroutines
1467 +
1468 + 2005-01-14 15:15  gezelter
1469 +
1470 +        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
1471 +
1472 + 2005-01-14 15:09  gezelter
1473 +
1474 +        * configure, ac-tools/configure.in, src/config.h.in,
1475 +        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
1476 +
1477 + 2005-01-14 11:49  tim
1478 +
1479 +        * src/: io/EAMAtomTypesSectionParser.cpp,
1480 +        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
1481 +        utils/StringUtils.hpp: using c library to do conversion instead of
1482 +        using iostream due to a bug in libstdc++(GCC 3.2)
1483 +
1484 + 2005-01-13 21:40  tim
1485 +
1486 +        * src/brains/SimSetup.cpp: no message
1487 +
1488 + 2005-01-13 20:56  tim
1489 +
1490 +        * src/primitives/Molecule.hpp: fix a bug in global index
1491 +
1492 + 2005-01-13 20:04  tim
1493 +
1494 +        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
1495 +        Integrator.hpp in Minimizer
1496 +
1497 + 2005-01-13 17:14  gezelter
1498 +
1499 +        * src/utils/Makefile: compile getopt and getopt1 if we need to
1500 +
1501 + 2005-01-13 16:56  gezelter
1502 +
1503 +        * make/Makefile.in: template flags
1504 +
1505 + 2005-01-13 16:48  gezelter
1506 +
1507 +        * src/applications/oopse/Makefile: formatting
1508 +
1509 + 2005-01-13 16:48  gezelter
1510 +
1511 +        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
1512 +        target
1513 +
1514 + 2005-01-13 14:40  tim
1515 +
1516 +        * src/: UseTheForce/fSwitchingFunction.h,
1517 +        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
1518 +        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
1519 +        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
1520 +        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
1521 +
1522 + 2005-01-13 13:26  tim
1523 +
1524 +        * make/Makefile.in: change the order of linking (object file comes
1525 +        first and then follow by user built library)
1526 +
1527 + 2005-01-12 18:24  tim
1528 +
1529 +        * src/io/DumpWriter.cpp: remove useless debug info
1530 +
1531 + 2005-01-12 18:21  tim
1532 +
1533 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
1534 +
1535 + 2005-01-12 18:17  tim
1536 +
1537 +        * make/: Makefile.in, Makefile.in: missing tab
1538 +
1539 + 2005-01-12 18:15  tim
1540 +
1541 +        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
1542 +        get fixed
1543 +
1544 + 2005-01-12 17:40  gezelter
1545 +
1546 +        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
1547 +        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
1548 +        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
1549 +        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
1550 +        src/UseTheForce/ForceFieldCreator.hpp,
1551 +        src/UseTheForce/ForceFieldFactory.cpp,
1552 +        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
1553 +        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
1554 +        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
1555 +        src/UseTheForce/fSwitchingFunction.h,
1556 +        src/UseTheForce/mpiComponentPlan.h,
1557 +        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
1558 +        src/UseTheForce/notifyCutoffs.F90,
1559 +        src/UseTheForce/notifyCutoffs_interface.h,
1560 +        src/UseTheForce/DarkSide/LJ.F90,
1561 +        src/UseTheForce/DarkSide/atype.F90,
1562 +        src/UseTheForce/DarkSide/atype_interface.h,
1563 +        src/UseTheForce/DarkSide/charge.F90,
1564 +        src/UseTheForce/DarkSide/charge_interface.h,
1565 +        src/UseTheForce/DarkSide/dipole.F90,
1566 +        src/UseTheForce/DarkSide/dipole_interface.h,
1567 +        src/UseTheForce/DarkSide/eam.F90,
1568 +        src/UseTheForce/DarkSide/eam_interface.h,
1569 +        src/UseTheForce/DarkSide/force_globals.F90,
1570 +        src/UseTheForce/DarkSide/gb.F90,
1571 +        src/UseTheForce/DarkSide/gb_interface.h,
1572 +        src/UseTheForce/DarkSide/lj_interface.h,
1573 +        src/UseTheForce/DarkSide/neighborLists.F90,
1574 +        src/UseTheForce/DarkSide/reactionField.F90,
1575 +        src/UseTheForce/DarkSide/shapes.F90,
1576 +        src/UseTheForce/DarkSide/shapes_interface.h,
1577 +        src/UseTheForce/DarkSide/simParallel.F90,
1578 +        src/UseTheForce/DarkSide/simParallel_interface.h,
1579 +        src/UseTheForce/DarkSide/simulation.F90,
1580 +        src/UseTheForce/DarkSide/simulation_interface.h,
1581 +        src/UseTheForce/DarkSide/sticky.F90,
1582 +        src/UseTheForce/DarkSide/sticky_interface.h,
1583 +        src/UseTheForce/DarkSide/switcheroo.F90,
1584 +        src/applications/Makedepend, src/applications/quickLate.c,
1585 +        src/applications/dump2Xyz/Dump2XYZ.cpp,
1586 +        src/applications/oopse/oopse.cpp,
1587 +        src/applications/simpleBuilder/BaseLattice.cpp,
1588 +        src/applications/simpleBuilder/BaseLattice.hpp,
1589 +        src/applications/simpleBuilder/Lattice.cpp,
1590 +        src/applications/simpleBuilder/Lattice.hpp,
1591 +        src/applications/simpleBuilder/LatticeCreator.cpp,
1592 +        src/applications/simpleBuilder/LatticeCreator.hpp,
1593 +        src/applications/simpleBuilder/LatticeFactory.cpp,
1594 +        src/applications/simpleBuilder/LatticeFactory.hpp,
1595 +        src/applications/simpleBuilder/MoLocator.cpp,
1596 +        src/applications/simpleBuilder/MoLocator.hpp,
1597 +        src/applications/simpleBuilder/simpleBuilder.cpp,
1598 +        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
1599 +        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
1600 +        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
1601 +        src/brains/Makefile, src/brains/Migrator.hpp,
1602 +        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
1603 +        src/brains/Register.cpp, src/brains/Register.hpp,
1604 +        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
1605 +        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
1606 +        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
1607 +        src/brains/SimSnapshotManager.cpp,
1608 +        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
1609 +        src/brains/SimState.hpp, src/brains/SkipList.cpp,
1610 +        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
1611 +        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
1612 +        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
1613 +        src/brains/Thermo.hpp, src/brains/fSimulation.h,
1614 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
1615 +        src/constraints/AbstractClasses.hpp,
1616 +        src/constraints/ConstraintElem.hpp,
1617 +        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
1618 +        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
1619 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
1620 +        src/constraints/ZconsStruct.hpp,
1621 +        src/constraints/ZconstraintForceManager.cpp,
1622 +        src/constraints/ZconstraintForceManager.hpp,
1623 +        src/integrators/AbstractClasses.hpp,
1624 +        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
1625 +        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
1626 +        src/integrators/Integrator.hpp,
1627 +        src/integrators/IntegratorCreator.hpp,
1628 +        src/integrators/IntegratorFactory.cpp,
1629 +        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
1630 +        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
1631 +        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
1632 +        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
1633 +        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
1634 +        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
1635 +        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
1636 +        src/integrators/RotationAlgorithm.hpp,
1637 +        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
1638 +        src/integrators/VelocityVerletIntegrator.cpp,
1639 +        src/integrators/VelocityVerletIntegrator.hpp,
1640 +        src/io/AtomTypesSectionParser.cpp,
1641 +        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
1642 +        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
1643 +        src/io/BendTypesSectionParser.cpp,
1644 +        src/io/BendTypesSectionParser.hpp,
1645 +        src/io/BondTypesSectionParser.cpp,
1646 +        src/io/BondTypesSectionParser.hpp,
1647 +        src/io/DirectionalAtomTypesSectionParser.cpp,
1648 +        src/io/DirectionalAtomTypesSectionParser.hpp,
1649 +        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
1650 +        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
1651 +        src/io/EAMAtomTypesSectionParser.cpp,
1652 +        src/io/EAMAtomTypesSectionParser.hpp,
1653 +        src/io/ElectrostaticAtomTypesSectionParser.cpp,
1654 +        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
1655 +        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
1656 +        src/io/LennardJonesAtomTypesSectionParser.cpp,
1657 +        src/io/LennardJonesAtomTypesSectionParser.hpp,
1658 +        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
1659 +        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
1660 +        src/io/Makefile, src/io/SectionParser.cpp,
1661 +        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
1662 +        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
1663 +        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
1664 +        src/io/StickyAtomTypesSectionParser.hpp,
1665 +        src/io/TorsionTypesSectionParser.cpp,
1666 +        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
1667 +        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1668 +        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
1669 +        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
1670 +        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
1671 +        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
1672 +        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
1673 +        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
1674 +        src/math/MatVec3.h, src/math/Polynomial.hpp,
1675 +        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
1676 +        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
1677 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
1678 +        src/math/Vector.hpp, src/math/Vector3.hpp,
1679 +        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
1680 +        src/minimizers/CGFamilyMinimizer.cpp,
1681 +        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
1682 +        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
1683 +        src/minimizers/MinimizerCreator.hpp,
1684 +        src/minimizers/MinimizerFactory.cpp,
1685 +        src/minimizers/MinimizerFactory.hpp,
1686 +        src/minimizers/MinimizerParameterSet.cpp,
1687 +        src/minimizers/MinimizerParameterSet.hpp,
1688 +        src/minimizers/OOPSEMinimizer.cpp,
1689 +        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
1690 +        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
1691 +        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
1692 +        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1693 +        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
1694 +        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
1695 +        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
1696 +        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
1697 +        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1698 +        src/primitives/GhostBend.hpp, src/primitives/Makefile,
1699 +        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
1700 +        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
1701 +        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
1702 +        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
1703 +        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
1704 +        src/primitives/UreyBradleyBend.cpp,
1705 +        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
1706 +        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
1707 +        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
1708 +        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
1709 +        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
1710 +        src/types/BendType.hpp, src/types/BondStamp.cpp,
1711 +        src/types/BondStamp.hpp, src/types/BondType.hpp,
1712 +        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
1713 +        src/types/Component.cpp, src/types/Component.hpp,
1714 +        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
1715 +        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
1716 +        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
1717 +        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
1718 +        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
1719 +        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
1720 +        src/types/Makefile, src/types/MoleculeStamp.cpp,
1721 +        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
1722 +        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
1723 +        src/types/PolynomialBondType.hpp,
1724 +        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
1725 +        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
1726 +        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
1727 +        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
1728 +        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
1729 +        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
1730 +        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
1731 +        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
1732 +        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
1733 +        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
1734 +        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
1735 +        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
1736 +        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
1737 +        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
1738 +        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
1739 +        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
1740 +        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
1741 +        src/utils/Utility.cpp, src/utils/Utility.hpp,
1742 +        src/utils/definitions.F90, src/utils/fError.c,
1743 +        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
1744 +        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
1745 +        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
1746 +        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
1747 +        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
1748 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
1749 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
1750 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1751 +        src/visitors/ZconsVisitor.hpp: merging new_design branch into
1752 +        OOPSE-2.0
1753 +
1754 + 2005-01-12 13:13  tim
1755 +
1756 +        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
1757 +        utils/TypeContainer.hpp: forget to include <algorithm>
1758 +
1759 + 2005-01-12 12:25  tim
1760 +
1761 +        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
1762 +        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
1763 +        fields
1764 +
1765 + 2005-01-12 12:14  tim
1766 +
1767 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
1768 +        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
1769 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
1770 +        UseTheForce/ForceFieldCreator.hpp,
1771 +        UseTheForce/ForceFieldFactory.cpp,
1772 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
1773 +        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
1774 +        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
1775 +        UseTheForce/notifyCutoffs.F90,
1776 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
1777 +        UseTheForce/DarkSide/atype.F90,
1778 +        UseTheForce/DarkSide/atype_interface.h,
1779 +        UseTheForce/DarkSide/charge.F90,
1780 +        UseTheForce/DarkSide/charge_interface.h,
1781 +        UseTheForce/DarkSide/dipole.F90,
1782 +        UseTheForce/DarkSide/dipole_interface.h,
1783 +        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
1784 +        UseTheForce/DarkSide/force_globals.F90,
1785 +        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
1786 +        UseTheForce/DarkSide/lj_interface.h,
1787 +        UseTheForce/DarkSide/neighborLists.F90,
1788 +        UseTheForce/DarkSide/reactionField.F90,
1789 +        UseTheForce/DarkSide/shapes.F90,
1790 +        UseTheForce/DarkSide/shapes_interface.h,
1791 +        UseTheForce/DarkSide/simParallel.F90,
1792 +        UseTheForce/DarkSide/simParallel_interface.h,
1793 +        UseTheForce/DarkSide/simulation.F90,
1794 +        UseTheForce/DarkSide/simulation_interface.h,
1795 +        UseTheForce/DarkSide/sticky.F90,
1796 +        UseTheForce/DarkSide/sticky_interface.h,
1797 +        UseTheForce/DarkSide/switcheroo.F90,
1798 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
1799 +        applications/simpleBuilder/BaseLattice.cpp,
1800 +        applications/simpleBuilder/BaseLattice.hpp,
1801 +        applications/simpleBuilder/Lattice.cpp,
1802 +        applications/simpleBuilder/Lattice.hpp,
1803 +        applications/simpleBuilder/LatticeCreator.cpp,
1804 +        applications/simpleBuilder/LatticeCreator.hpp,
1805 +        applications/simpleBuilder/LatticeFactory.cpp,
1806 +        applications/simpleBuilder/LatticeFactory.hpp,
1807 +        applications/simpleBuilder/MoLocator.cpp,
1808 +        applications/simpleBuilder/MoLocator.hpp,
1809 +        applications/simpleBuilder/simpleBuilder.cpp,
1810 +        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
1811 +        brains/Exclude.hpp, brains/ForceManager.cpp,
1812 +        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
1813 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
1814 +        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
1815 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1816 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
1817 +        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
1818 +        brains/Snapshot.cpp, brains/Snapshot.hpp,
1819 +        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
1820 +        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
1821 +        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
1822 +        constraints/Rattle.cpp, constraints/Rattle.hpp,
1823 +        constraints/ZconsStruct.hpp,
1824 +        constraints/ZconstraintForceManager.cpp,
1825 +        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
1826 +        integrators/DLM.hpp, integrators/Integrator.cpp,
1827 +        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
1828 +        integrators/IntegratorFactory.cpp,
1829 +        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
1830 +        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
1831 +        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
1832 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
1833 +        integrators/NVT.cpp, integrators/NVT.hpp,
1834 +        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
1835 +        integrators/Velocitizer.hpp,
1836 +        integrators/VelocityVerletIntegrator.cpp,
1837 +        integrators/VelocityVerletIntegrator.hpp,
1838 +        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
1839 +        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
1840 +        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
1841 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
1842 +        io/BondTypesSectionParser.hpp,
1843 +        io/DirectionalAtomTypesSectionParser.cpp,
1844 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
1845 +        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
1846 +        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
1847 +        io/ElectrostaticAtomTypesSectionParser.cpp,
1848 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
1849 +        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
1850 +        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
1851 +        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
1852 +        io/SectionParser.cpp, io/SectionParser.hpp,
1853 +        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
1854 +        io/StatWriter.cpp, io/StatWriter.hpp,
1855 +        io/StickyAtomTypesSectionParser.cpp,
1856 +        io/StickyAtomTypesSectionParser.hpp,
1857 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
1858 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
1859 +        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
1860 +        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
1861 +        io/node_list.h, io/parse_interface.h, io/parse_me.h,
1862 +        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
1863 +        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
1864 +        math/Polynomial.hpp, math/Quaternion.hpp,
1865 +        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
1866 +        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
1867 +        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
1868 +        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
1869 +        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
1870 +        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
1871 +        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
1872 +        minimizers/MinimizerParameterSet.cpp,
1873 +        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
1874 +        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
1875 +        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
1876 +        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
1877 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
1878 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
1879 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
1880 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
1881 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
1882 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
1883 +        primitives/Torsion.cpp, primitives/Torsion.hpp,
1884 +        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
1885 +        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
1886 +        restraints/Restraints.cpp, restraints/Restraints.hpp,
1887 +        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
1888 +        types/AtomType.hpp, types/AtomTypeProperties.h,
1889 +        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
1890 +        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
1891 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
1892 +        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
1893 +        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
1894 +        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1895 +        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
1896 +        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
1897 +        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
1898 +        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
1899 +        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
1900 +        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
1901 +        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
1902 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
1903 +        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
1904 +        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
1905 +        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
1906 +        types/TorsionStamp.hpp, types/TorsionType.hpp,
1907 +        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
1908 +        types/ZconStamp.hpp, utils/GenericData.hpp,
1909 +        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
1910 +        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
1911 +        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
1912 +        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
1913 +        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
1914 +        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
1915 +        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
1916 +        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
1917 +        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
1918 +        utils/simError.c, utils/simError.h, utils/status.F90,
1919 +        utils/vector_class.F90, visitors/AtomData.hpp,
1920 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
1921 +        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
1922 +        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
1923 +        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
1924 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
1925 +        visitors/ZconsVisitor.hpp: change license
1926 +
1927 + 2005-01-12 12:14  tim
1928 +
1929 +        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
1930 +        branch new_design.
1931 +
1932 + 2005-01-11 16:03  tim
1933 +
1934 +        * src/: constraints/ZconstraintForceManager.cpp,
1935 +        constraints/ZconstraintForceManager.hpp,
1936 +        minimizers/MinimizerParameterSet.cpp,
1937 +        minimizers/MinimizerParameterSet.hpp: change const static double
1938 +        data member to const double
1939 +
1940 + 2005-01-11 15:50  tim
1941 +
1942 +        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
1943 +
1944 + 2005-01-11 15:39  tim
1945 +
1946 +        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
1947 +        change data type from logical to integer in AtomTypeProperties.h
1948 +
1949 + 2005-01-11 11:36  tim
1950 +
1951 +        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
1952 +        new format of EAM force field
1953 +
1954 + 2005-01-11 11:24  tim
1955 +
1956 +        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
1957 +        to DUFF2.frc
1958 +
1959 + 2005-01-11 11:23  tim
1960 +
1961 +        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
1962 +        DUFF2.frc
1963 +
1964 + 2005-01-11 11:09  tim
1965 +
1966 +        * make/Makefile.in: adding constraints and minimizers into
1967 +        Makefile.in
1968 +
1969 + 2005-01-11 11:03  tim
1970 +
1971 +        * src/io/: ChargeAtomTypesSectionParser.cpp,
1972 +        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
1973 +        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
1974 +        files
1975 +
1976 + 2005-01-11 10:59  tim
1977 +
1978 +        * src/io/ZConsWriter.cpp: [no log message]
1979 +
1980 + 2005-01-11 10:53  tim
1981 +
1982 +        * src/UseTheForce/EAM.cpp: minor fix
1983 +
1984 + 2005-01-11 10:52  tim
1985 +
1986 +        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
1987 +        on branch new_design.
1988 +
1989 + 2005-01-11 10:52  tim
1990 +
1991 +        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
1992 +        on branch new_design.
1993 +
1994 + 2005-01-11 10:52  tim
1995 +
1996 +        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
1997 +
1998 + 2005-01-11 10:47  tim
1999 +
2000 +        * make/Makefile.in: forget a '$' sign
2001 +
2002 + 2005-01-11 10:46  tim
2003 +
2004 +        * make/Makefile.in: missing tab in rules
2005 +
2006 + 2005-01-10 17:04  tim
2007 +
2008 +        * src/: UseTheForce/ForceFieldCreator.cpp,
2009 +        UseTheForce/ForceFieldCreator.hpp,
2010 +        UseTheForce/ForceFieldFactory.cpp,
2011 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
2012 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
2013 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
2014 +        brains/Register.cpp, brains/Register.hpp,
2015 +        integrators/IntegratorCreator.cpp,
2016 +        integrators/IntegratorCreator.hpp,
2017 +        integrators/IntegratorFactory.cpp,
2018 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
2019 +        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
2020 +        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
2021 +        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
2022 +        minimizers/MinimizerFactory.hpp: create a register module to
2023 +        register force fields, integrators and minimizers
2024 +
2025 + 2005-01-10 17:04  tim
2026 +
2027 +        * src/brains/Register.cpp: file Register.cpp was initially added on
2028 +        branch new_design.
2029 +
2030 + 2005-01-10 17:04  tim
2031 +
2032 +        * src/brains/Register.hpp: file Register.hpp was initially added on
2033 +        branch new_design.
2034 +
2035 + 2005-01-10 15:52  tim
2036 +
2037 +        * src/: UseTheForce/ForceFieldFactory.cpp,
2038 +        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
2039 +        constraints/ZconstraintForceManager.cpp,
2040 +        constraints/ZconstraintForceManager.hpp,
2041 +        integrators/IntegratorFactory.cpp,
2042 +        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
2043 +        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
2044 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
2045 +        method is working now
2046 +
2047 + 2005-01-10 13:05  tim
2048 +
2049 +        * src/: constraints/ConstraintElem.hpp,
2050 +        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
2051 +        constraints/ZconstraintForceManager.cpp,
2052 +        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
2053 +        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
2054 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
2055 +        zconstraint
2056 +
2057 + 2005-01-10 13:05  tim
2058 +
2059 +        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
2060 +        initially added on branch new_design.
2061 +
2062 + 2005-01-07 16:50  tim
2063 +
2064 +        * src/constraints/ZconstraintForceManager.cpp: file
2065 +        ZconstraintForceManager.cpp was initially added on branch
2066 +        new_design.
2067 +
2068 + 2005-01-07 16:50  tim
2069 +
2070 +        * src/constraints/ZconstraintForceManager.hpp: file
2071 +        ZconstraintForceManager.hpp was initially added on branch
2072 +        new_design.
2073 +
2074 + 2005-01-07 16:50  tim
2075 +
2076 +        * src/: applications/simpleBuilder/BaseLattice.hpp,
2077 +        applications/simpleBuilder/Lattice.hpp,
2078 +        applications/simpleBuilder/LatticeCreator.hpp,
2079 +        applications/simpleBuilder/LatticeFactory.hpp,
2080 +        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
2081 +        constraints/ConstraintElem.hpp, constraints/Makefile,
2082 +        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
2083 +        constraints/ZconstraintForceManager.cpp,
2084 +        constraints/ZconstraintForceManager.hpp,
2085 +        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
2086 +        utils/NumericConstant.hpp: ZConstraintForceManager in progress
2087 +
2088 + 2005-01-07 16:50  tim
2089 +
2090 +        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
2091 +        initially added on branch new_design.
2092 +
2093 + 2005-01-06 17:31  tim
2094 +
2095 +        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
2096 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2097 +        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
2098 +        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
2099 +        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
2100 +        constraint is almost working
2101 +
2102 + 2005-01-05 19:36  tim
2103 +
2104 +        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
2105 +        working
2106 +
2107 + 2005-01-05 19:16  tim
2108 +
2109 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2110 +        applications/oopse/oopse.cpp,
2111 +        applications/simpleBuilder/BaseLattice.cpp,
2112 +        applications/simpleBuilder/Lattice.cpp,
2113 +        applications/simpleBuilder/LatticeFactory.cpp,
2114 +        applications/simpleBuilder/LatticeFactory.hpp,
2115 +        applications/simpleBuilder/MoLocator.cpp,
2116 +        applications/simpleBuilder/MoLocator.hpp,
2117 +        applications/simpleBuilder/simpleBuilder.cpp,
2118 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
2119 +        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
2120 +        in progress
2121 +
2122 + 2005-01-05 12:35  tim
2123 +
2124 +        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
2125 +        was initially added on branch new_design.
2126 +
2127 + 2005-01-05 12:35  tim
2128 +
2129 +        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
2130 +        added on branch new_design.
2131 +
2132 + 2005-01-05 12:35  tim
2133 +
2134 +        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
2135 +        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
2136 +        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
2137 +        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
2138 +        SDMinimizer.hpp: minimizer in progress
2139 +
2140 + 2005-01-05 12:35  tim
2141 +
2142 +        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
2143 +        was initially added on branch new_design.
2144 +
2145 + 2005-01-05 12:35  tim
2146 +
2147 +        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
2148 +        was initially added on branch new_design.
2149 +
2150 + 2005-01-05 12:35  tim
2151 +
2152 +        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
2153 +        was initially added on branch new_design.
2154 +
2155 + 2005-01-05 12:35  tim
2156 +
2157 +        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
2158 +        added on branch new_design.
2159 +
2160 + 2005-01-04 17:18  tim
2161 +
2162 +        * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
2163 +        brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
2164 +        brains/Thermo.cpp, constraints/ConstraintPair.hpp,
2165 +        constraints/Makefile, integrators/NPT.cpp, integrators/NVE.cpp,
2166 +        integrators/NVT.cpp, integrators/VelocityVerletIntegrator.cpp,
2167 +        integrators/VelocityVerletIntegrator.hpp, io/DumpReader.cpp,
2168 +        primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
2169 +        progress
2170 +
2171 + 2005-01-04 17:18  tim
2172 +
2173 +        * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
2174 +        initially added on branch new_design.
2175 +
2176 + 2005-01-04 17:18  tim
2177 +
2178 +        * src/minimizers/MinimizerParameterSet.cpp: file
2179 +        MinimizerParameterSet.cpp was initially added on branch new_design.
2180 +
2181 + 2005-01-04 17:18  tim
2182 +
2183 +        * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
2184 +        initially added on branch new_design.
2185 +
2186 + 2005-01-04 17:18  tim
2187 +
2188 +        * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
2189 +        was initially added on branch new_design.
2190 +
2191 + 2005-01-04 17:18  tim
2192 +
2193 +        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
2194 +        Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
2195 +        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
2196 +        SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
2197 +
2198 + 2005-01-04 17:18  tim
2199 +
2200 +        * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
2201 +        branch new_design.
2202 +
2203 + 2004-12-20 15:50  chuckv
2204 +
2205 +        * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
2206 +        other BSD's, replaced test -f *.mod with ls function since BSD test
2207 +        apparently doesn't support wildcards.
2208 +
2209 + 2004-12-20 15:36  tim
2210 +
2211 +        * make/Makefile.in: fix a test command incompatiable problem
2212 +
2213 + 2004-12-20 14:49  tim
2214 +
2215 +        * src/integrators/NPTi.cpp: NPT is working now
2216 +
2217 + 2004-12-16 14:20  tim
2218 +
2219 +        * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
2220 +        invalid stamp id
2221 +
2222 + 2004-12-16 14:00  tim
2223 +
2224 +        * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
2225 +        newEAM.u6.frc: adding new EAM force field files
2226 +
2227 + 2004-12-16 13:55  tim
2228 +
2229 +        * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
2230 +        in  EAM parameter file is incorrect
2231 +
2232 + 2004-12-16 12:27  tim
2233 +
2234 +        * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
2235 +        brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
2236 +        utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
2237 +
2238 + 2004-12-15 17:34  tim
2239 +
2240 +        * src/: applications/simpleBuilder/BaseLattice.cpp,
2241 +        applications/simpleBuilder/BaseLattice.hpp,
2242 +        applications/simpleBuilder/Lattice.cpp,
2243 +        applications/simpleBuilder/Lattice.hpp,
2244 +        applications/simpleBuilder/LatticeCreator.cpp,
2245 +        applications/simpleBuilder/LatticeCreator.hpp,
2246 +        applications/simpleBuilder/LatticeFactory.cpp,
2247 +        applications/simpleBuilder/LatticeFactory.hpp,
2248 +        applications/simpleBuilder/simpleBuilder.cpp,
2249 +        io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
2250 +
2251 + 2004-12-15 16:07  tim
2252 +
2253 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2254 +        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
2255 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
2256 +        add EAM Force Field
2257 +
2258 + 2004-12-15 14:40  tim
2259 +
2260 +        * src/applications/oopse/oopse.cpp: add more force fields
2261 +
2262 + 2004-12-15 11:44  tim
2263 +
2264 +        * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
2265 +        to call All_reduce in MPI version)
2266 +
2267 + 2004-12-15 11:13  tim
2268 +
2269 +        * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
2270 +        io/DumpReader.cpp: MPI in NVE is working
2271 +
2272 + 2004-12-14 16:57  tim
2273 +
2274 +        * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
2275 +        Master nodes does not brocast the total number of frames
2276 +
2277 + 2004-12-14 14:08  tim
2278 +
2279 +        * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
2280 +        integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
2281 +        minimizers/CGFamilyMinimizer.cpp,
2282 +        minimizers/MinimizerParameterSet.hpp,
2283 +        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
2284 +        minimizers/SDMinimizer.cpp: more fix in MPI version
2285 +
2286 + 2004-12-13 17:30  tim
2287 +
2288 +        * src/: UseTheForce/DarkSide/simParallel.F90,
2289 +        applications/oopse/oopse.cpp, brains/SimCreator.cpp,
2290 +        brains/SimInfo.cpp, brains/Snapshot.hpp, brains/Thermo.cpp,
2291 +        integrators/DLM.cpp, integrators/Integrator.cpp,
2292 +        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
2293 +        integrators/NPTxyz.cpp, integrators/NVT.cpp, io/DumpReader.cpp,
2294 +        io/DumpWriter.cpp, io/EAMAtomTypesSectionParser.cpp,
2295 +        io/ElectrostaticAtomTypesSectionParser.cpp, io/SectionParser.hpp,
2296 +        io/ZConsWriter.cpp, io/ZConsWriter.hpp, io/basic_ifstrstream.hpp,
2297 +        math/SquareMatrix3.hpp, primitives/Bend.hpp, primitives/Bond.hpp,
2298 +        primitives/RigidBody.cpp, primitives/StuntDouble.cpp,
2299 +        primitives/StuntDouble.hpp, types/CutoffGroupStamp.cpp,
2300 +        utils/LocalIndexManager.hpp, utils/PropertyMap.cpp,
2301 +        utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
2302 +        is built
2303 +
2304 + 2004-12-10 13:41  tim
2305 +
2306 +        * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
2307 +
2308 + 2004-12-10 11:14  tim
2309 +
2310 +        * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
2311 +        primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
2312 +        and Dipole is working now
2313 +
2314 + 2004-12-09 18:15  tim
2315 +
2316 +        * src/: UseTheForce/DarkSide/dipole.F90,
2317 +        UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
2318 +        fix an index problem in eFrame matrix
2319 +
2320 + 2004-12-09 18:09  tim
2321 +
2322 +        * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
2323 +        initializing the new Charge AtomType
2324 +
2325 + 2004-12-09 16:15  tim
2326 +
2327 +        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
2328 +        types/DirectionalAtomType.cpp: sticky module get compiled
2329 +
2330 + 2004-12-09 15:43  gezelter
2331 +
2332 +        * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
2333 +        reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
2334 +        GB
2335 +
2336 + 2004-12-09 15:42  gezelter
2337 +
2338 +        * src/UseTheForce/doForces.F90: u_l -> eFrame
2339 +
2340 + 2004-12-09 15:27  gezelter
2341 +
2342 +        * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
2343 +        module now has the option for multiple sticky types
2344 +
2345 + 2004-12-09 15:27  gezelter
2346 +
2347 +        * src/UseTheForce/doForces.F90: sticky
2348 +
2349 + 2004-12-09 11:22  tim
2350 +
2351 +        * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
2352 +        inconsistency in lab2Bidy
2353 +
2354 + 2004-12-09 10:45  tim
2355 +
2356 +        * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
2357 +        in calculating torque in rigid body
2358 +
2359 + 2004-12-08 15:37  tim
2360 +
2361 +        * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
2362 +        brains/SnapShot.cpp, brains/Snapshot.hpp,
2363 +        integrators/Integrator.cpp,
2364 +        io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
2365 +        fix a parsing bug in ElectroStaticAtomTypesSectionParser
2366 +
2367 + 2004-12-08 12:03  tim
2368 +
2369 +        * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
2370 +        in  NVT is working
2371 +
2372 + 2004-12-07 18:08  tim
2373 +
2374 +        * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
2375 +        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
2376 +        integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
2377 +        io/DumpWriter.cpp: NPT in progress
2378 +
2379 + 2004-12-07 09:43  tim
2380 +
2381 +        * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
2382 +        message]
2383 +
2384 + 2004-12-07 00:12  tim
2385 +
2386 +        * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
2387 +        UseInitXSstate
2388 +
2389 + 2004-12-07 00:00  tim
2390 +
2391 +        * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
2392 +
2393 + 2004-12-06 23:47  tim
2394 +
2395 +        * src/types/DirectionalAtomType.cpp: [no log message]
2396 +
2397 + 2004-12-06 21:18  tim
2398 +
2399 +        * forceFields/newDUFF.frc: merge WATER force field into DUFF
2400 +
2401 + 2004-12-06 20:33  tim
2402 +
2403 +        * forceFields/newDUFF.frc: change the force constant of bonds
2404 +
2405 + 2004-12-06 18:29  tim
2406 +
2407 +        * src/: UseTheForce/DarkSide/charge.F90,
2408 +        UseTheForce/DarkSide/charge_interface.h,
2409 +        UseTheForce/DarkSide/dipole.F90,
2410 +        UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
2411 +        fix atom type ident in Charge and Dipole Module
2412 +
2413 + 2004-12-06 17:56  tim
2414 +
2415 +        * src/primitives/Torsion.cpp: butane is working now
2416 +
2417 + 2004-12-06 15:15  tim
2418 +
2419 +        * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
2420 +        primitives/Bond.hpp, primitives/Torsion.cpp: short range
2421 +        interaction for butane is correct.Still something wrong with long
2422 +        range one
2423 +
2424 + 2004-12-05 23:49  tim
2425 +
2426 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
2427 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2428 +        io/BendTypesSectionParser.cpp, math/Polynomial.hpp,
2429 +        primitives/Atom.hpp, utils/NumericConstant.hpp,
2430 +        utils/TypeContainer.hpp: fix a bug in Exclude List
2431 +
2432 + 2004-12-05 17:21  tim
2433 +
2434 +        * forceFields/newDUFF.frc: minor fix in DUFF
2435 +
2436 + 2004-12-05 17:02  tim
2437 +
2438 +        * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
2439 +        utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
2440 +        fix a bug in filling MolMembership
2441 +
2442 + 2004-12-05 12:12  tim
2443 +
2444 +        * forceFields/newDUFF.frc: minor fix in force field file
2445 +
2446 + 2004-12-05 12:09  tim
2447 +
2448 +        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
2449 +        integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
2450 +
2451 + 2004-12-04 15:09  tim
2452 +
2453 +        * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
2454 +        math/Vector3.hpp: NVE is working now, get the same result as
2455 +        OOPSE-1.0
2456 +
2457 + 2004-12-04 14:29  tim
2458 +
2459 +        * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
2460 +
2461 + 2004-12-04 14:24  gezelter
2462 +
2463 +        * src/primitives/: Bend.cpp, Torsion.cpp: What?
2464 +
2465 + 2004-12-04 14:24  gezelter
2466 +
2467 +        * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
2468 +
2469 + 2004-12-04 00:24  tim
2470 +
2471 +        * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
2472 +        integrators/Integrator.hpp,
2473 +        integrators/VelocityVerletIntegrator.cpp, primitives/Torsion.cpp,
2474 +        utils/TypeContainer.hpp: NVE conserved energy, however, potential
2475 +        is not the same as OOPSE-1.0 Step 1 argon in NVE, NVT, NPTi, NPTf
2476 +        and NPTxyz to test integrator Step 2 SSD in NVE to test DLM,
2477 +        dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
2478 +        4 EAM Step 5 Shape Step 6 Constraint & Restraint
2479 +
2480 + 2004-12-03 19:01  tim
2481 +
2482 +        * src/: UseTheForce/DarkSide/LJ.F90,
2483 +        applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
2484 +        integrators/VelocityVerletIntegrator.cpp,
2485 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
2486 +        io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
2487 +        energy of NVE is not conserved
2488 +
2489 + 2004-12-03 17:36  tim
2490 +
2491 +        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
2492 +        primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
2493 +
2494 + 2004-12-03 16:30  tim
2495 +
2496 +        * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
2497 +        brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
2498 +        integrators/NVE.cpp, primitives/Molecule.cpp,
2499 +        primitives/Molecule.hpp, primitives/StuntDouble.hpp,
2500 +        primitives/Torsion.hpp: more missing function get implemented
2501 +
2502 + 2004-12-03 15:30  tim
2503 +
2504 +        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
2505 +        SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
2506 +
2507 + 2004-12-03 12:59  tim
2508 +
2509 +        * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
2510 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2511 +        integrators/NPT.cpp, integrators/NPTi.cpp, integrators/NVT.cpp,
2512 +        io/BASS_interface.cpp, io/DirectionalAtomTypesSectionParser.cpp,
2513 +        io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
2514 +        utils/TypeContainer.hpp: begin to fix bugs
2515 +
2516 + 2004-12-02 19:26  tim
2517 +
2518 +        * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
2519 +        new_design.
2520 +
2521 + 2004-12-02 19:26  tim
2522 +
2523 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2524 +        UseTheForce/ForceFieldCreator.cpp,
2525 +        UseTheForce/ForceFieldFactory.cpp, applications/oopse/oopse.cpp,
2526 +        integrators/IntegratorCreator.cpp,
2527 +        integrators/IntegratorFactory.cpp, io/SectionParserManager.cpp,
2528 +        io/SectionParserManager.hpp, utils/Makefile,
2529 +        utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
2530 +        bug in countTokens in StringTokenizer
2531 +
2532 + 2004-12-02 19:06  tim
2533 +
2534 +        * forceFields/newDUFF.frc: minor fix
2535 +
2536 + 2004-12-02 18:15  tim
2537 +
2538 +        * forceFields/newDUFF.frc: new ForceField format
2539 +
2540 + 2004-12-02 17:15  tim
2541 +
2542 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2543 +        UseTheForce/ForceFieldCreator.cpp,
2544 +        UseTheForce/ForceFieldCreator.hpp,
2545 +        UseTheForce/ForceFieldFactory.cpp,
2546 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
2547 +        applications/oopse/oopse.cpp, integrators/IntegratorCreator.cpp,
2548 +        integrators/IntegratorCreator.hpp,
2549 +        integrators/IntegratorFactory.cpp,
2550 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
2551 +        integrators/NPTf.cpp, integrators/NPTf.hpp, integrators/NPTi.cpp,
2552 +        integrators/NPTi.hpp, integrators/NPTxyz.cpp,
2553 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
2554 +        integrators/NVT.cpp, integrators/NVT.hpp,
2555 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
2556 +        types/Makefile: refine factory pattern to make it initialized
2557 +        correctly
2558 +
2559 + 2004-12-02 17:15  tim
2560 +
2561 +        * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
2562 +        was initially added on branch new_design.
2563 +
2564 + 2004-12-02 17:15  tim
2565 +
2566 +        * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
2567 +        was initially added on branch new_design.
2568 +
2569 + 2004-12-02 17:15  tim
2570 +
2571 +        * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
2572 +        was initially added on branch new_design.
2573 +
2574 + 2004-12-02 17:15  tim
2575 +
2576 +        * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
2577 +        was initially added on branch new_design.
2578 +
2579 + 2004-12-02 11:53  tim
2580 +
2581 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
2582 +        types/DirectionalAtomType.cpp, types/Makefile: oopse get built
2583 +
2584 + 2004-12-02 11:04  tim
2585 +
2586 +        * src/: applications/simpleBuilder/LatticeCreator.cpp,
2587 +        applications/simpleBuilder/LatticeCreator.hpp,
2588 +        applications/simpleBuilder/LatticeFactory.cpp,
2589 +        applications/simpleBuilder/LatticeFactory.hpp,
2590 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Exclude.cpp,
2591 +        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
2592 +        brains/SimInfo.cpp, brains/SimInfo.hpp,
2593 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
2594 +        brains/SnapshotManager.hpp, brains/Stats.cpp,
2595 +        constraints/ZconsData.hpp, io/DumpWriter.cpp, io/LinkedAssign.hpp,
2596 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.hpp,
2597 +        io/basic_ifstrstream.hpp, primitives/Bend.hpp,
2598 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
2599 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
2600 +        types/OplsTorsionType.hpp, types/ShapeAtomType.hpp,
2601 +        utils/PropertyMap.hpp, utils/TypeContainer.hpp,
2602 +        visitors/AtomVisitor.cpp, visitors/CompositeVisitor.cpp,
2603 +        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
2604 +        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
2605 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
2606 +        have two linking problem
2607 +
2608 + 2004-12-02 00:17  tim
2609 +
2610 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2611 +        applications/simpleBuilder/Lattice.cpp,
2612 +        applications/simpleBuilder/simpleBuilder.cpp,
2613 +        constraints/ZConstraint.cpp, io/DumpWriter.cpp, io/ZConsReader.cpp,
2614 +        io/ZConsWriter.cpp, minimizers/CGFamilyMinimizer.cpp,
2615 +        minimizers/OOPSEMinimizer.cpp, minimizers/SDMinimizer.cpp,
2616 +        restraints/Restraints.cpp, visitors/AtomVisitor.cpp,
2617 +        visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
2618 +        visitors/ZconsVisitor.cpp: change endl to std::endl
2619 +
2620 + 2004-12-02 00:14  tim
2621 +
2622 +        * src/: UseTheForce/Shapes_FF.cpp,
2623 +        applications/dump2Xyz/Dump2XYZ.cpp,
2624 +        applications/simpleBuilder/BaseLattice.hpp,
2625 +        applications/simpleBuilder/Lattice.hpp,
2626 +        applications/simpleBuilder/LatticeCreator.hpp,
2627 +        applications/simpleBuilder/LatticeFactory.cpp,
2628 +        applications/simpleBuilder/LatticeFactory.hpp,
2629 +        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
2630 +        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
2631 +        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
2632 +        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
2633 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
2634 +        visitors/RigidBodyVisitor.hpp: minor fix
2635 +
2636 + 2004-12-02 00:09  tim
2637 +
2638 +        * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
2639 +        remove StreamTokenizer
2640 +
2641 + 2004-12-02 00:06  tim
2642 +
2643 +        * src/: UseTheForce/Shapes_FF.cpp,
2644 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
2645 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Thermo.cpp,
2646 +        io/ZConsWriter.cpp, math/randomSPRNG.cpp,
2647 +        restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
2648 +        namespace std in .cpp file
2649 +
2650 + 2004-12-02 00:04  tim
2651 +
2652 +        * src/: UseTheForce/Shapes_FF.cpp,
2653 +        applications/dump2Xyz/Dump2XYZ.cpp,
2654 +        applications/simpleBuilder/BaseLattice.hpp,
2655 +        applications/simpleBuilder/Lattice.cpp,
2656 +        applications/simpleBuilder/Lattice.hpp,
2657 +        applications/simpleBuilder/LatticeFactory.cpp,
2658 +        applications/simpleBuilder/LatticeFactory.hpp,
2659 +        applications/simpleBuilder/MoLocator.cpp,
2660 +        applications/simpleBuilder/MoLocator.hpp, brains/SkipList.cpp,
2661 +        brains/SkipList.hpp, constraints/ZconsData.hpp, io/ZConsReader.cpp,
2662 +        io/ZConsWriter.cpp, io/ZConsWriter.hpp,
2663 +        minimizers/MinimizerParameterSet.hpp,
2664 +        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
2665 +        minimizers/PRCG.cpp, primitives/Atom.cpp, primitives/RigidBody.cpp,
2666 +        restraints/Restraints.cpp, restraints/Restraints.hpp,
2667 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
2668 +        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
2669 +        utils/GenericData.hpp, visitors/CompositeVisitor.cpp,
2670 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
2671 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
2672 +        qulified name prefix std
2673 +
2674 + 2004-12-01 23:55  tim
2675 +
2676 +        * src/: UseTheForce/Shapes_FF.cpp,
2677 +        applications/dump2Xyz/Dump2XYZ.cpp,
2678 +        applications/simpleBuilder/BaseLattice.hpp,
2679 +        applications/simpleBuilder/Lattice.hpp,
2680 +        applications/simpleBuilder/LatticeCreator.hpp,
2681 +        applications/simpleBuilder/LatticeFactory.cpp,
2682 +        applications/simpleBuilder/LatticeFactory.hpp,
2683 +        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
2684 +        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
2685 +        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
2686 +        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
2687 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
2688 +        visitors/RigidBodyVisitor.hpp: replace string by std::string
2689 +
2690 + 2004-12-01 22:12  tim
2691 +
2692 +        * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
2693 +        src/applications/simpleBuilder/BaseLattice.hpp,
2694 +        src/applications/simpleBuilder/Lattice.hpp,
2695 +        src/applications/simpleBuilder/LatticeCreator.hpp,
2696 +        src/applications/simpleBuilder/LatticeFactory.hpp,
2697 +        src/applications/simpleBuilder/MoLocator.hpp,
2698 +        src/brains/SimInfo.cpp, src/brains/SkipList.hpp,
2699 +        src/brains/Snapshot.hpp, src/constraints/ZconsData.hpp,
2700 +        src/integrators/IntegratorFactory.hpp, src/io/Globals.hpp,
2701 +        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
2702 +        src/minimizers/OOPSEMinimizer.hpp, src/primitives/StuntDouble.hpp,
2703 +        src/types/MoleculeStamp.hpp, src/types/ShapeAtomType.hpp,
2704 +        src/utils/Makefile, src/utils/StringUtils.cpp,
2705 +        src/utils/StringUtils.hpp, src/utils/TypeInfo.hpp,
2706 +        src/utils/Utility.cpp, src/visitors/CompositeVisitor.hpp,
2707 +        src/visitors/RigidBodyVisitor.hpp, test/brains/DirectionalAtom.cpp,
2708 +        test/brains/RigidBody.cpp: replace misuse of using namespace std in
2709 +        header files
2710 +
2711 + 2004-12-01 21:23  tim
2712 +
2713 +        * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
2714 +        primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
2715 +        utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
2716 +        begin to fix linking problem
2717 +
2718 + 2004-12-01 21:08  tim
2719 +
2720 +        * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
2721 +        brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
2722 +        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
2723 +        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
2724 +        integrators/NPTxyz.cpp, integrators/VelocityVerletIntegrator.hpp,
2725 +        math/SquareMatrix3.hpp, primitives/Atom.hpp,
2726 +        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
2727 +        utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
2728 +        still has some linking problem
2729 +
2730 + 2004-12-01 19:26  tim
2731 +
2732 +        * src/: integrators/NVT.cpp, integrators/NVT.hpp,
2733 +        utils/OOPSEConstant.hpp: NVT get built
2734 +
2735 + 2004-12-01 19:09  tim
2736 +
2737 +        * src/integrators/DLM.cpp: file DLM.cpp was initially added on
2738 +        branch new_design.
2739 +
2740 + 2004-12-01 19:09  tim
2741 +
2742 +        * src/integrators/DLM.hpp: file DLM.hpp was initially added on
2743 +        branch new_design.
2744 +
2745 + 2004-12-01 19:09  tim
2746 +
2747 +        * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
2748 +        brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
2749 +        brains/Thermo.hpp, integrators/DLM.cpp, integrators/DLM.hpp,
2750 +        integrators/Integrator.hpp, integrators/Makefile,
2751 +        integrators/NVE.cpp, integrators/NVE.hpp,
2752 +        integrators/RotationAlgorithm.hpp,
2753 +        integrators/VelocityVerletIntegrator.cpp,
2754 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
2755 +        get built
2756 +
2757 + 2004-12-01 19:09  tim
2758 +
2759 +        * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
2760 +        was initially added on branch new_design.
2761 +
2762 + 2004-12-01 17:45  tim
2763 +
2764 +        * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
2765 +        integrators/IntegratorFactory.cpp,
2766 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
2767 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
2768 +        integrators/VelocityVerletIntegrator.cpp,
2769 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWrite.hpp,
2770 +        io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
2771 +        io/StatWriter.hpp: rename DumpWrite to DumpWriter
2772 +
2773 + 2004-12-01 17:45  tim
2774 +
2775 +        * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
2776 +        branch new_design.
2777 +
2778 + 2004-12-01 15:05  tim
2779 +
2780 +        * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
2781 +        io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
2782 +        utils/Utility.cpp, utils/Utility.hpp, visitors/AtomData.hpp,
2783 +        visitors/BaseVisitor.hpp, visitors/OtherVisitor.cpp,
2784 +        visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
2785 +        visitors/ZconsVisitor.hpp: visitors get built
2786 +
2787 + 2004-12-01 14:32  chrisfen
2788 +
2789 +        * samples/water/tip3p_ice/tp3.md: fixed a sample
2790 +
2791 + 2004-12-01 14:10  tim
2792 +
2793 +        * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
2794 +        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
2795 +        src/types/AtomType.hpp, src/utils/Utility.hpp,
2796 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
2797 +        src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
2798 +        spell check
2799 +
2800 + 2004-12-01 13:42  tim
2801 +
2802 +        * src/: UseTheForce/DarkSide/atype.F90,
2803 +        io/ElectrostaticAtomTypesSectionParser.cpp,
2804 +        io/ElectrostaticAtomTypesSectionParser.hpp, primitives/Atom.hpp,
2805 +        primitives/DirectionalAtom.cpp, primitives/RigidBody.cpp,
2806 +        primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
2807 +        and constraint, other directories get built
2808 +
2809 + 2004-12-01 12:38  tim
2810 +
2811 +        * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
2812 +        brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
2813 +        io/ElectrostaticAtomTypesSectionParser.cpp,
2814 +        io/ElectrostaticAtomTypesSectionParser.hpp,
2815 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
2816 +        primitives/GhostBend.cpp, primitives/RigidBody.cpp,
2817 +        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
2818 +        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
2819 +        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
2820 +        refactory AtomType
2821 +
2822 + 2004-11-30 22:11  tim
2823 +
2824 +        * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
2825 +
2826 + 2004-11-30 21:30  tim
2827 +
2828 +        * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
2829 +        NumericConstant
2830 +
2831 + 2004-11-30 21:24  tim
2832 +
2833 +        * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
2834 +        primitives/RigidBody.cpp: minor fix
2835 +
2836 + 2004-11-30 18:14  tim
2837 +
2838 +        * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
2839 +        io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
2840 +        io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
2841 +        get built, next is integrator
2842 +
2843 + 2004-11-30 17:43  tim
2844 +
2845 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2846 +        UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
2847 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
2848 +        io/BASS_interface.cpp, primitives/StuntDouble.hpp,
2849 +        utils/StringUtils.hpp: brains get built
2850 +
2851 + 2004-11-30 15:50  tim
2852 +
2853 +        * src/: brains/ForceManager.cpp, brains/Makefile,
2854 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
2855 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
2856 +        utils/StringUtils.hpp: brains get built, io is next
2857 +
2858 + 2004-11-30 14:58  tim
2859 +
2860 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
2861 +        brains/ForceManager.cpp, brains/ForceManager.hpp,
2862 +        brains/MoleculeCreator.cpp, brains/SimCreator.hpp,
2863 +        brains/SimInfo.cpp, brains/SimInfo.hpp,
2864 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
2865 +        brains/SnapShot.cpp, brains/Stats.cpp, brains/Stats.hpp,
2866 +        brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
2867 +        math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
2868 +
2869 + 2004-11-30 14:58  tim
2870 +
2871 +        * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
2872 +        added on branch new_design.
2873 +
2874 + 2004-11-30 12:54  tim
2875 +
2876 +        * src/: primitives/Bend.hpp, primitives/Bond.hpp,
2877 +        primitives/StuntDouble.hpp, primitives/Torsion.hpp,
2878 +        utils/LocalIndexManager.hpp: more get fixed
2879 +
2880 + 2004-11-30 00:03  tim
2881 +
2882 +        * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
2883 +        initially added on branch new_design.
2884 +
2885 + 2004-11-30 00:03  tim
2886 +
2887 +        * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
2888 +        LocalndexManager.hpp to LocalIndexManager.hpp
2889 +
2890 + 2004-11-29 23:43  tim
2891 +
2892 +        * src/: io/BendTypesSectionParser.cpp,
2893 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2894 +        io/BondTypesSectionParser.hpp, io/SectionParserManager.cpp,
2895 +        io/SectionParserManager.hpp, io/TorsionTypesSectionParser.cpp,
2896 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
2897 +        types/PolynomialTorsionType.hpp: Section Parsers get compiled
2898 +
2899 + 2004-11-29 23:14  tim
2900 +
2901 +        * src/: io/BendTypesSectionParser.cpp,
2902 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2903 +        io/BondTypesSectionParser.hpp, io/TorsionTypesSectionParser.cpp,
2904 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
2905 +        fixed
2906 +
2907 + 2004-11-29 22:49  tim
2908 +
2909 +        * src/: io/TorsionTypesSectionParser.cpp,
2910 +        io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
2911 +        types/CubicTorsionType.hpp, types/PolynomialBendType.hpp,
2912 +        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
2913 +        types/QuarticTorsionType.hpp: minor fixed
2914 +
2915 + 2004-11-29 22:32  tim
2916 +
2917 +        * src/: io/TorsionTypesSectionParser.cpp,
2918 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
2919 +        types/PolynomialTorsionType.hpp: #inlcude statement can not be
2920 +        embedded
2921 +
2922 + 2004-11-29 16:42  tim
2923 +
2924 +        * test/math/: Makefile, PolynomialTestCase.cpp,
2925 +        PolynomialTestCase.hpp: add PolynomialTestCase
2926 +
2927 + 2004-11-29 16:42  tim
2928 +
2929 +        * src/math/Polynomial.hpp: Polynomial passes unit test
2930 +
2931 + 2004-11-29 15:03  tim
2932 +
2933 +        * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
2934 +        QuarticTorsion.hpp to QuarticTorsionType.hpp
2935 +
2936 + 2004-11-29 15:03  tim
2937 +
2938 +        * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
2939 +        initially added on branch new_design.
2940 +
2941 + 2004-11-29 14:56  tim
2942 +
2943 +        * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
2944 +        initially added on branch new_design.
2945 +
2946 + 2004-11-29 14:56  tim
2947 +
2948 +        * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
2949 +        CubicTorsionType and QuarticTorsionType
2950 +
2951 + 2004-11-29 14:56  tim
2952 +
2953 +        * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
2954 +        initially added on branch new_design.
2955 +
2956 + 2004-11-29 13:00  tim
2957 +
2958 +        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
2959 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
2960 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
2961 +        fixed
2962 +
2963 + 2004-11-29 12:59  tim
2964 +
2965 +        * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
2966 +        new_design.
2967 +
2968 + 2004-11-29 12:59  tim
2969 +
2970 +        * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
2971 +        Algorithm for std::string
2972 +
2973 + 2004-11-29 10:52  tim
2974 +
2975 +        * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
2976 +        some useless files
2977 +
2978 + 2004-11-29 10:50  tim
2979 +
2980 +        * src/io/: BondTypesSectionParser.cpp,
2981 +        ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
2982 +        ElectrostaticAtomTypesSectionParser.cpp,
2983 +        HarmonicBondTypesSectionParser.cpp,
2984 +        HarmonicBondTypesSectionParser.hpp,
2985 +        LennardJonesAtomTypesSectionParser.cpp, Makefile,
2986 +        SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
2987 +        StickyAtomTypesSectionParser.hpp: more files get fixed
2988 +
2989 + 2004-11-29 10:27  tim
2990 +
2991 +        * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
2992 +        DirectionalAtomTypesSectionParser.cpp,
2993 +        EAMAtomTypesSectionParser.cpp, EAMAtomTypesSectionParser.hpp,
2994 +        Makefile, SectionParser.cpp, SectionParser.hpp,
2995 +        SectionParserManager.cpp, SectionParserManager.hpp: part of io get
2996 +        built
2997 +
2998 + 2004-11-29 09:49  tim
2999 +
3000 +        * src/types/UreyBradleyBendType.hpp: types get built
3001 +
3002 + 2004-11-29 09:40  tim
3003 +
3004 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
3005 +        types  get built
3006 +
3007 + 2004-11-25 21:13  tim
3008 +
3009 +        * src/: UseTheForce/ForceField.hpp,
3010 +        io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
3011 +        types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
3012 +        files
3013 +
3014 + 2004-11-25 15:18  tim
3015 +
3016 +        * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
3017 +        initially added on branch new_design.
3018 +
3019 + 2004-11-25 15:18  tim
3020 +
3021 +        * src/: io/AtomTypesSectionParser.cpp,
3022 +        io/BondTypesSectionParser.cpp,
3023 +        io/DirectionalAtomTypesSectionParser.cpp,
3024 +        types/QuadraticBendType.hpp, types/QuadraticBondType.hpp,
3025 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
3026 +        files
3027 +
3028 + 2004-11-25 15:18  tim
3029 +
3030 +        * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
3031 +        initially added on branch new_design.
3032 +
3033 + 2004-11-24 17:12  tim
3034 +
3035 +        * src/: io/AtomTypesSectionParser.cpp,
3036 +        io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
3037 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
3038 +        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
3039 +        io/ChargeAtomTypesSectionParser.hpp,
3040 +        io/DipoleAtomTypesSectionParser.cpp,
3041 +        io/DipoleAtomTypesSectionParser.hpp,
3042 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
3043 +        io/DumpReader.hpp, io/EAMAtomTypesSectionParser.cpp,
3044 +        io/EAMAtomTypesSectionParser.hpp,
3045 +        io/ElectrostaticAtomTypesSectionParser.cpp,
3046 +        io/ElectrostaticAtomTypesSectionParser.hpp,
3047 +        io/HarmonicBondTypesSectionParser.hpp,
3048 +        io/LennardJonesAtomTypesSectionParser.cpp,
3049 +        io/LennardJonesAtomTypesSectionParser.hpp, io/Makefile,
3050 +        io/SectionParser.hpp, io/SectionParserManager.hpp,
3051 +        io/StickyAtomTypesSectionParser.cpp,
3052 +        io/StickyAtomTypesSectionParser.hpp,
3053 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
3054 +        utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
3055 +
3056 + 2004-11-24 16:33  tim
3057 +
3058 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
3059 +        ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
3060 +        LJFF.cpp, Makefile: UseTheForce get built
3061 +
3062 + 2004-11-24 15:55  tim
3063 +
3064 +        * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
3065 +        primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
3066 +        primitives/Makefile, primitives/Molecule.cpp,
3067 +        primitives/Molecule.hpp, primitives/RigidBody.cpp,
3068 +        primitives/StuntDouble.hpp, primitives/Torsion.cpp,
3069 +        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
3070 +        primitives/UreyBradleyBend.hpp: types and primitives get built
3071 +
3072 + 2004-11-24 14:49  tim
3073 +
3074 +        * test/utils/: Makefile, NextCombinationTestCase.cpp,
3075 +        StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
3076 +        StringTokenizerTestCase
3077 +
3078 + 2004-11-24 14:49  tim
3079 +
3080 +        * src/utils/: GenericData.hpp, StringTokenizer.cpp,
3081 +        StringTokenizer.hpp: StringTokenizer passes unit test
3082 +
3083 + 2004-11-24 13:20  tim
3084 +
3085 +        * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
3086 +        src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
3087 +        change Makefile
3088 +
3089 + 2004-11-24 13:06  chrisfen
3090 +
3091 +        * src/io/RestraintReader.cpp: improved restraints - mpi should work
3092 +        fine
3093 +
3094 + 2004-11-24 13:06  chrisfen
3095 +
3096 +        * src/integrators/Integrator.cpp: improved restraints
3097 +
3098 + 2004-11-24 13:05  chrisfen
3099 +
3100 +        * samples/water/tip3p_ice/tp3.md: oops...
3101 +
3102 + 2004-11-24 12:42  tim
3103 +
3104 +        * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
3105 +        brains/DataStorage.hpp, brains/SimCreator.cpp,
3106 +        brains/SimCreator.hpp, integrators/Integrator.hpp,
3107 +        io/ElectrostaticAtomTypesSectionParser.cpp,
3108 +        primitives/DirectionalAtom.cpp: add SetForceManager method to
3109 +        integrator
3110 +
3111 + 2004-11-23 18:12  tim
3112 +
3113 +        * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
3114 +        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
3115 +        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
3116 +        integrators/NPTxyz.cpp, integrators/NPTxyz.hpp,
3117 +        integrators/NVE.cpp, integrators/NVE.hpp, integrators/NVT.cpp,
3118 +        integrators/NVT.hpp, integrators/Velocitizer.cpp,
3119 +        integrators/VelocityVerletIntegrator.cpp,
3120 +        integrators/VelocityVerletIntegrator.hpp,
3121 +        types/UreyBradleyBendType.hpp: refactory NPT integrator
3122 +
3123 + 2004-11-23 17:50  chrisfen
3124 +
3125 +        * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
3126 +        Restraints should work in parallel now
3127 +
3128 + 2004-11-23 17:48  chrisfen
3129 +
3130 +        * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
3131 +        brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
3132 +        integrators/Integrator.cpp, integrators/Integrator.hpp,
3133 +        io/DumpWriter.cpp, io/Makefile, io/ReadWrite.hpp,
3134 +        io/RestraintReader.cpp, io/RestraintWriter.cpp,
3135 +        restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
3136 +        to restraints
3137 +
3138 + 2004-11-23 17:47  chrisfen
3139 +
3140 +        * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
3141 +        return to the original on next commit
3142 +
3143 + 2004-11-23 12:53  tim
3144 +
3145 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3146 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
3147 +        applications/simpleBuilder/simpleBuilder.cpp,
3148 +        io/ChargeAtomTypesSectionParser.cpp,
3149 +        io/DirectionalAtomTypesSectionParser.hpp,
3150 +        io/EAMAtomTypesSectionParser.cpp,
3151 +        io/ElectrostaticAtomTypesSectionParser.cpp,
3152 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/SectionParser.cpp,
3153 +        io/SectionParser.hpp, types/DirectionalAtomType.cpp,
3154 +        utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
3155 +
3156 + 2004-11-23 12:53  tim
3157 +
3158 +        * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
3159 +        ElectrostaticAtomTypesSectionParser.hpp was initially added on
3160 +        branch new_design.
3161 +
3162 + 2004-11-23 12:53  tim
3163 +
3164 +        * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
3165 +        ElectrostaticAtomTypesSectionParser.cpp was initially added on
3166 +        branch new_design.
3167 +
3168 + 2004-11-23 01:03  tim
3169 +
3170 +        * src/: io/EAMAtomTypesSectionParser.cpp,
3171 +        io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
3172 +        types/AtomType.hpp, types/DirectionalAtomType.cpp,
3173 +        types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
3174 +
3175 + 2004-11-23 01:03  tim
3176 +
3177 +        * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
3178 +        was initially added on branch new_design.
3179 +
3180 + 2004-11-23 01:03  tim
3181 +
3182 +        * src/io/EAMAtomTypesSectionParser.hpp: file
3183 +        EAMAtomTypesSectionParser.hpp was initially added on branch
3184 +        new_design.
3185 +
3186 + 2004-11-23 01:03  tim
3187 +
3188 +        * src/io/EAMAtomTypesSectionParser.cpp: file
3189 +        EAMAtomTypesSectionParser.cpp was initially added on branch
3190 +        new_design.
3191 +
3192 + 2004-11-22 23:35  tim
3193 +
3194 +        * src/io/TorsionTypesSectionParser.hpp: file
3195 +        TorsionTypesSectionParser.hpp was initially added on branch
3196 +        new_design.
3197 +
3198 + 2004-11-22 23:35  tim
3199 +
3200 +        * src/io/BendTypesSectionParser.hpp: file
3201 +        BendTypesSectionParser.hpp was initially added on branch
3202 +        new_design.
3203 +
3204 + 2004-11-22 23:35  tim
3205 +
3206 +        * src/io/BondTypesSectionParser.hpp: file
3207 +        BondTypesSectionParser.hpp was initially added on branch
3208 +        new_design.
3209 +
3210 + 2004-11-22 23:35  tim
3211 +
3212 +        * src/io/BondTypesSectionParser.cpp: file
3213 +        BondTypesSectionParser.cpp was initially added on branch
3214 +        new_design.
3215 +
3216 + 2004-11-22 23:35  tim
3217 +
3218 +        * src/io/TorsionTypesSectionParser.cpp: file
3219 +        TorsionTypesSectionParser.cpp was initially added on branch
3220 +        new_design.
3221 +
3222 + 2004-11-22 23:35  tim
3223 +
3224 +        * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
3225 +        BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
3226 +        TorsionTypesSectionParser.cpp, TorsionTypesSectionParser.hpp: add
3227 +        BondTypesSectionParser, BendTypesSectionParser and
3228 +        TorsionTypeSectionParser
3229 +
3230 + 2004-11-22 23:35  tim
3231 +
3232 +        * src/io/BendTypesSectionParser.cpp: file
3233 +        BendTypesSectionParser.cpp was initially added on branch
3234 +        new_design.
3235 +
3236 + 2004-11-22 18:04  tim
3237 +
3238 +        * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
3239 +        DUFF and EAM
3240 +
3241 + 2004-11-22 18:02  tim
3242 +
3243 +        * src/io/: DirectionalAtomTypesParser.hpp,
3244 +        DirectionalAtomTypesSectionParser.hpp: adding section parsers
3245 +
3246 + 2004-11-22 18:02  tim
3247 +
3248 +        * src/io/DirectionalAtomTypesSectionParser.hpp: file
3249 +        DirectionalAtomTypesSectionParser.hpp was initially added on branch
3250 +        new_design.
3251 +
3252 + 2004-11-22 15:55  tim
3253 +
3254 +        * src/io/DipoleAtomTypesSectionParser.hpp: file
3255 +        DipoleAtomTypesSectionParser.hpp was initially added on branch
3256 +        new_design.
3257 +
3258 + 2004-11-22 15:55  tim
3259 +
3260 +        * src/io/AtomTypesSectionParser.hpp: file
3261 +        AtomTypesSectionParser.hpp was initially added on branch
3262 +        new_design.
3263 +
3264 + 2004-11-22 15:55  tim
3265 +
3266 +        * src/io/HarmonicBondTypesSectionParser.hpp: file
3267 +        HarmonicBondTypesSectionParser.hpp was initially added on branch
3268 +        new_design.
3269 +
3270 + 2004-11-22 15:55  tim
3271 +
3272 +        * src/io/StickyAtomTypesSectionParser.cpp: file
3273 +        StickyAtomTypesSectionParser.cpp was initially added on branch
3274 +        new_design.
3275 +
3276 + 2004-11-22 15:55  tim
3277 +
3278 +        * src/io/LennardJonesAtomTypesSectionParser.hpp: file
3279 +        LennardJonesAtomTypesSectionParser.hpp was initially added on
3280 +        branch new_design.
3281 +
3282 + 2004-11-22 15:55  tim
3283 +
3284 +        * src/io/HarmonicBondTypesSectionParser.cpp: file
3285 +        HarmonicBondTypesSectionParser.cpp was initially added on branch
3286 +        new_design.
3287 +
3288 + 2004-11-22 15:55  tim
3289 +
3290 +        * src/io/DirectionalAtomTypesSectionParser.cpp: file
3291 +        DirectionalAtomTypesSectionParser.cpp was initially added on branch
3292 +        new_design.
3293 +
3294 + 2004-11-22 15:55  tim
3295 +
3296 +        * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
3297 +        was initially added on branch new_design.
3298 +
3299 + 2004-11-22 15:55  tim
3300 +
3301 +        * src/io/AtomTypesSectionParser.cpp: file
3302 +        AtomTypesSectionParser.cpp was initially added on branch
3303 +        new_design.
3304 +
3305 + 2004-11-22 15:55  tim
3306 +
3307 +        * src/io/ChargeAtomTypesSectionParser.cpp: file
3308 +        ChargeAtomTypesSectionParser.cpp was initially added on branch
3309 +        new_design.
3310 +
3311 + 2004-11-22 15:55  tim
3312 +
3313 +        * src/io/DipoleAtomTypesSectionParser.cpp: file
3314 +        DipoleAtomTypesSectionParser.cpp was initially added on branch
3315 +        new_design.
3316 +
3317 + 2004-11-22 15:55  tim
3318 +
3319 +        * src/io/LennardJonesAtomTypesSectionParser.cpp: file
3320 +        LennardJonesAtomTypesSectionParser.cpp was initially added on
3321 +        branch new_design.
3322 +
3323 + 2004-11-22 15:55  tim
3324 +
3325 +        * src/io/ChargeAtomTypesSectionParser.hpp: file
3326 +        ChargeAtomTypesSectionParser.hpp was initially added on branch
3327 +        new_design.
3328 +
3329 + 2004-11-22 15:55  tim
3330 +
3331 +        * src/io/StickyAtomTypesSectionParser.hpp: file
3332 +        StickyAtomTypesSectionParser.hpp was initially added on branch
3333 +        new_design.
3334 +
3335 + 2004-11-22 15:55  tim
3336 +
3337 +        * src/io/SectionParser.hpp: file SectionParser.hpp was initially
3338 +        added on branch new_design.
3339 +
3340 + 2004-11-22 15:55  tim
3341 +
3342 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
3343 +        brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
3344 +        brains/Snapshot.hpp, integrators/NVE.cpp, integrators/NVT.cpp,
3345 +        integrators/NVT.hpp, io/AtomTypesSectionParser.cpp,
3346 +        io/AtomTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
3347 +        io/ChargeAtomTypesSectionParser.hpp,
3348 +        io/DipoleAtomTypesSectionParser.cpp,
3349 +        io/DipoleAtomTypesSectionParser.hpp,
3350 +        io/DirectionalAtomTypesParser.hpp,
3351 +        io/DirectionalAtomTypesSectionParser.cpp,
3352 +        io/HarmonicBondTypesSectionParser.cpp,
3353 +        io/HarmonicBondTypesSectionParser.hpp,
3354 +        io/LennardJonesAtomTypesSectionParser.cpp,
3355 +        io/LennardJonesAtomTypesSectionParser.hpp, io/SectionParser.cpp,
3356 +        io/SectionParser.hpp, io/SectionParserManager.cpp,
3357 +        io/SectionParserManager.hpp, io/StickyAtomTypesSectionParser.cpp,
3358 +        io/StickyAtomTypesSectionParser.hpp, primitives/StuntDouble.hpp,
3359 +        types/AtomType.hpp, types/DirectionalAtomType.hpp,
3360 +        utils/GenericData.hpp: adding section parsers
3361 +
3362 + 2004-11-22 15:55  tim
3363 +
3364 +        * src/io/DirectionalAtomTypesParser.hpp: file
3365 +        DirectionalAtomTypesParser.hpp was initially added on branch
3366 +        new_design.
3367 +
3368 + 2004-11-22 15:55  tim
3369 +
3370 +        * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
3371 +        was initially added on branch new_design.
3372 +
3373 + 2004-11-22 15:55  tim
3374 +
3375 +        * src/io/SectionParser.cpp: file SectionParser.cpp was initially
3376 +        added on branch new_design.
3377 +
3378 + 2004-11-19 17:12  tim
3379 +
3380 +        * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
3381 +        added on branch new_design.
3382 +
3383 + 2004-11-19 17:12  tim
3384 +
3385 +        * src/: brains/SimState.cpp, brains/SimState.hpp,
3386 +        io/InitializeFromFile.cpp, types/FixBondType.hpp,
3387 +        types/FixedBondType.hpp: remove more useless files
3388 +
3389 + 2004-11-19 16:47  tim
3390 +
3391 +        * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
3392 +        integrators/Integrator.cpp, applications/Makedepend: remove more
3393 +        useless files
3394 +
3395 + 2004-11-19 16:38  tim
3396 +
3397 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3398 +        UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
3399 +        integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
3400 +        integrators/NVT.hpp: refactory integrator
3401 +
3402 + 2004-11-19 16:38  tim
3403 +
3404 +        * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
3405 +        branch new_design.
3406 +
3407 + 2004-11-19 16:38  tim
3408 +
3409 +        * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
3410 +        branch new_design.
3411 +
3412 + 2004-11-19 16:38  tim
3413 +
3414 +        * src/integrators/NPT.hpp: file NPT.hpp was initially added on
3415 +        branch new_design.
3416 +
3417 + 2004-11-19 16:38  tim
3418 +
3419 +        * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
3420 +        on branch new_design.
3421 +
3422 + 2004-11-19 16:38  tim
3423 +
3424 +        * src/integrators/NVT.hpp: file NVT.hpp was initially added on
3425 +        branch new_design.
3426 +
3427 + 2004-11-19 15:37  tim
3428 +
3429 +        * forceFields/newDUFF.frc: new DUFF forcefield
3430 +
3431 + 2004-11-19 15:23  tim
3432 +
3433 +        * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
3434 +        branch new_design.
3435 +
3436 + 2004-11-19 15:23  tim
3437 +
3438 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
3439 +        UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
3440 +        utils/TypeContainer.hpp: add EAM
3441 +
3442 + 2004-11-19 15:23  tim
3443 +
3444 +        * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
3445 +        branch new_design.
3446 +
3447 + 2004-11-19 13:02  tim
3448 +
3449 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
3450 +        error checking
3451 +
3452 + 2004-11-19 12:56  tim
3453 +
3454 +        * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
3455 +        was initially added on branch new_design.
3456 +
3457 + 2004-11-19 12:56  tim
3458 +
3459 +        * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
3460 +        was initially added on branch new_design.
3461 +
3462 + 2004-11-19 12:56  tim
3463 +
3464 +        * src/types/FixBondType.hpp: file FixBondType.hpp was initially
3465 +        added on branch new_design.
3466 +
3467 + 2004-11-19 12:56  tim
3468 +
3469 +        * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
3470 +        UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
3471 +        UseTheForce/ForceField.hpp, UseTheForce/ForceFieldFactory.cpp,
3472 +        integrators/IntegratorFactory.cpp,
3473 +        integrators/IntegratorFactory.hpp, integrators/NVE.hpp,
3474 +        integrators/VelocityVerletIntegrator.hpp, types/FixBondType.hpp,
3475 +        utils/StringTokenizer.cpp: DUFF is almost done except error
3476 +        checking
3477 +
3478 + 2004-11-18 19:11  tim
3479 +
3480 +        * src/UseTheForce/DUFF.cpp: adding DUFF parser
3481 +
3482 + 2004-11-18 18:26  tim
3483 +
3484 +        * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
3485 +        initially added on branch new_design.
3486 +
3487 + 2004-11-18 18:26  tim
3488 +
3489 +        * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
3490 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
3491 +        integrators/VelocityVerletIntegrator.cpp,
3492 +        integrators/VelocityVerletIntegrator.hpp,
3493 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
3494 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
3495 +        types/HarmonicBondType.hpp, types/QuadraticBendType.hpp,
3496 +        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
3497 +        DUFF parser
3498 +
3499 + 2004-11-18 16:42  tim
3500 +
3501 +        * forceFields/newDUFF.frc: adding new format DUFF force field
3502 +
3503 + 2004-11-18 10:57  chrisfen
3504 +
3505 +        * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
3506 +        slowed down the force loop
3507 +
3508 + 2004-11-18 00:42  tim
3509 +
3510 +        * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
3511 +        initially added on branch new_design.
3512 +
3513 + 2004-11-18 00:42  tim
3514 +
3515 +        * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
3516 +        initially added on branch new_design.
3517 +
3518 + 2004-11-18 00:42  tim
3519 +
3520 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
3521 +        primitives/Bend.cpp, utils/NumericConstant.cpp,
3522 +        utils/NumericConstant.hpp: Adding NumericConstant class
3523 +
3524 + 2004-11-17 23:16  tim
3525 +
3526 +        * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
3527 +        UseTheForce/ForceFields.hpp: remove more junk files
3528 +
3529 + 2004-11-17 23:12  tim
3530 +
3531 +        * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
3532 +        brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
3533 +        integrators/AbstractClasses.hpp, integrators/AllIntegrator.hpp,
3534 +        primitives/AbstractClasses.hpp, primitives/Bond.cpp,
3535 +        primitives/BondExtensions.cpp, primitives/SRI.hpp,
3536 +        primitives/TorsionExtensions.cpp: remove some junk files
3537 +
3538 + 2004-11-17 23:07  tim
3539 +
3540 +        * src/primitives/BendExtensions.cpp: remove some junk files
3541 +
3542 + 2004-11-17 23:04  tim
3543 +
3544 +        * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
3545 +        QuadraticBondType.hpp: refine QudraticBond
3546 +
3547 + 2004-11-17 22:57  tim
3548 +
3549 +        * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
3550 +
3551 + 2004-11-17 22:57  tim
3552 +
3553 +        * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
3554 +        initially added on branch new_design.
3555 +
3556 + 2004-11-17 16:47  tim
3557 +
3558 +        * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
3559 +        was initially added on branch new_design.
3560 +
3561 + 2004-11-17 16:47  tim
3562 +
3563 +        * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
3564 +        added on branch new_design.
3565 +
3566 + 2004-11-17 16:47  tim
3567 +
3568 +        * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
3569 +        added on branch new_design.
3570 +
3571 + 2004-11-17 16:47  tim
3572 +
3573 +        * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
3574 +        initially added on branch new_design.
3575 +
3576 + 2004-11-17 16:47  tim
3577 +
3578 +        * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
3579 +        initially added on branch new_design.
3580 +
3581 + 2004-11-17 16:47  tim
3582 +
3583 +        * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
3584 +        initially added on branch new_design.
3585 +
3586 + 2004-11-17 16:47  tim
3587 +
3588 +        * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
3589 +        added on branch new_design.
3590 +
3591 + 2004-11-17 16:47  tim
3592 +
3593 +        * src/: math/ChebyshevPolynomials.cpp,
3594 +        math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
3595 +        primitives/Bend.hpp, primitives/GhostBend.cpp,
3596 +        primitives/GhostBend.hpp, primitives/UreyBradleyBend.cpp,
3597 +        primitives/UreyBradleyBend.hpp, types/BondType.hpp,
3598 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
3599 +        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
3600 +        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
3601 +        UreyBradleyBend and GhostBend
3602 +
3603 + 2004-11-17 13:58  tim
3604 +
3605 +        * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
3606 +        was initially added on branch new_design.
3607 +
3608 + 2004-11-17 13:58  tim
3609 +
3610 +        * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
3611 +        was initially added on branch new_design.
3612 +
3613 + 2004-11-17 13:58  tim
3614 +
3615 +        * src/: math/ChebyshevPolynomials.cpp,
3616 +        math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
3617 +        primitives/Bond.hpp, types/CharmmTorsionType.hpp,
3618 +        types/OplsTorsionType.hpp, types/PolynomialBondType.hpp,
3619 +        types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
3620 +        stuff and Chebyshev Polynomial
3621 +
3622 + 2004-11-17 13:58  tim
3623 +
3624 +        * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
3625 +        initially added on branch new_design.
3626 +
3627 + 2004-11-17 01:37  tim
3628 +
3629 +        * src/types/PolynomialTorsionType.hpp: file
3630 +        PolynomialTorsionType.hpp was initially added on branch new_design.
3631 +
3632 + 2004-11-17 01:37  tim
3633 +
3634 +        * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
3635 +        initially added on branch new_design.
3636 +
3637 + 2004-11-17 01:37  tim
3638 +
3639 +        * src/: math/Polynomial.hpp, primitives/Bend.cpp,
3640 +        primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
3641 +        types/BondType.hpp, types/CharmmTorsionType.cpp,
3642 +        types/CharmmTorsionType.hpp, types/HarmonicBendType.hpp,
3643 +        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
3644 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
3645 +        types/PolynomialTorsionType.hpp, types/TorsionType.hpp,
3646 +        utils/StringTokenizer.hpp: add  PolynomialBondType,
3647 +        PolynomialBendType, PolynomialTorsionType, HarmonicBendType and
3648 +        CharmmTorsionType. Need to refine the design and add document for
3649 +        them
3650 +
3651 + 2004-11-17 01:37  tim
3652 +
3653 +        * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
3654 +        initially added on branch new_design.
3655 +
3656 + 2004-11-17 01:37  tim
3657 +
3658 +        * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
3659 +        initially added on branch new_design.
3660 +
3661 + 2004-11-17 01:37  tim
3662 +
3663 +        * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
3664 +        initially added on branch new_design.
3665 +
3666 + 2004-11-16 20:11  tim
3667 +
3668 +        * src/types/: BendType.hpp, PolynomialBondType.hpp,
3669 +        TorsionType.hpp: add PolynomialBondType
3670 +
3671 + 2004-11-16 20:11  tim
3672 +
3673 +        * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
3674 +        initially added on branch new_design.
3675 +
3676 + 2004-11-16 18:20  tim
3677 +
3678 +        * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
3679 +        on branch new_design.
3680 +
3681 + 2004-11-16 18:20  tim
3682 +
3683 +        * src/math/Polynomial.hpp: Adding Polynomial class
3684 +
3685 + 2004-11-16 17:04  gezelter
3686 +
3687 +        * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
3688 +        added on branch new_design.
3689 +
3690 + 2004-11-16 17:04  gezelter
3691 +
3692 +        * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
3693 +        initially added on branch new_design.
3694 +
3695 + 2004-11-16 17:04  gezelter
3696 +
3697 +        * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
3698 +        MorseBondType.hpp, TorsionType.hpp: added some new stuff
3699 +
3700 + 2004-11-16 15:36  tim
3701 +
3702 +        * src/: primitives/Bend.cpp, primitives/Bend.hpp,
3703 +        primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
3704 +        types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
3705 +        TorsionType
3706 +
3707 + 2004-11-15 21:07  tim
3708 +
3709 +        * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
3710 +        branch new_design.
3711 +
3712 + 2004-11-15 21:07  tim
3713 +
3714 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3715 +        UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
3716 +        utils/StringTokenizer.cpp: adding DUFF class; adding checking
3717 +        statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
3718 +
3719 + 2004-11-15 18:00  tim
3720 +
3721 +        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
3722 +        UseTheForce/ForceFieldFactory.cpp,
3723 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/LJFF.cpp,
3724 +        UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
3725 +        types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
3726 +
3727 + 2004-11-15 18:00  tim
3728 +
3729 +        * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
3730 +        was initially added on branch new_design.
3731 +
3732 + 2004-11-15 18:00  tim
3733 +
3734 +        * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
3735 +        was initially added on branch new_design.
3736 +
3737 + 2004-11-15 18:00  tim
3738 +
3739 +        * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
3740 +        branch new_design.
3741 +
3742 + 2004-11-15 13:02  tim
3743 +
3744 +        * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
3745 +        initially added on branch new_design.
3746 +
3747 + 2004-11-15 13:02  tim
3748 +
3749 +        * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
3750 +        branch new_design.
3751 +
3752 + 2004-11-15 13:02  tim
3753 +
3754 +        * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
3755 +        branch new_design.
3756 +
3757 + 2004-11-15 13:02  tim
3758 +
3759 +        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
3760 +        brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
3761 +        integrators/Velocitizer.hpp, io/DumpReader.hpp, io/DumpWrite.hpp,
3762 +        io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
3763 +        DumpWriter.Next Step is LJFF and integrators
3764 +
3765 + 2004-11-13 00:08  tim
3766 +
3767 +        * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
3768 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
3769 +        brains/SimInfo.hpp, primitives/Molecule.cpp,
3770 +        primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
3771 +        refactory, refactory
3772 +
3773 + 2004-11-12 17:43  tim
3774 +
3775 +        * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
3776 +        StringTokenizer.cpp: bug fix in hasMoreTokens
3777 +
3778 + 2004-11-12 17:28  tim
3779 +
3780 +        * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
3781 +        initially added on branch new_design.
3782 +
3783 + 2004-11-12 17:28  tim
3784 +
3785 +        * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
3786 +        StringUtils, a c-style strtok like class, need unit test
3787 +
3788 + 2004-11-12 12:40  tim
3789 +
3790 +        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
3791 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
3792 +        brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
3793 +
3794 + 2004-11-12 02:05  tim
3795 +
3796 +        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
3797 +        primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
3798 +        MoleculeCreator forget to create CutoffGroups for free atoms
3799 +
3800 + 2004-11-12 01:19  tim
3801 +
3802 +        * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
3803 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
3804 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
3805 +        io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
3806 +        OOPSE = Object-Obfuscated Parallel Simulation Engine
3807 +
3808 + 2004-11-11 16:48  chrisfen
3809 +
3810 +        * samples/water/tip3p_ice/tp3.md: working sample
3811 +
3812 + 2004-11-11 16:47  chrisfen
3813 +
3814 +        * src/restraints/Restraints.cpp: working towards parallel
3815 +        restraints
3816 +
3817 + 2004-11-11 16:47  chrisfen
3818 +
3819 +        * src/integrators/Integrator.cpp: Commented out some write
3820 +        statements
3821 +
3822 + 2004-11-11 16:46  chrisfen
3823 +
3824 +        * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
3825 +        write statements
3826 +
3827 + 2004-11-11 16:46  chrisfen
3828 +
3829 +        * samples/water/tip3p_ice/tp3.md: Fun with ice
3830 +
3831 + 2004-11-11 11:41  tim
3832 +
3833 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
3834 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
3835 +        brains/SnapShot.cpp, brains/Snapshot.hpp, brains/fSimulation.h,
3836 +        brains/mpiSimulation.hpp, io/DumpWriter.cpp, io/StatWriter.cpp,
3837 +        io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
3838 +        useless mpiSimulation
3839 +
3840 + 2004-11-11 11:41  tim
3841 +
3842 +        * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
3843 +        branch new_design.
3844 +
3845 + 2004-11-10 17:50  tim
3846 +
3847 +        * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
3848 +        brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
3849 +        integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
3850 +
3851 + 2004-11-10 17:01  tim
3852 +
3853 +        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
3854 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
3855 +        brains/Stats.cpp, brains/Thermo.cpp, brains/Thermo.hpp,
3856 +        brains/mpiSimulation.hpp, integrators/VelocityVerletIntegrator.cpp,
3857 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
3858 +        io/StatWriter.hpp, math/randomSPRNG.cpp, primitives/Molecule.hpp,
3859 +        visitors/AtomVisitor.cpp: another painful day (1) SimCreator,
3860 +        SimInfo, mpiSimulation (2) DumpReader, DumpWriter (InitializeFrom
3861 +        File will be removed) (3) ForceField (at least LJ) and BondType,
3862 +        BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
3863 +        Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
3864 +
3865 + 2004-11-10 09:52  tim
3866 +
3867 +        * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
3868 +        configurable StatWriter
3869 +
3870 + 2004-11-10 09:52  tim
3871 +
3872 +        * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
3873 +        branch new_design.
3874 +
3875 + 2004-11-09 21:58  tim
3876 +
3877 +        * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
3878 +        in progress
3879 +
3880 + 2004-11-09 18:11  tim
3881 +
3882 +        * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
3883 +        added on branch new_design.
3884 +
3885 + 2004-11-09 18:11  tim
3886 +
3887 +        * src/integrators/VelocityVerletIntegrator.cpp: file
3888 +        VelocityVerletIntegrator.cpp was initially added on branch
3889 +        new_design.
3890 +
3891 + 2004-11-09 18:11  tim
3892 +
3893 +        * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
3894 +        brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
3895 +        brains/Stats.hpp, brains/Thermo.cpp, brains/mpiSimulation.cpp,
3896 +        brains/mpiSimulation.hpp, integrators/Integrator.hpp,
3897 +        integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
3898 +        integrators/VelocityVerletIntegrator.hpp: adding ForceManager
3899 +
3900 + 2004-11-09 18:11  tim
3901 +
3902 +        * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
3903 +        added on branch new_design.
3904 +
3905 + 2004-11-09 18:11  tim
3906 +
3907 +        * src/integrators/NVE.cpp: file NVE.cpp was initially added on
3908 +        branch new_design.
3909 +
3910 + 2004-11-08 20:08  tim
3911 +
3912 +        * src/integrators/VelocityVerletIntegrator.hpp: file
3913 +        VelocityVerletIntegrator.hpp was initially added on branch
3914 +        new_design.
3915 +
3916 + 2004-11-08 20:08  tim
3917 +
3918 +        * src/integrators/NVE.hpp: file NVE.hpp was initially added on
3919 +        branch new_design.
3920 +
3921 + 2004-11-08 20:08  tim
3922 +
3923 +        * src/: brains/Exclude.hpp, brains/Stats.hpp,
3924 +        integrators/Integrator.hpp, integrators/NVE.hpp,
3925 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
3926 +        utils/TypeContainer.hpp: More to break
3927 +
3928 + 2004-11-06 00:21  tim
3929 +
3930 +        * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
3931 +        added on branch new_design.
3932 +
3933 + 2004-11-06 00:21  tim
3934 +
3935 +        * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
3936 +        UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
3937 +        utils/TypeContainer.hpp, utils/next_combination.hpp: adding
3938 +        ForceField and TypeContainer classes
3939 +
3940 + 2004-11-05 18:38  tim
3941 +
3942 +        * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
3943 +        initially added on branch new_design.
3944 +
3945 + 2004-11-05 18:38  tim
3946 +
3947 +        * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
3948 +        initially added on branch new_design.
3949 +
3950 + 2004-11-05 18:38  tim
3951 +
3952 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
3953 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
3954 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
3955 +        brains/SimInfo.hpp, primitives/Molecule.hpp,
3956 +        utils/LocalndexManager.hpp: Fix Exclude class etc.
3957 +
3958 + 2004-11-05 16:45  chrisfen
3959 +
3960 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3961 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
3962 +        linear visitor
3963 +
3964 + 2004-11-05 16:04  chrisfen
3965 +
3966 +        * src/UseTheForce/DarkSide/shapes.F90: current status of the
3967 +        debugging process
3968 +
3969 + 2004-11-05 16:04  chrisfen
3970 +
3971 +        * make/Makefile.in: included visitors and minimizer
3972 +
3973 + 2004-11-05 16:03  chrisfen
3974 +
3975 +        * ChangeLog: new changes
3976 +
3977 + 2004-11-04 21:56  tim
3978 +
3979 +        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
3980 +        primitives/Molecule.hpp: Pain......
3981 +
3982 + 2004-11-04 15:55  tim
3983 +
3984 +        * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
3985 +        src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
3986 +        src/brains/Stats.hpp: time to break SimSetup
3987 +
3988 + 2004-11-04 15:51  gezelter
3989 +
3990 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
3991 +        classes in progress
3992 +
3993 + 2004-11-04 14:48  tim
3994 +
3995 +        * src/brains/Stats.cpp: file Stats.cpp was initially added on
3996 +        branch new_design.
3997 +
3998 + 2004-11-04 14:48  tim
3999 +
4000 +        * src/brains/Stats.hpp: file Stats.hpp was initially added on
4001 +        branch new_design.
4002 +
4003 + 2004-11-04 14:48  tim
4004 +
4005 +        * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
4006 +        SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
4007 +        class
4008 +
4009 + 2004-11-04 11:22  gezelter
4010 +
4011 +        * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
4012 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
4013 +        linearAxis are virtual in StuntDouble, but are implemented by
4014 +        DirectionalAtom and RigidBody In StuntDouble, they should return
4015 +        false and "-1" but there should be logic to figure them out in the
4016 +        other two classes
4017 +
4018 + 2004-11-04 11:20  gezelter
4019 +
4020 +        * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
4021 +        remember what I did
4022 +
4023 + 2004-11-04 11:20  gezelter
4024 +
4025 +        * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
4026 +
4027 + 2004-11-04 11:20  gezelter
4028 +
4029 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
4030 +        in the entry_plug so that it only is set if the atoms really are in
4031 +        the simulation
4032 +
4033 + 2004-11-04 11:20  gezelter
4034 +
4035 +        * samples/water/ssd/ssd.md: testing force fields
4036 +
4037 + 2004-11-04 11:19  gezelter
4038 +
4039 +        * samples/shape/linear.in: testing shapes
4040 +
4041 + 2004-11-03 14:56  tim
4042 +
4043 +        * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
4044 +        class(similar as SimSetup)
4045 +
4046 + 2004-11-03 14:56  tim
4047 +
4048 +        * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
4049 +        added on branch new_design.
4050 +
4051 + 2004-11-03 14:56  tim
4052 +
4053 +        * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
4054 +        added on branch new_design.
4055 +
4056 + 2004-11-03 13:00  tim
4057 +
4058 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4059 +        UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
4060 +        UseTheForce/Shapes_FF.cpp, UseTheForce/WATER.cpp,
4061 +        brains/DataStorage.hpp, primitives/Atom.hpp,
4062 +        primitives/DirectionalAtom.hpp, restraints/Restraints.hpp,
4063 +        visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
4064 +        compiled. Still a long way to go ......
4065 +
4066 + 2004-11-03 11:08  tim
4067 +
4068 +        * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
4069 +        src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
4070 +        src/integrators/NPTf.cpp, src/integrators/NPTi.cpp,
4071 +        src/integrators/NPTxyz.cpp, src/integrators/NVT.cpp,
4072 +        src/io/ZConsReader.cpp, src/primitives/Bend.cpp,
4073 +        src/primitives/Bond.cpp, src/primitives/GhostBend.cpp,
4074 +        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
4075 +        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
4076 +        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
4077 +        src/utils/GenericData.hpp, src/visitors/AtomVisitor.cpp,
4078 +        src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
4079 +        src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
4080 +
4081 + 2004-11-02 17:41  tim
4082 +
4083 +        * src/: brains/Migrator.hpp, brains/SimModel.cpp,
4084 +        utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
4085 +        Need unit test
4086 +
4087 + 2004-11-02 17:41  tim
4088 +
4089 +        * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
4090 +        initially added on branch new_design.
4091 +
4092 + 2004-11-02 17:41  tim
4093 +
4094 +        * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
4095 +        branch new_design.
4096 +
4097 + 2004-11-02 11:59  tim
4098 +
4099 +        * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
4100 +        branch new_design.
4101 +
4102 + 2004-11-02 11:59  tim
4103 +
4104 +        * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
4105 +        SimSnapshotManager.hpp: SimModel in progress
4106 +
4107 + 2004-11-02 10:28  chrisfen
4108 +
4109 +        * src/: UseTheForce/DarkSide/shapes.F90,
4110 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
4111 +        looks like it's working
4112 +
4113 + 2004-11-02 10:27  tim
4114 +
4115 +        * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
4116 +        functions for dealing with memory issue
4117 +
4118 + 2004-11-02 10:27  tim
4119 +
4120 +        * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
4121 +        added on branch new_design.
4122 +
4123 + 2004-11-02 10:23  tim
4124 +
4125 +        * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
4126 +        brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
4127 +        SimModel(something similar as SimInfo)
4128 +
4129 + 2004-11-01 17:52  tim
4130 +
4131 +        * src/: applications/simpleBuilder/MoLocator.hpp,
4132 +        applications/simpleBuilder/simpleBuilder.cpp,
4133 +        brains/DataStorage.hpp, brains/ForceFields.cpp,
4134 +        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Thermo.cpp,
4135 +        constraints/ZConstraint.cpp, integrators/Integrator.cpp,
4136 +        integrators/NPT.cpp, integrators/NVT.cpp, io/DumpWriter.cpp,
4137 +        math/SquareMatrix3.hpp, math/Vector3.hpp,
4138 +        minimizers/OOPSEMinimizer.cpp, primitives/Bend.hpp,
4139 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
4140 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
4141 +        primitives/RigidBody.hpp, primitives/Torsion.hpp,
4142 +        restraints/Restraints.cpp, types/TorsionType.hpp,
4143 +        utils/PropertyMap.hpp, utils/StringTokenizer.hpp,
4144 +        visitors/AtomVisitor.cpp, visitors/BaseVisitor.hpp,
4145 +        visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
4146 +        RigidBody and StuntDouble classes get compiled
4147 +
4148 + 2004-11-01 16:40  tim
4149 +
4150 +        * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
4151 +        on branch new_design.
4152 +
4153 + 2004-11-01 16:40  tim
4154 +
4155 +        * src/primitives/Bend.hpp: file Bend.hpp was initially added on
4156 +        branch new_design.
4157 +
4158 + 2004-11-01 16:40  tim
4159 +
4160 +        * src/primitives/Bond.hpp: file Bond.hpp was initially added on
4161 +        branch new_design.
4162 +
4163 + 2004-11-01 16:40  tim
4164 +
4165 +        * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
4166 +        version of Bond, Bend and Torsion.
4167 +
4168 + 2004-11-01 16:37  tim
4169 +
4170 +        * src/types/BendType.hpp: file BendType.hpp was initially added on
4171 +        branch new_design.
4172 +
4173 + 2004-11-01 16:37  tim
4174 +
4175 +        * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
4176 +        BondType, BendType, TorsionType
4177 +
4178 + 2004-11-01 16:37  tim
4179 +
4180 +        * src/types/TorsionType.hpp: file TorsionType.hpp was initially
4181 +        added on branch new_design.
4182 +
4183 + 2004-11-01 16:37  tim
4184 +
4185 +        * src/types/BondType.hpp: file BondType.hpp was initially added on
4186 +        branch new_design.
4187 +
4188 + 2004-11-01 15:15  tim
4189 +
4190 +        * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
4191 +        CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
4192 +        GhostBend.cpp, Makefile, Molecule.cpp, Molecule.hpp, RigidBody.cpp,
4193 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
4194 +        break, break and break.....
4195 +
4196 + 2004-11-01 14:57  tim
4197 +
4198 +        * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
4199 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
4200 +        StuntDouble.hpp: these core classes get compiled
4201 +
4202 + 2004-10-29 17:37  tim
4203 +
4204 +        * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
4205 +        class
4206 +
4207 + 2004-10-29 17:28  chrisfen
4208 +
4209 +        * src/: UseTheForce/DarkSide/atype.F90,
4210 +        UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
4211 +        types/ShapeAtomType.cpp: still debugging
4212 +
4213 + 2004-10-29 17:28  chrisfen
4214 +
4215 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
4216 +        shapes rcut calculator added
4217 +
4218 + 2004-10-29 17:27  chrisfen
4219 +
4220 +        * samples/shape/linear.md: shorter run
4221 +
4222 + 2004-10-29 15:54  tim
4223 +
4224 +        * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
4225 +
4226 + 2004-10-29 11:22  tim
4227 +
4228 +        * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
4229 +        ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
4230 +        some deprecated files
4231 +
4232 + 2004-10-29 11:20  tim
4233 +
4234 +        * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
4235 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
4236 +        More painful reconstruction is coming !!!
4237 +
4238 + 2004-10-28 17:34  tim
4239 +
4240 +        * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
4241 +        test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
4242 +        test/brains/RigidBody.cpp, test/brains/RigidBody.hpp,
4243 +        test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
4244 +        DirectionalAtom and RigidBody
4245 +
4246 + 2004-10-28 17:26  tim
4247 +
4248 +        * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
4249 +        src/applications/simpleBuilder/MoLocator.cpp,
4250 +        src/applications/simpleBuilder/Vector3d.hpp,
4251 +        src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
4252 +        remove old Vector3d.hpp from application/simpleBuilder
4253 +
4254 + 2004-10-28 16:42  tim
4255 +
4256 +        * src/utils/next_combination.hpp: Minor change in next_combination
4257 +
4258 + 2004-10-28 16:28  tim
4259 +
4260 +        * src/utils/next_combination.hpp,
4261 +        test/utils/NextCombinationTestCase.cpp,
4262 +        test/utils/ReplaceWildCardTestCase.cpp: Done with combination
4263 +
4264 + 2004-10-28 16:11  tim
4265 +
4266 +        * src/utils/next_combination.hpp: change documentation of
4267 +        next_combination.hpp
4268 +
4269 + 2004-10-28 15:41  tim
4270 +
4271 +        * ChangeLog, src/utils/next_combination.hpp,
4272 +        test/utils/NextCombinationTestCase.cpp,
4273 +        test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
4274 +
4275 + 2004-10-28 15:01  tim
4276 +
4277 +        * src/utils/next_combination.hpp: adding replace wildcard function
4278 +
4279 + 2004-10-28 14:33  tim
4280 +
4281 +        * src/utils/next_combination.hpp: Minor change
4282 +
4283 + 2004-10-28 14:06  tim
4284 +
4285 +        * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
4286 +        src/applications/simpleBuilder/simpleBuilder.cpp,
4287 +        src/utils/next_combination.hpp, test/utils/Makefile,
4288 +        test/utils/NextCombinationTestCase.cpp,
4289 +        test/utils/ReplaceWildCardTestCase.cpp,
4290 +        test/utils/next_combination.hpp: STL next_permutation like
4291 +        next_combination is working
4292 +
4293 + 2004-10-28 12:22  chrisfen
4294 +
4295 +        * src/UseTheForce/WATER.cpp: fix of setDipoles
4296 +
4297 + 2004-10-28 12:20  gezelter
4298 +
4299 +        * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
4300 +        shapeFile
4301 +
4302 + 2004-10-28 12:20  gezelter
4303 +
4304 +        * samples/shape/linear.md: forgot the orientation line
4305 +
4306 + 2004-10-28 11:56  gezelter
4307 +
4308 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4309 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
4310 +        UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
4311 +        declaration foo
4312 +
4313 + 2004-10-28 11:55  gezelter
4314 +
4315 +        * samples/lipid/5x5.md: uncommented .in line
4316 +
4317 + 2004-10-28 10:42  tim
4318 +
4319 +        * test/utils/: Makefile, NextCombinationTestCase.cpp,
4320 +        NextCombinationTestCase.hpp, next_combination.hpp: next_combination
4321 +        in progress
4322 +
4323 + 2004-10-28 10:15  tim
4324 +
4325 +        * test/utils/: NextCombinationTestCase.cpp,
4326 +        NextCombinationTestCase.hpp: adding next_combination test case
4327 +
4328 + 2004-10-28 10:02  tim
4329 +
4330 +        * test/utils/next_combination.hpp: STL Compatible combination
4331 +        sequence generator
4332 +
4333 + 2004-10-28 01:23  tim
4334 +
4335 +        * test/utils/: GenerateCombination.hpp,
4336 +        ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
4337 +
4338 + 2004-10-28 01:16  tim
4339 +
4340 +        * test/utils/GenerateCombination.hpp: a STL next_permutaion like
4341 +        next_combination function.
4342 +
4343 + 2004-10-27 22:27  tim
4344 +
4345 +        * test/utils/ReplaceWildCard.hpp: no message
4346 +
4347 + 2004-10-27 22:14  tim
4348 +
4349 +        * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
4350 +        ReplaceWildCard(recursive version) is working, need refactoring. An
4351 +        iterative version is on the way
4352 +
4353 + 2004-10-27 21:28  tim
4354 +
4355 +        * test/utils/: Makefile, ReplaceWildCard.hpp,
4356 +        ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
4357 +
4358 + 2004-10-27 21:08  tim
4359 +
4360 +        * test/utils/: ReplaceWildCardTestCase.cpp,
4361 +        ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
4362 +
4363 + 2004-10-27 18:17  tim
4364 +
4365 +        * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
4366 +        test
4367 +
4368 + 2004-10-27 01:25  tim
4369 +
4370 +        * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
4371 +        char matching is on the way
4372 +
4373 + 2004-10-27 01:07  tim
4374 +
4375 +        * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
4376 +
4377 + 2004-10-26 22:00  gezelter
4378 +
4379 +        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
4380 +
4381 + 2004-10-26 21:20  gezelter
4382 +
4383 +        * src/UseTheForce/ForceFields.hpp: subclass foo
4384 +
4385 + 2004-10-26 21:16  gezelter
4386 +
4387 +        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
4388 +        string conversion
4389 +
4390 + 2004-10-26 19:01  gezelter
4391 +
4392 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4393 +        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
4394 +        brains/SimSetup.hpp: char* -> string
4395 +
4396 + 2004-10-26 17:25  gezelter
4397 +
4398 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
4399 +        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
4400 +        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
4401 +        isXXX
4402 +
4403 + 2004-10-26 17:25  gezelter
4404 +
4405 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
4406 +        define name collision
4407 +
4408 + 2004-10-26 17:24  gezelter
4409 +
4410 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4411 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
4412 +        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
4413 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
4414 +        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
4415 +        forcefield refactoring for shapes
4416 +
4417 + 2004-10-26 17:24  gezelter
4418 +
4419 +        * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
4420 +        Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
4421 +        linear.md, linear.shape, toluene.shape: adding sample shape
4422 +        directory
4423 +
4424 + 2004-10-26 17:19  tim
4425 +
4426 +        * ChangeLog, src/brains/DataStorage.cpp,
4427 +        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
4428 +        test/brains/DataStorageTestCase.cpp,
4429 +        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
4430 +        DataStorage passes unit test
4431 +
4432 + 2004-10-26 13:03  chrisfen
4433 +
4434 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
4435 +        Changes to help advance shapes
4436 +
4437 + 2004-10-26 13:02  chrisfen
4438 +
4439 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
4440 +        Shapes force field reader
4441 +
4442 + 2004-10-26 12:28  tim
4443 +
4444 +        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
4445 +        SnapshotTestCase in progress
4446 +
4447 + 2004-10-25 17:46  tim
4448 +
4449 +        * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
4450 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
4451 +        src/math/Vector3.hpp, test/brains/StuntDouble.hpp,
4452 +        test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp,
4453 +        test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
4454 +        and Vector classes
4455 +
4456 + 2004-10-25 12:03  tim
4457 +
4458 +        * ChangeLog, src/utils/GenericFactory.hpp,
4459 +        test/utils/GenericFactoryTestCase.cpp,
4460 +        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
4461 +        GenericFactory Test Case. GenericFactory now can bed used to creat
4462 +        ForcefieldFactory and IntegratorFactory etc.
4463 +
4464 + 2004-10-24 23:08  tim
4465 +
4466 +        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
4467 +        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
4468 +        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
4469 +        get reconstructed
4470 +
4471 + 2004-10-24 02:55  tim
4472 +
4473 +        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
4474 +
4475 + 2004-10-23 18:09  tim
4476 +
4477 +        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
4478 +        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
4479 +        RigidBody.cpp: Refactoring in progress
4480 +
4481   2004-10-22 18:09  tim
4482  
4483          * ChangeLog, src/brains/Snapshot.hpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines