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 2116 by tim, Fri Mar 11 15:00:20 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 1 | Line 1
1 < 2005-03-11 00:43  chrisfen
2 <
3 <        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
4 <        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
5 <        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
6 <        MPI restraints
7 <
8 < 2005-03-10 23:56  tim
9 <
10 <        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
11 <        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
12 <        and cutoff group
13 <
14 < 2005-03-10 22:06  gezelter
15 <
16 <        * src/types/MorseBondType.hpp: fixed a doxygen problem
17 <
18 < 2005-03-10 21:51  gezelter
19 <
20 <        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
21 <        the split dipole test cases
22 <
23 < 2005-03-10 21:51  gezelter
24 <
25 <        * doc/SelectionExpression.html: updated some documentation
26 <
27 < 2005-03-10 20:40  gezelter
28 <
29 <        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
30 <        Makefile: LinkedList removal project starts now
31 <
32 < 2005-03-10 20:28  tim
33 <
34 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
35 <        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
36 <        using map to replace link list
37 <
38 < 2005-03-10 19:11  tim
39 <
40 <        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
41 <        case  of split dipole
42 <
43 < 2005-03-10 19:10  chrisfen
44 <
45 <        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
46 <        src/io/RestWriter.cpp,
47 <        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
48 <        builds...
49 <
50 < 2005-03-10 18:44  tim
51 <
52 <        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
53 <        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
54 <        adding test case for split dipole
55 <
56 < 2005-03-10 17:54  gezelter
57 <
58 <        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
59 <        support for split dipoles
60 <
61 < 2005-03-10 16:27  chrisfen
62 <
63 <        * samples/water/tip3p_ice/tp3.md,
64 <        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
65 <        restraints
66 <
67 < 2005-03-10 16:15  chrisfen
68 <
69 <        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
70 <        src/UseTheForce/ForceFields.hpp,
71 <        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
72 <
73 < 2005-03-10 16:14  tim
74 <
75 <        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
76 <        src/io/MultipoleAtomTypesSectionParser.cpp,
77 <        src/selection/SelectionEvaluator.cpp: minor change
78 <
79 < 2005-03-10 15:10  chrisfen
80 <
81 <        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
82 <        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
83 <        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
84 <        src/integrators/VelocityVerletIntegrator.cpp,
85 <        src/integrators/VelocityVerletIntegrator.hpp,
86 <        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
87 <        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
88 <        src/io/RestReader.hpp, src/io/RestWriter.cpp,
89 <        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
90 <        src/io/RestraintWriter.cpp, src/restraints/Makefile,
91 <        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
92 <        src/restraints/ThermoIntegrationForceManager.cpp,
93 <        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
94 <        the new restraints code
95 <
96 < 2005-03-09 18:48  tim
97 <
98 <        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
99 <        IndexFinder
100 <
101 < 2005-03-09 18:46  tim
102 <
103 <        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
104 <        applications/dump2Xyz/Dump2XYZCmd.c,
105 <        applications/dump2Xyz/Dump2XYZCmd.h,
106 <        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
107 <        fix compilation issue
108 <
109 < 2005-03-09 17:58  tim
110 <
111 <        * forceFields/DUFF2.frc, scripts/filepp,
112 <        src/UseTheForce/EAM_FF.cpp,
113 <        src/io/MultipoleAtomTypesSectionParser.cpp,
114 <        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
115 <        in SectionParser (lineNo is not updated)
116 <
117 < 2005-03-09 17:30  tim
118 <
119 <        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
120 <        applications/dump2Xyz/Dump2XYZ.ggo,
121 <        applications/dump2Xyz/Dump2XYZCmd.c,
122 <        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
123 <        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
124 <        io/ChargeAtomTypesSectionParser.hpp,
125 <        io/ElectrostaticAtomTypesSectionParser.cpp,
126 <        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
127 <        io/MultipoleAtomTypesSectionParser.cpp,
128 <        io/MultipoleAtomTypesSectionParser.hpp,
129 <        io/SectionParserManager.cpp, selection/Makefile,
130 <        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
131 <        types/AtomType.cpp, types/DirectionalAtomType.cpp,
132 <        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
133 <        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
134 <        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
135 <        into ChargeAtomTypesSectionParser and
136 <        MultipoleAtomTypesSectionParser;remove print dipole option from
137 <        Dump2XYZ;
138 <
139 < 2005-03-09 17:28  tim
140 <
141 <        * forceFields/DUFF2.frc: change the format of DUFF2
142 <
143 < 2005-03-09 15:44  gezelter
144 <
145 <        * src/UseTheForce/DarkSide/: electrostatic.F90,
146 <        electrostatic_interface.F90, electrostatic_interface.h: new
147 <        electrostatic module
148 <
149 < 2005-03-09 14:26  gezelter
150 <
151 <        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
152 <        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
153 <        and fixed quadrupole stuff
154 <
155 < 2005-03-09 14:25  gezelter
156 <
157 <        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
158 <        for outdated charge and dipole interfaces
159 <
160 < 2005-03-08 21:08  gezelter
161 <
162 <        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
163 <        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
164 <        charge-dipole test cases
165 <
166 < 2005-03-08 21:07  gezelter
167 <
168 <        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
169 <        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
170 <        strange icc8 bug (we think).
171 <
172 < 2005-03-08 21:07  gezelter
173 <
174 <        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
175 <
176 < 2005-03-08 21:07  gezelter
177 <
178 <        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
179 <        Unification Project
180 <
181 < 2005-03-08 21:07  gezelter
182 <
183 <        * src/io/Globals.cpp: Dunno
184 <
185 < 2005-03-08 21:06  gezelter
186 <
187 <        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
188 <        OOPSE_itoa and checking a NULL left over from the LinkedList days
189 <
190 < 2005-03-08 21:06  gezelter
191 <
192 <        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
193 <        atype_interface.F90, atype_interface.h, charge.F90,
194 <        charge_interface.F90, charge_interface.h, dipole.F90,
195 <        dipole_interface.F90, dipole_interface.h: electrostatic unification
196 <        project fixed an uninitialized variable in Lennard Jones mixing map
197 <
198 < 2005-03-08 21:05  gezelter
199 <
200 <        * src/UseTheForce/doForces.F90: electrostatic unification project
201 <
202 < 2005-03-08 21:05  gezelter
203 <
204 <        * samples/water/dimer/: two.md, water.md: making some cool test
205 <        cases
206 <
207 < 2005-03-08 21:05  gezelter
208 <
209 <        * forceFields/DUFF2.frc: Added a charge for Chlorine
210 <
211 < 2005-03-07 22:39  tim
212 <
213 <        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
214 <        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
215 <        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
216 <        Fixing a bug in BitSet.cpp
217 <
218 < 2005-03-04 15:28  gezelter
219 <
220 <        * src/config.h.in: Cleaning up config.h.in by adding comments
221 <
222 < 2005-03-04 15:28  gezelter
223 <
224 <        * configure, ac-tools/configure.in, make/Makefile.in,
225 <        src/brains/SimCreator.cpp: SPRNG eradication project
226 <
227 < 2005-03-03 14:40  tim
228 <
229 <        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
230 <        missing atom type problem)
231 <
232 < 2005-03-02 16:29  tim
233 <
234 <        * src/math/RandNumGen.hpp: adding base class of Random Number
235 <        generator
236 <
237 < 2005-03-02 16:28  tim
238 <
239 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
240 <        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
241 <        Velocitizer is not initialized which causes a seg fault
242 <
243 < 2005-03-02 15:36  tim
244 <
245 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
246 <        integrators/Velocitizer.hpp, math/Makefile,
247 <        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
248 <        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
249 <        math/SeqRandNumGen.hpp: remove default parameter from
250 <        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
251 <        random number generator
252 <
253 < 2005-03-02 07:32  tim
254 <
255 <        * test/math/testRandNumGen.cpp: Adding unit test for random number
256 <        generator
257 <
258 < 2005-03-01 23:17  tim
259 <
260 <        * src/brains/Thermo.hpp: fixed a file inclusion problem
261 <
262 < 2005-03-01 23:17  tim
263 <
264 <        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
265 <        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
266 <        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
267 <        RandNumGenTestCase.hpp: fixed compilation problem
268 <
269 < 2005-03-01 23:02  tim
270 <
271 <        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
272 <        integrators/Velocitizer.hpp, math/Makefile,
273 <        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
274 <        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
275 <        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
276 <
277 < 2005-03-01 23:00  tim
278 <
279 <        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
280 <        ParallelandNumGenTestCase.hpp: Change the name of test case
281 <
282 < 2005-03-01 21:00  tim
283 <
284 <        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
285 <        OOPSERandNumGenTestCase.hpp: adding testcase for random number
286 <        generator
287 <
288 < 2005-03-01 20:10  tim
289 <
290 <        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
291 <        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
292 <        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
293 <        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
294 <        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
295 <        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
296 <        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
297 <        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
298 <
299 < 2005-03-01 19:11  tim
300 <
301 <        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
302 <        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
303 <        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
304 <        OOPSERandNumGen
305 <
306 < 2005-03-01 15:44  gezelter
307 <
308 <        * make/Makefile.in: Fixed the damned build problem with the
309 <        libraries not being removed in make clean and make distclean (at
310 <        least we think it is fixed).
311 <
312 < 2005-03-01 15:26  gezelter
313 <
314 <        * src/math/MersenneTwister.hpp: Making small modifications to allow
315 <        for use on MPI machines
316 <
317 < 2005-03-01 14:45  tim
318 <
319 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
320 <        integrators/Velocitizer.cpp, io/DumpReader.cpp,
321 <        math/MersenneTwister.hpp: adding MersenneTwister random number
322 <        generator
323 <
324 < 2005-03-01 03:55  tim
325 <
326 <        * src/math/MersenneTwister.hpp: Adding a modified version of
327 <        MersenneTwister.hpp
328 <
329 < 2005-02-28 17:24  tim
330 <
331 <        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
332 <        definition.jpg: selection expression
333 <
334 < 2005-02-25 21:22  tim
335 <
336 <        * src/: UseTheForce/DarkSide/LJ.F90,
337 <        UseTheForce/DarkSide/lj_interface.F90,
338 <        UseTheForce/DarkSide/lj_interface.h,
339 <        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
340 <        types/AtomType.hpp: adding soft potential to LJ Module
341 <
342 < 2005-02-25 16:38  tim
343 <
344 <        * doc/SelectionExpression.html: adding documentation for selection
345 <        expression
346 <
347 < 2005-02-24 20:55  tim
348 <
349 <        * src/: applications/simpleBuilder/simpleBuilder.cpp,
350 <        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
351 <        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
352 <        adding basic_teebuf which can operate on multiple stream
353 <        simutaneously.
354 <
355 < 2005-02-22 18:56  tim
356 <
357 <        * src/: UseTheForce/DarkSide/reactionField.F90,
358 <        primitives/RigidBody.cpp: reactionfield get fixed
359 <
360 < 2005-02-21 16:57  tim
361 <
362 <        * src/: applications/staticProps/GofRAngle.cpp,
363 <        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
364 <        a bug in GofRAngle
365 <
366 < 2005-02-21 15:28  tim
367 <
368 <        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
369 <
370 < 2005-02-21 15:22  tim
371 <
372 <        * src/utils/next_combination.hpp: fix for compilation on the Sun
373 <
374 < 2005-02-21 15:21  tim
375 <
376 <        * src/utils/GenericData.hpp: fix problem in sun
377 <
378 < 2005-02-18 23:07  tim
379 <
380 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
381 <        applications/dump2Xyz/Dump2XYZ.ggo,
382 <        applications/dump2Xyz/Dump2XYZCmd.c,
383 <        applications/dump2Xyz/Dump2XYZCmd.h,
384 <        applications/dynamicProps/RCorrFunc.cpp,
385 <        applications/staticProps/GofXyz.cpp,
386 <        applications/staticProps/GofXyz.hpp,
387 <        applications/staticProps/StaticProps.cpp,
388 <        applications/staticProps/StaticProps.ggo,
389 <        applications/staticProps/StaticPropsCmd.c,
390 <        applications/staticProps/StaticPropsCmd.h,
391 <        io/ElectrostaticAtomTypesSectionParser.cpp,
392 <        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
393 <        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
394 <
395 < 2005-02-18 15:58  gezelter
396 <
397 <        * src/brains/Register.cpp: Corrected filename collision for EAM on
398 <        Mac OS X
399 <
400 < 2005-02-18 15:58  gezelter
401 <
402 <        * src/applications/oopse/oopse.cpp: Updated copyright information
403 <
404 < 2005-02-18 15:58  gezelter
405 <
406 <        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
407 <        Makefile: corrected filename collision for EAM on operating systems
408 <        which are not case sensitive (aka Mac OS X)
409 <
410 < 2005-02-17 20:15  tim
411 <
412 <        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
413 <
414 < 2005-02-17 19:50  tim
415 <
416 <        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
417 <        in GofXyz
418 <
419 < 2005-02-17 19:09  tim
420 <
421 <        * src/applications/staticProps/RadialDistrFunc.hpp: make
422 <        processHistogram non-abstrct function
423 <
424 < 2005-02-17 18:41  tim
425 <
426 <        * src/applications/staticProps/GofXyz.cpp: [no log message]
427 <
428 < 2005-02-17 18:30  tim
429 <
430 <        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
431 <        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
432 <        finish GofXyz
433 <
434 < 2005-02-17 16:21  tim
435 <
436 <        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
437 <        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
438 <        distribution function
439 <
440 < 2005-02-17 15:23  tim
441 <
442 <        * src/utils/BitSet.hpp: forget the const correctness for BitSet
443 <
444 < 2005-02-17 15:18  tim
445 <
446 <        * src/: brains/BlockSnapshotManager.cpp,
447 <        selection/DistanceFinder.cpp: The change of interface of BitSet
448 <        cause a bug in SelectionEvaluation
449 <
450 < 2005-02-16 21:13  tim
451 <
452 <        * src/utils/residentMem.c: return residentMem in byte
453 <
454 < 2005-02-16 21:00  tim
455 <
456 <        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
457 <        a bug in writing out the value of cosang
458 <
459 < 2005-02-16 20:43  tim
460 <
461 <        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
462 <        estimate avaliable memory
463 <
464 < 2005-02-16 20:30  tim
465 <
466 <        * src/: applications/staticProps/GofAngle2.cpp,
467 <        applications/staticProps/GofAngle2.hpp,
468 <        applications/staticProps/GofR.cpp,
469 <        applications/staticProps/GofR.hpp,
470 <        applications/staticProps/GofRAngle.cpp,
471 <        applications/staticProps/GofRAngle.hpp,
472 <        applications/staticProps/GofXyz.cpp,
473 <        applications/staticProps/GofXyz.hpp,
474 <        applications/staticProps/StaticProps.cpp,
475 <        applications/staticProps/StaticProps.ggo,
476 <        applications/staticProps/StaticPropsCmd.c,
477 <        applications/staticProps/StaticPropsCmd.h,
478 <        brains/BlockSnapshotManager.cpp: change the default bin number
479 <
480 < 2005-02-16 19:36  tim
481 <
482 <        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
483 <        applications/dynamicProps/RCorrFunc.cpp,
484 <        applications/dynamicProps/TimeCorrFunc.cpp,
485 <        applications/dynamicProps/VCorrFunc.cpp,
486 <        applications/staticProps/GofAngle2.cpp,
487 <        applications/staticProps/GofR.cpp,
488 <        applications/staticProps/GofR.hpp,
489 <        applications/staticProps/GofRAngle.cpp,
490 <        applications/staticProps/GofRAngle.hpp,
491 <        applications/staticProps/RadialDistrFunc.cpp,
492 <        applications/staticProps/RadialDistrFunc.hpp,
493 <        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
494 <        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
495 <        files;fix the problem of counting in staticProps
496 <
497 < 2005-02-15 19:39  tim
498 <
499 <        * src/brains/BlockSnapshotManager.cpp: fix a bug in
500 <        BlockSnapshotManager
501 <
502 < 2005-02-15 19:36  tim
503 <
504 <        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
505 <        applications/staticProps/RadialDistrFunc.cpp,
506 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
507 <        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
508 <        reference counting now
509 <
510 < 2005-02-15 17:49  tim
511 <
512 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
513 <        replace std::make_pair by VariablesType::value_type to make Sun
514 <        Compiler happy
515 <
516 < 2005-02-15 17:35  tim
517 <
518 <        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
519 <        TokenMap, using TokenMapType::value_type instead of std::make_pair
520 <        to make Sun compiler happy
521 <
522 < 2005-02-15 17:24  tim
523 <
524 <        * src/applications/staticProps/: GofRAngle.cpp,
525 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
526 <
527 < 2005-02-15 17:11  tim
528 <
529 <        * src/: applications/staticProps/GofR.cpp,
530 <        applications/staticProps/RadialDistrFunc.cpp,
531 <        applications/staticProps/RadialDistrFunc.hpp,
532 <        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
533 <        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
534 <        calculation problem when two selections intersect with each other
535 <
536 < 2005-02-15 15:24  gezelter
537 <
538 <        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
539 <        xlc++
540 <
541 < 2005-02-15 15:17  gezelter
542 <
543 <        * configure, ac-tools/configure.in, src/config.h.in,
544 <        src/utils/residentMem.c: [no log message]
545 <
546 < 2005-02-15 06:17  gezelter
547 <
548 <        * src/utils/residentMem.c: bug fix for null termination
549 <
550 < 2005-02-15 06:11  gezelter
551 <
552 <        * configure, ac-tools/configure.in, src/utils/residentMem.c:
553 <        bugfixing residentMem
554 <
555 < 2005-02-15 05:59  gezelter
556 <
557 <        * configure, ac-tools/configure.in, src/config.h.in,
558 <        src/utils/residentMem.c: bugfixes for residentMem on LINUX
559 <
560 < 2005-02-15 05:08  gezelter
561 <
562 <        * src/utils/Makefile.in: added residentMem
563 <
564 < 2005-02-15 05:05  gezelter
565 <
566 <        * configure, ac-tools/configure.in, make/Makefile.in,
567 <        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
568 <        src/utils/residentMem.h: modifications to estimate memory in use by
569 <        other processes autoconf fixes ps syntax checking config.h file
570 <        cleaning
571 <
572 < 2005-02-14 23:26  gezelter
573 <
574 <        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
575 <
576 < 2005-02-14 23:16  gezelter
577 <
578 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
579 <        strangeness
580 <
581 < 2005-02-14 19:42  tim
582 <
583 <        * src/brains/BlockSnapshotManager.cpp: fix a bug in
584 <        BlockSnapshotManager.hpp
585 <
586 < 2005-02-14 18:51  tim
587 <
588 <        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
589 <        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
590 <        length of first frame
591 <
592 < 2005-02-14 18:12  tim
593 <
594 <        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
595 <        VelocityVerletIntegrator : last frame is written twice
596 <
597 < 2005-02-14 17:57  tim
598 <
599 <        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
600 <        brains/SimInfo.cpp, primitives/RigidBody.cpp,
601 <        primitives/StuntDouble.hpp: begin bug fix
602 <
603 < 2005-02-14 17:35  tim
604 <
605 <        * src/applications/dynamicProps/: CorrelationFunction.cpp,
606 <        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
607 <        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
608 <        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
609 <        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
610 <        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
611 <        VCorrFunc.hpp: refactory CorrelationFunction
612 <
613 < 2005-02-14 15:18  gezelter
614 <
615 <        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
616 <        and start of switch for type of correlation function
617 <
618 < 2005-02-13 21:18  tim
619 <
620 <        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
621 <        calculating  bytes per stuntdouble
622 <
623 < 2005-02-13 21:03  tim
624 <
625 <        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
626 <
627 < 2005-02-13 20:57  tim
628 <
629 <        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
630 <        bug in CorrelationFunction
631 <
632 < 2005-02-13 20:36  tim
633 <
634 <        * src/: applications/staticProps/GofR.cpp,
635 <        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
636 <        bug in SimInfo::getCutoff()
637 <
638 < 2005-02-13 20:08  tim
639 <
640 <        * make/Makefile.in: adding staticProps and dynamicProps into
641 <        Makefile.in
642 <
643 < 2005-02-13 20:05  tim
644 <
645 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
646 <        applications/dynamicProps/CorrelationFunction.hpp,
647 <        applications/staticProps/StaticProps.cpp,
648 <        applications/staticProps/StaticProps.ggo,
649 <        applications/staticProps/StaticPropsCmd.c,
650 <        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
651 <        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
652 <        defaults to the cutoff radius
653 <
654 < 2005-02-13 19:14  tim
655 <
656 <        * src/utils/Algorithm.hpp: adding Algorithm.hpp
657 <
658 < 2005-02-13 19:10  tim
659 <
660 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
661 <        applications/dynamicProps/CorrelationFunction.cpp,
662 <        applications/dynamicProps/CorrelationFunction.hpp,
663 <        applications/dynamicProps/DynamicProps.cpp,
664 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
665 <        integrators/Integrator.cpp, integrators/Integrator.hpp,
666 <        integrators/VelocityVerletIntegrator.cpp,
667 <        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
668 <        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
669 <        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
670 <        visitors/OtherVisitor.cpp: dynamicProps get built
671 <
672 < 2005-02-13 15:56  tim
673 <
674 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
675 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
676 <        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
677 <        progress
678 <
679 < 2005-02-13 08:04  tim
680 <
681 <        * src/: applications/dynamicProps/CorrelationFunction.hpp,
682 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
683 <        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
684 <        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
685 <        work in dynamicProps
686 <
687 < 2005-02-13 07:25  tim
688 <
689 <        * src/applications/dynamicProps/DynamicProps.cpp: adding
690 <        dynamicProps
691 <
692 < 2005-02-13 07:14  tim
693 <
694 <        * src/applications/dynamicProps/: DynamicPropsCmd.c,
695 <        DynamicPropsCmd.h: adding command line option to DynamicProps
696 <
697 < 2005-02-13 07:13  tim
698 <
699 <        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
700 <        adding command line option for DynamicProps
701 <
702 < 2005-02-13 06:57  tim
703 <
704 <        * src/: applications/dynamicProps/CorrelationFunction.cpp,
705 <        applications/dynamicProps/CorrelationFunction.hpp,
706 <        applications/dynamicProps/DipoleCorrFunc.cpp,
707 <        applications/dynamicProps/DipoleCorrFunc.hpp,
708 <        applications/dynamicProps/RCorrFunc.cpp,
709 <        applications/dynamicProps/RCorrFunc.hpp,
710 <        applications/dynamicProps/VCorrFunc.cpp,
711 <        applications/dynamicProps/VCorrFunc.hpp,
712 <        applications/staticProps/RadialDistrFunc.cpp,
713 <        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
714 <        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
715 <        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
716 <        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
717 <        dynamicProps
718 <
719 < 2005-02-12 20:09  tim
720 <
721 <        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
722 <
723 < 2005-02-11 22:41  tim
724 <
725 <        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
726 <        more constructor to Snapshot to create customized DataStorage
727 <
728 < 2005-02-11 22:39  tim
729 <
730 <        * src/selection/: DistanceFinder.hpp, Makefile,
731 <        SelectionManager.hpp: adding beginSelected, nextSelected method to
732 <        SelectionManager
733 <
734 < 2005-02-11 22:36  tim
735 <
736 <        * src/config.h.in, configure: adding support for physmem
737 <
738 < 2005-02-11 22:35  tim
739 <
740 <        * ac-tools/configure.in: adding supprot for physmem
741 <
742 < 2005-02-11 22:35  tim
743 <
744 <        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
745 <        physmem
746 <
747 < 2005-02-10 22:37  tim
748 <
749 <        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
750 <        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
751 <        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
752 <        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
753 <        StaticPropsCmd.h: more work in StaticProps
754 <
755 < 2005-02-10 18:14  tim
756 <
757 <        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
758 <        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
759 <        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
760 <        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
761 <        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
762 <        StaticPropsCmd.h: change the filenames
763 <
764 < 2005-02-10 14:15  tim
765 <
766 <        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
767 <        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
768 <        RadialDistrFunc.hpp: adding GofRAngle
769 <
770 < 2005-02-09 18:21  tim
771 <
772 <        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
773 <        useless files
774 <
775 < 2005-02-09 18:12  tim
776 <
777 <        * src/applications/staticProps/: GofR.cpp, Makefile,
778 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
779 <
780 < 2005-02-09 17:08  tim
781 <
782 <        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
783 <        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
784 <        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
785 <
786 < 2005-02-07 22:39  tim
787 <
788 <        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
789 <        Molecule class
790 <
791 < 2005-02-07 22:38  tim
792 <
793 <        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
794 <
795 < 2005-02-07 22:36  tim
796 <
797 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
798 <        SelectionCompiler.cpp: support select internal index selection, for
799 <        example, select DMPC.3
800 <
801 < 2005-02-07 21:11  tim
802 <
803 <        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
804 <        help info for Dump2XYZ
805 <
806 < 2005-02-07 20:39  chrisfen
807 <
808 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
809 <        selection librarys added
810 <
811 < 2005-02-07 20:31  tim
812 <
813 <        * src/selection/Makefile, make/Makefile.in: adding Makefile
814 <
815 < 2005-02-07 20:20  chrisfen
816 <
817 <        * src/utils/wildcards.hpp: issue commented out in wildcards
818 <
819 < 2005-02-07 20:06  tim
820 <
821 <        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
822 <        which cause reevaluate return NULL
823 <
824 < 2005-02-07 19:14  tim
825 <
826 <        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
827 <        SimSnapshotManager.hpp: fix a bug in determing the global index for
828 <        rigidbodies
829 <
830 < 2005-02-07 19:13  tim
831 <
832 <        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
833 <        in Bitset
834 <
835 < 2005-02-07 19:13  tim
836 <
837 <        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
838 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
839 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
840 <        TokenMap.cpp: selection library is working
841 <
842 < 2005-02-04 22:46  tim
843 <
844 <        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
845 <
846 < 2005-02-04 22:45  tim
847 <
848 <        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
849 <        and XYZVisitor now use selection library
850 <
851 < 2005-02-04 22:44  tim
852 <
853 <        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
854 <        adding SelectionManager into SimInfo
855 <
856 < 2005-02-04 22:43  tim
857 <
858 <        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
859 <        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
860 <        selection library
861 <
862 < 2005-02-04 22:42  tim
863 <
864 <        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
865 <        in BitSet
866 <
867 < 2005-02-04 22:41  tim
868 <
869 <        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
870 <        implementation
871 <
872 < 2005-02-04 22:39  tim
873 <
874 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
875 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
876 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
877 <        SelectionManager.hpp, Token.hpp: half of the selection utility is
878 <        working need to debug within keyword and atomproperty keyword
879 <
880 < 2005-02-04 05:42  tim
881 <
882 <        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
883 <        get built
884 <
885 < 2005-02-04 05:42  tim
886 <
887 <        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
888 <
889 < 2005-02-04 05:26  tim
890 <
891 <        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
892 <        remove some useless files
893 <
894 < 2005-02-04 04:57  tim
895 <
896 <        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
897 <        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
898 <        adding wildcard class; NameFinder is finished
899 <
900 < 2005-02-03 23:14  tim
901 <
902 <        * src/selection/: NameFinder.cpp, NameFinder.hpp,
903 <        SelectionCompiler.cpp, SelectionCompiler.hpp,
904 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
905 <        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
906 <        selection library
907 <
908 < 2005-02-03 14:04  tim
909 <
910 <        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
911 <        selection in progress
912 <
913 < 2005-02-02 23:13  tim
914 <
915 <        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
916 <        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
917 <        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
918 <        progress, except SelectionEvaluator, other files are compiled
919 <
920 < 2005-02-02 23:12  tim
921 <
922 <        * src/utils/: Makefile.in, any.hpp: adding boost::any
923 <
924 < 2005-02-02 12:51  tim
925 <
926 <        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
927 <
928 < 2005-02-01 22:49  tim
929 <
930 <        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
931 <        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
932 <        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
933 <        selection/Token.hpp: Selection in progress
934 <
935 < 2005-02-01 06:55  tim
936 <
937 <        * src/: selection/SelectionCompiler.hpp,
938 <        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
939 <        selection/SelectionManager.hpp, selection/Token.hpp,
940 <        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
941 <
942 < 2005-01-26 15:26  tim
943 <
944 <        * src/integrators/: Integrator.cpp, Integrator.hpp,
945 <        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
946 <        to add eorWriter
947 <
948 < 2005-01-26 15:15  tim
949 <
950 <        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
951 <        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
952 <        wrong column of electroframe
953 <
954 < 2005-01-25 21:59  tim
955 <
956 <        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
957 <        SimInfo, use number of cutoff stamp as counter to loop over
958 <        rigidbody stamp
959 <
960 < 2005-01-25 17:45  tim
961 <
962 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
963 <        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
964 <        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
965 <        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
966 <        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
967 <        io/EAMAtomTypesSectionParser.cpp,
968 <        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
969 <        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
970 <        io/StickyAtomTypesSectionParser.cpp,
971 <        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
972 <        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
973 <        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
974 <        primitives/GhostTorsion.hpp, primitives/Makefile,
975 <        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
976 <        section parser's error message (2) add GhostTorsion (3) accumulate
977 <        inertial tensor from the directional atoms before calculate
978 <        rigidbody's inertial tensor
979 <
980 < 2005-01-17 22:17  tim
981 <
982 <        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
983 <
984 < 2005-01-17 16:58  tim
985 <
986 <        * src/integrators/NVT.cpp: fix a bug in loading initial extended
987 <        system parameters
988 <
989 < 2005-01-17 16:05  tim
990 <
991 <        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
992 <
993 < 2005-01-14 22:02  tim
994 <
995 <        * src/UseTheForce/WATER.cpp: remove WATER.cpp
996 <
997 < 2005-01-14 21:37  tim
998 <
999 <        * forceFields/Makefile: sync Makefile
1000 <
1001 < 2005-01-14 21:13  gezelter
1002 <
1003 <        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
1004 <        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
1005 <        src/applications/dump2Xyz/Makefile,
1006 <        src/applications/oopse/Makefile,
1007 <        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
1008 <        src/constraints/Makefile, src/integrators/Makefile,
1009 <        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
1010 <        src/primitives/Makefile, src/profiling/Makefile,
1011 <        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
1012 <        src/visitors/Makefile: moved Package variable into subdirectory
1013 <        makefiles to speed up the building process
1014 <
1015 < 2005-01-14 20:48  gezelter
1016 <
1017 <        * src/applications/oopse/oopse.cpp: Fixed publication details in
1018 <        banner
1019 <
1020 < 2005-01-14 20:48  gezelter
1021 <
1022 <        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
1023 <        simParallel_interface.h: added dummy subroutine to avoid empty
1024 <        unit, synchronized this dummy routine between C and fortran
1025 <
1026 < 2005-01-14 20:31  gezelter
1027 <
1028 <        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
1029 <        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
1030 <        DarkSide/Makefile, DarkSide/atype.F90,
1031 <        DarkSide/atype_interface.F90, DarkSide/charge.F90,
1032 <        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
1033 <        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
1034 <        DarkSide/eam_interface.F90, DarkSide/gb.F90,
1035 <        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
1036 <        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
1037 <        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
1038 <        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
1039 <        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
1040 <        modules and C/Fortran interface subroutines
1041 <
1042 < 2005-01-14 20:15  gezelter
1043 <
1044 <        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
1045 <
1046 < 2005-01-14 20:09  gezelter
1047 <
1048 <        * configure, ac-tools/configure.in, src/config.h.in,
1049 <        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
1050 <
1051 < 2005-01-14 16:49  tim
1052 <
1053 <        * src/: io/EAMAtomTypesSectionParser.cpp,
1054 <        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
1055 <        utils/StringUtils.hpp: using c library to do conversion instead of
1056 <        using iostream due to a bug in libstdc++(GCC 3.2)
1057 <
1058 < 2005-01-14 02:40  tim
1059 <
1060 <        * src/brains/SimSetup.cpp: no message
1061 <
1062 < 2005-01-14 01:56  tim
1063 <
1064 <        * src/primitives/Molecule.hpp: fix a bug in global index
1065 <
1066 < 2005-01-14 01:04  tim
1067 <
1068 <        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
1069 <        Integrator.hpp in Minimizer
1070 <
1071 < 2005-01-13 22:14  gezelter
1072 <
1073 <        * src/utils/Makefile: compile getopt and getopt1 if we need to
1074 <
1075 < 2005-01-13 21:56  gezelter
1076 <
1077 <        * make/Makefile.in: template flags
1078 <
1079 < 2005-01-13 21:48  gezelter
1080 <
1081 <        * src/applications/oopse/Makefile: formatting
1082 <
1083 < 2005-01-13 21:48  gezelter
1084 <
1085 <        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
1086 <        target
1087 <
1088 < 2005-01-13 19:40  tim
1089 <
1090 <        * src/: UseTheForce/fSwitchingFunction.h,
1091 <        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
1092 <        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
1093 <        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
1094 <        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
1095 <
1096 < 2005-01-13 18:26  tim
1097 <
1098 <        * make/Makefile.in: change the order of linking (object file comes
1099 <        first and then follow by user built library)
1100 <
1101 < 2005-01-12 23:24  tim
1102 <
1103 <        * src/io/DumpWriter.cpp: remove useless debug info
1104 <
1105 < 2005-01-12 23:21  tim
1106 <
1107 <        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
1108 <
1109 < 2005-01-12 23:17  tim
1110 <
1111 <        * make/: Makefile.in, Makefile.in: missing tab
1112 <
1113 < 2005-01-12 23:15  tim
1114 <
1115 <        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
1116 <        get fixed
1117 <
1118 < 2005-01-12 22:40  gezelter
1119 <
1120 <        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
1121 <        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
1122 <        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
1123 <        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
1124 <        src/UseTheForce/ForceFieldCreator.hpp,
1125 <        src/UseTheForce/ForceFieldFactory.cpp,
1126 <        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
1127 <        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
1128 <        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
1129 <        src/UseTheForce/fSwitchingFunction.h,
1130 <        src/UseTheForce/mpiComponentPlan.h,
1131 <        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
1132 <        src/UseTheForce/notifyCutoffs.F90,
1133 <        src/UseTheForce/notifyCutoffs_interface.h,
1134 <        src/UseTheForce/DarkSide/LJ.F90,
1135 <        src/UseTheForce/DarkSide/atype.F90,
1136 <        src/UseTheForce/DarkSide/atype_interface.h,
1137 <        src/UseTheForce/DarkSide/charge.F90,
1138 <        src/UseTheForce/DarkSide/charge_interface.h,
1139 <        src/UseTheForce/DarkSide/dipole.F90,
1140 <        src/UseTheForce/DarkSide/dipole_interface.h,
1141 <        src/UseTheForce/DarkSide/eam.F90,
1142 <        src/UseTheForce/DarkSide/eam_interface.h,
1143 <        src/UseTheForce/DarkSide/force_globals.F90,
1144 <        src/UseTheForce/DarkSide/gb.F90,
1145 <        src/UseTheForce/DarkSide/gb_interface.h,
1146 <        src/UseTheForce/DarkSide/lj_interface.h,
1147 <        src/UseTheForce/DarkSide/neighborLists.F90,
1148 <        src/UseTheForce/DarkSide/reactionField.F90,
1149 <        src/UseTheForce/DarkSide/shapes.F90,
1150 <        src/UseTheForce/DarkSide/shapes_interface.h,
1151 <        src/UseTheForce/DarkSide/simParallel.F90,
1152 <        src/UseTheForce/DarkSide/simParallel_interface.h,
1153 <        src/UseTheForce/DarkSide/simulation.F90,
1154 <        src/UseTheForce/DarkSide/simulation_interface.h,
1155 <        src/UseTheForce/DarkSide/sticky.F90,
1156 <        src/UseTheForce/DarkSide/sticky_interface.h,
1157 <        src/UseTheForce/DarkSide/switcheroo.F90,
1158 <        src/applications/Makedepend, src/applications/quickLate.c,
1159 <        src/applications/dump2Xyz/Dump2XYZ.cpp,
1160 <        src/applications/oopse/oopse.cpp,
1161 <        src/applications/simpleBuilder/BaseLattice.cpp,
1162 <        src/applications/simpleBuilder/BaseLattice.hpp,
1163 <        src/applications/simpleBuilder/Lattice.cpp,
1164 <        src/applications/simpleBuilder/Lattice.hpp,
1165 <        src/applications/simpleBuilder/LatticeCreator.cpp,
1166 <        src/applications/simpleBuilder/LatticeCreator.hpp,
1167 <        src/applications/simpleBuilder/LatticeFactory.cpp,
1168 <        src/applications/simpleBuilder/LatticeFactory.hpp,
1169 <        src/applications/simpleBuilder/MoLocator.cpp,
1170 <        src/applications/simpleBuilder/MoLocator.hpp,
1171 <        src/applications/simpleBuilder/simpleBuilder.cpp,
1172 <        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
1173 <        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
1174 <        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
1175 <        src/brains/Makefile, src/brains/Migrator.hpp,
1176 <        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
1177 <        src/brains/Register.cpp, src/brains/Register.hpp,
1178 <        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
1179 <        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
1180 <        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
1181 <        src/brains/SimSnapshotManager.cpp,
1182 <        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
1183 <        src/brains/SimState.hpp, src/brains/SkipList.cpp,
1184 <        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
1185 <        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
1186 <        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
1187 <        src/brains/Thermo.hpp, src/brains/fSimulation.h,
1188 <        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
1189 <        src/constraints/AbstractClasses.hpp,
1190 <        src/constraints/ConstraintElem.hpp,
1191 <        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
1192 <        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
1193 <        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
1194 <        src/constraints/ZconsStruct.hpp,
1195 <        src/constraints/ZconstraintForceManager.cpp,
1196 <        src/constraints/ZconstraintForceManager.hpp,
1197 <        src/integrators/AbstractClasses.hpp,
1198 <        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
1199 <        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
1200 <        src/integrators/Integrator.hpp,
1201 <        src/integrators/IntegratorCreator.hpp,
1202 <        src/integrators/IntegratorFactory.cpp,
1203 <        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
1204 <        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
1205 <        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
1206 <        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
1207 <        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
1208 <        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
1209 <        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
1210 <        src/integrators/RotationAlgorithm.hpp,
1211 <        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
1212 <        src/integrators/VelocityVerletIntegrator.cpp,
1213 <        src/integrators/VelocityVerletIntegrator.hpp,
1214 <        src/io/AtomTypesSectionParser.cpp,
1215 <        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
1216 <        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
1217 <        src/io/BendTypesSectionParser.cpp,
1218 <        src/io/BendTypesSectionParser.hpp,
1219 <        src/io/BondTypesSectionParser.cpp,
1220 <        src/io/BondTypesSectionParser.hpp,
1221 <        src/io/DirectionalAtomTypesSectionParser.cpp,
1222 <        src/io/DirectionalAtomTypesSectionParser.hpp,
1223 <        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
1224 <        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
1225 <        src/io/EAMAtomTypesSectionParser.cpp,
1226 <        src/io/EAMAtomTypesSectionParser.hpp,
1227 <        src/io/ElectrostaticAtomTypesSectionParser.cpp,
1228 <        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
1229 <        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
1230 <        src/io/LennardJonesAtomTypesSectionParser.cpp,
1231 <        src/io/LennardJonesAtomTypesSectionParser.hpp,
1232 <        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
1233 <        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
1234 <        src/io/Makefile, src/io/SectionParser.cpp,
1235 <        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
1236 <        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
1237 <        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
1238 <        src/io/StickyAtomTypesSectionParser.hpp,
1239 <        src/io/TorsionTypesSectionParser.cpp,
1240 <        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
1241 <        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1242 <        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
1243 <        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
1244 <        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
1245 <        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
1246 <        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
1247 <        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
1248 <        src/math/MatVec3.h, src/math/Polynomial.hpp,
1249 <        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
1250 <        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
1251 <        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
1252 <        src/math/Vector.hpp, src/math/Vector3.hpp,
1253 <        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
1254 <        src/minimizers/CGFamilyMinimizer.cpp,
1255 <        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
1256 <        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
1257 <        src/minimizers/MinimizerCreator.hpp,
1258 <        src/minimizers/MinimizerFactory.cpp,
1259 <        src/minimizers/MinimizerFactory.hpp,
1260 <        src/minimizers/MinimizerParameterSet.cpp,
1261 <        src/minimizers/MinimizerParameterSet.hpp,
1262 <        src/minimizers/OOPSEMinimizer.cpp,
1263 <        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
1264 <        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
1265 <        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
1266 <        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1267 <        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
1268 <        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
1269 <        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
1270 <        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
1271 <        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1272 <        src/primitives/GhostBend.hpp, src/primitives/Makefile,
1273 <        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
1274 <        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
1275 <        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
1276 <        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
1277 <        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
1278 <        src/primitives/UreyBradleyBend.cpp,
1279 <        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
1280 <        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
1281 <        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
1282 <        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
1283 <        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
1284 <        src/types/BendType.hpp, src/types/BondStamp.cpp,
1285 <        src/types/BondStamp.hpp, src/types/BondType.hpp,
1286 <        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
1287 <        src/types/Component.cpp, src/types/Component.hpp,
1288 <        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
1289 <        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
1290 <        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
1291 <        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
1292 <        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
1293 <        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
1294 <        src/types/Makefile, src/types/MoleculeStamp.cpp,
1295 <        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
1296 <        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
1297 <        src/types/PolynomialBondType.hpp,
1298 <        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
1299 <        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
1300 <        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
1301 <        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
1302 <        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
1303 <        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
1304 <        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
1305 <        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
1306 <        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
1307 <        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
1308 <        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
1309 <        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
1310 <        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
1311 <        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
1312 <        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
1313 <        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
1314 <        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
1315 <        src/utils/Utility.cpp, src/utils/Utility.hpp,
1316 <        src/utils/definitions.F90, src/utils/fError.c,
1317 <        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
1318 <        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
1319 <        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
1320 <        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
1321 <        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
1322 <        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
1323 <        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
1324 <        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1325 <        src/visitors/ZconsVisitor.hpp: merging new_design branch into
1326 <        OOPSE-2.0
1327 <
1328 < 2005-01-12 18:13  tim
1329 <
1330 <        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
1331 <        utils/TypeContainer.hpp: forget to include <algorithm>
1332 <
1333 < 2005-01-12 17:25  tim
1334 <
1335 <        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
1336 <        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
1337 <        fields
1338 <
1339 < 2005-01-12 17:14  tim
1340 <
1341 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
1342 <        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
1343 <        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
1344 <        UseTheForce/ForceFieldCreator.hpp,
1345 <        UseTheForce/ForceFieldFactory.cpp,
1346 <        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
1347 <        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
1348 <        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
1349 <        UseTheForce/notifyCutoffs.F90,
1350 <        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
1351 <        UseTheForce/DarkSide/atype.F90,
1352 <        UseTheForce/DarkSide/atype_interface.h,
1353 <        UseTheForce/DarkSide/charge.F90,
1354 <        UseTheForce/DarkSide/charge_interface.h,
1355 <        UseTheForce/DarkSide/dipole.F90,
1356 <        UseTheForce/DarkSide/dipole_interface.h,
1357 <        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
1358 <        UseTheForce/DarkSide/force_globals.F90,
1359 <        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
1360 <        UseTheForce/DarkSide/lj_interface.h,
1361 <        UseTheForce/DarkSide/neighborLists.F90,
1362 <        UseTheForce/DarkSide/reactionField.F90,
1363 <        UseTheForce/DarkSide/shapes.F90,
1364 <        UseTheForce/DarkSide/shapes_interface.h,
1365 <        UseTheForce/DarkSide/simParallel.F90,
1366 <        UseTheForce/DarkSide/simParallel_interface.h,
1367 <        UseTheForce/DarkSide/simulation.F90,
1368 <        UseTheForce/DarkSide/simulation_interface.h,
1369 <        UseTheForce/DarkSide/sticky.F90,
1370 <        UseTheForce/DarkSide/sticky_interface.h,
1371 <        UseTheForce/DarkSide/switcheroo.F90,
1372 <        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
1373 <        applications/simpleBuilder/BaseLattice.cpp,
1374 <        applications/simpleBuilder/BaseLattice.hpp,
1375 <        applications/simpleBuilder/Lattice.cpp,
1376 <        applications/simpleBuilder/Lattice.hpp,
1377 <        applications/simpleBuilder/LatticeCreator.cpp,
1378 <        applications/simpleBuilder/LatticeCreator.hpp,
1379 <        applications/simpleBuilder/LatticeFactory.cpp,
1380 <        applications/simpleBuilder/LatticeFactory.hpp,
1381 <        applications/simpleBuilder/MoLocator.cpp,
1382 <        applications/simpleBuilder/MoLocator.hpp,
1383 <        applications/simpleBuilder/simpleBuilder.cpp,
1384 <        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
1385 <        brains/Exclude.hpp, brains/ForceManager.cpp,
1386 <        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
1387 <        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
1388 <        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
1389 <        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1390 <        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
1391 <        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
1392 <        brains/Snapshot.cpp, brains/Snapshot.hpp,
1393 <        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
1394 <        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
1395 <        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
1396 <        constraints/Rattle.cpp, constraints/Rattle.hpp,
1397 <        constraints/ZconsStruct.hpp,
1398 <        constraints/ZconstraintForceManager.cpp,
1399 <        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
1400 <        integrators/DLM.hpp, integrators/Integrator.cpp,
1401 <        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
1402 <        integrators/IntegratorFactory.cpp,
1403 <        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
1404 <        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
1405 <        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
1406 <        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
1407 <        integrators/NVT.cpp, integrators/NVT.hpp,
1408 <        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
1409 <        integrators/Velocitizer.hpp,
1410 <        integrators/VelocityVerletIntegrator.cpp,
1411 <        integrators/VelocityVerletIntegrator.hpp,
1412 <        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
1413 <        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
1414 <        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
1415 <        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
1416 <        io/BondTypesSectionParser.hpp,
1417 <        io/DirectionalAtomTypesSectionParser.cpp,
1418 <        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
1419 <        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
1420 <        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
1421 <        io/ElectrostaticAtomTypesSectionParser.cpp,
1422 <        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
1423 <        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
1424 <        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
1425 <        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
1426 <        io/SectionParser.cpp, io/SectionParser.hpp,
1427 <        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
1428 <        io/StatWriter.cpp, io/StatWriter.hpp,
1429 <        io/StickyAtomTypesSectionParser.cpp,
1430 <        io/StickyAtomTypesSectionParser.hpp,
1431 <        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
1432 <        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
1433 <        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
1434 <        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
1435 <        io/node_list.h, io/parse_interface.h, io/parse_me.h,
1436 <        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
1437 <        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
1438 <        math/Polynomial.hpp, math/Quaternion.hpp,
1439 <        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
1440 <        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
1441 <        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
1442 <        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
1443 <        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
1444 <        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
1445 <        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
1446 <        minimizers/MinimizerParameterSet.cpp,
1447 <        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
1448 <        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
1449 <        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
1450 <        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
1451 <        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
1452 <        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
1453 <        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
1454 <        primitives/Molecule.cpp, primitives/Molecule.hpp,
1455 <        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
1456 <        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
1457 <        primitives/Torsion.cpp, primitives/Torsion.hpp,
1458 <        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
1459 <        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
1460 <        restraints/Restraints.cpp, restraints/Restraints.hpp,
1461 <        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
1462 <        types/AtomType.hpp, types/AtomTypeProperties.h,
1463 <        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
1464 <        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
1465 <        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
1466 <        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
1467 <        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
1468 <        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1469 <        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
1470 <        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
1471 <        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
1472 <        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
1473 <        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
1474 <        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
1475 <        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
1476 <        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
1477 <        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
1478 <        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
1479 <        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
1480 <        types/TorsionStamp.hpp, types/TorsionType.hpp,
1481 <        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
1482 <        types/ZconStamp.hpp, utils/GenericData.hpp,
1483 <        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
1484 <        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
1485 <        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
1486 <        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
1487 <        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
1488 <        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
1489 <        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
1490 <        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
1491 <        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
1492 <        utils/simError.c, utils/simError.h, utils/status.F90,
1493 <        utils/vector_class.F90, visitors/AtomData.hpp,
1494 <        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
1495 <        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
1496 <        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
1497 <        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
1498 <        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
1499 <        visitors/ZconsVisitor.hpp: change license
1500 <
1501 < 2005-01-12 17:14  tim
1502 <
1503 <        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
1504 <        branch new_design.
1505 <
1506 < 2005-01-11 21:03  tim
1507 <
1508 <        * src/: constraints/ZconstraintForceManager.cpp,
1509 <        constraints/ZconstraintForceManager.hpp,
1510 <        minimizers/MinimizerParameterSet.cpp,
1511 <        minimizers/MinimizerParameterSet.hpp: change const static double
1512 <        data member to const double
1513 <
1514 < 2005-01-11 20:50  tim
1515 <
1516 <        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
1517 <
1518 < 2005-01-11 20:39  tim
1519 <
1520 <        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
1521 <        change data type from logical to integer in AtomTypeProperties.h
1522 <
1523 < 2005-01-11 16:36  tim
1524 <
1525 <        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
1526 <        new format of EAM force field
1527 <
1528 < 2005-01-11 16:24  tim
1529 <
1530 <        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
1531 <        to DUFF2.frc
1532 <
1533 < 2005-01-11 16:23  tim
1534 <
1535 <        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
1536 <        DUFF2.frc
1537 <
1538 < 2005-01-11 16:09  tim
1539 <
1540 <        * make/Makefile.in: adding constraints and minimizers into
1541 <        Makefile.in
1542 <
1543 < 2005-01-11 16:03  tim
1544 <
1545 <        * src/io/: ChargeAtomTypesSectionParser.cpp,
1546 <        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
1547 <        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
1548 <        files
1549 <
1550 < 2005-01-11 15:59  tim
1551 <
1552 <        * src/io/ZConsWriter.cpp: [no log message]
1553 <
1554 < 2005-01-11 15:53  tim
1555 <
1556 <        * src/UseTheForce/EAM.cpp: minor fix
1557 <
1558 < 2005-01-11 15:52  tim
1559 <
1560 <        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
1561 <        on branch new_design.
1562 <
1563 < 2005-01-11 15:52  tim
1564 <
1565 <        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
1566 <        on branch new_design.
1567 <
1568 < 2005-01-11 15:52  tim
1569 <
1570 <        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
1571 <
1572 < 2005-01-11 15:47  tim
1573 <
1574 <        * make/Makefile.in: forget a '$' sign
1575 <
1576 < 2005-01-11 15:46  tim
1577 <
1578 <        * make/Makefile.in: missing tab in rules
1579 <
1580 < 2005-01-10 22:04  tim
1581 <
1582 <        * src/: UseTheForce/ForceFieldCreator.cpp,
1583 <        UseTheForce/ForceFieldCreator.hpp,
1584 <        UseTheForce/ForceFieldFactory.cpp,
1585 <        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
1586 <        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
1587 <        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
1588 <        brains/Register.cpp, brains/Register.hpp,
1589 <        integrators/IntegratorCreator.cpp,
1590 <        integrators/IntegratorCreator.hpp,
1591 <        integrators/IntegratorFactory.cpp,
1592 <        integrators/IntegratorFactory.hpp, integrators/Makefile,
1593 <        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
1594 <        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
1595 <        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
1596 <        minimizers/MinimizerFactory.hpp: create a register module to
1597 <        register force fields, integrators and minimizers
1598 <
1599 < 2005-01-10 22:04  tim
1600 <
1601 <        * src/brains/Register.cpp: file Register.cpp was initially added on
1602 <        branch new_design.
1603 <
1604 < 2005-01-10 22:04  tim
1605 <
1606 <        * src/brains/Register.hpp: file Register.hpp was initially added on
1607 <        branch new_design.
1608 <
1609 < 2005-01-10 20:52  tim
1610 <
1611 <        * src/: UseTheForce/ForceFieldFactory.cpp,
1612 <        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
1613 <        constraints/ZconstraintForceManager.cpp,
1614 <        constraints/ZconstraintForceManager.hpp,
1615 <        integrators/IntegratorFactory.cpp,
1616 <        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
1617 <        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
1618 <        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
1619 <        method is working now
1620 <
1621 < 2005-01-10 18:05  tim
1622 <
1623 <        * src/: constraints/ConstraintElem.hpp,
1624 <        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
1625 <        constraints/ZconstraintForceManager.cpp,
1626 <        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
1627 <        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
1628 <        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
1629 <        zconstraint
1630 <
1631 < 2005-01-10 18:05  tim
1632 <
1633 <        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
1634 <        initially added on branch new_design.
1635 <
1636 < 2005-01-07 21:50  tim
1637 <
1638 <        * src/constraints/ZconstraintForceManager.cpp: file
1639 <        ZconstraintForceManager.cpp was initially added on branch
1640 <        new_design.
1641 <
1642 < 2005-01-07 21:50  tim
1643 <
1644 <        * src/constraints/ZconstraintForceManager.hpp: file
1645 <        ZconstraintForceManager.hpp was initially added on branch
1646 <        new_design.
1647 <
1648 < 2005-01-07 21:50  tim
1649 <
1650 <        * src/: applications/simpleBuilder/BaseLattice.hpp,
1651 <        applications/simpleBuilder/Lattice.hpp,
1652 <        applications/simpleBuilder/LatticeCreator.hpp,
1653 <        applications/simpleBuilder/LatticeFactory.hpp,
1654 <        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
1655 <        constraints/ConstraintElem.hpp, constraints/Makefile,
1656 <        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
1657 <        constraints/ZconstraintForceManager.cpp,
1658 <        constraints/ZconstraintForceManager.hpp,
1659 <        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
1660 <        utils/NumericConstant.hpp: ZConstraintForceManager in progress
1661 <
1662 < 2005-01-07 21:50  tim
1663 <
1664 <        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
1665 <        initially added on branch new_design.
1666 <
1667 < 2005-01-06 22:31  tim
1668 <
1669 <        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
1670 <        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1671 <        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
1672 <        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
1673 <        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
1674 <        constraint is almost working
1675 <
1676 < 2005-01-06 00:36  tim
1677 <
1678 <        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
1679 <        working
1680 <
1681 < 2005-01-06 00:16  tim
1682 <
1683 <        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1684 <        applications/oopse/oopse.cpp,
1685 <        applications/simpleBuilder/BaseLattice.cpp,
1686 <        applications/simpleBuilder/Lattice.cpp,
1687 <        applications/simpleBuilder/LatticeFactory.cpp,
1688 <        applications/simpleBuilder/LatticeFactory.hpp,
1689 <        applications/simpleBuilder/MoLocator.cpp,
1690 <        applications/simpleBuilder/MoLocator.hpp,
1691 <        applications/simpleBuilder/simpleBuilder.cpp,
1692 <        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
1693 <        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
1694 <        in progress
1695 <
1696 < 2005-01-05 17:35  tim
1697 <
1698 <        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
1699 <        was initially added on branch new_design.
1700 <
1701 < 2005-01-05 17:35  tim
1702 <
1703 <        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
1704 <        added on branch new_design.
1705 <
1706 < 2005-01-05 17:35  tim
1707 <
1708 <        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
1709 <        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
1710 <        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
1711 <        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
1712 <        SDMinimizer.hpp: minimizer in progress
1713 <
1714 < 2005-01-05 17:35  tim
1715 <
1716 <        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
1717 <        was initially added on branch new_design.
1718 <
1719 < 2005-01-05 17:35  tim
1720 <
1721 <        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
1722 <        was initially added on branch new_design.
1723 <
1724 < 2005-01-05 17:35  tim
1725 <
1726 <        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
1727 <        was initially added on branch new_design.
1728 <
1729 < 2005-01-05 17:35  tim
1730 <
1731 <        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
1732 <        added on branch new_design.
1733 <
1734 < 2005-01-04 22:18  tim
1735 <
1736 <        * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
1737 <        brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
1738 <        brains/Thermo.cpp, constraints/ConstraintPair.hpp,
1739 <        constraints/Makefile, integrators/NPT.cpp, integrators/NVE.cpp,
1740 <        integrators/NVT.cpp, integrators/VelocityVerletIntegrator.cpp,
1741 <        integrators/VelocityVerletIntegrator.hpp, io/DumpReader.cpp,
1742 <        primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
1743 <        progress
1744 <
1745 < 2005-01-04 22:18  tim
1746 <
1747 <        * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
1748 <        initially added on branch new_design.
1749 <
1750 < 2005-01-04 22:18  tim
1751 <
1752 <        * src/minimizers/MinimizerParameterSet.cpp: file
1753 <        MinimizerParameterSet.cpp was initially added on branch new_design.
1754 <
1755 < 2005-01-04 22:18  tim
1756 <
1757 <        * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
1758 <        initially added on branch new_design.
1759 <
1760 < 2005-01-04 22:18  tim
1761 <
1762 <        * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
1763 <        was initially added on branch new_design.
1764 <
1765 < 2005-01-04 22:18  tim
1766 <
1767 <        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
1768 <        Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
1769 <        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
1770 <        SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
1771 <
1772 < 2005-01-04 22:18  tim
1773 <
1774 <        * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
1775 <        branch new_design.
1776 <
1777 < 2004-12-20 20:50  chuckv
1778 <
1779 <        * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
1780 <        other BSD's, replaced test -f *.mod with ls function since BSD test
1781 <        apparently doesn't support wildcards.
1782 <
1783 < 2004-12-20 20:36  tim
1784 <
1785 <        * make/Makefile.in: fix a test command incompatiable problem
1786 <
1787 < 2004-12-20 19:49  tim
1788 <
1789 <        * src/integrators/NPTi.cpp: NPT is working now
1790 <
1791 < 2004-12-16 19:20  tim
1792 <
1793 <        * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
1794 <        invalid stamp id
1795 <
1796 < 2004-12-16 19:00  tim
1797 <
1798 <        * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
1799 <        newEAM.u6.frc: adding new EAM force field files
1800 <
1801 < 2004-12-16 18:55  tim
1802 <
1803 <        * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
1804 <        in  EAM parameter file is incorrect
1805 <
1806 < 2004-12-16 17:27  tim
1807 <
1808 <        * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
1809 <        brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
1810 <        utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
1811 <
1812 < 2004-12-15 22:34  tim
1 > 2006-05-17 14:54  gezelter
2 >
3 >        * configure, ac-tools/configure.in, make/Makefile.in,
4 >        src/UseTheForce/doForces.F90,
5 >        src/UseTheForce/DarkSide/neighborLists.F90,
6 >        src/UseTheForce/DarkSide/shapes.F90,
7 >        src/UseTheForce/DarkSide/simParallel.F90,
8 >        src/UseTheForce/DarkSide/simulation_interface.F90,
9 >        src/utils/definitions.F90: Adding single precision capabilities to
10 >        the fortran side
11 >
12 > 2006-05-17 11:10  gezelter
13 >
14 >        * configure, ac-tools/configure.in, src/config.h.in: adding
15 >        --enable-single to configure script
16 >
17 > 2006-05-17 10:37  gezelter
18 >
19 >        * ac-tools/aclocal.m4, src/UseTheForce/doForces.F90,
20 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
21 >        src/UseTheForce/DarkSide/electrostatic.F90,
22 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
23 >        src/UseTheForce/DarkSide/gb.F90,
24 >        src/UseTheForce/DarkSide/lj_interface.F90,
25 >        src/UseTheForce/DarkSide/shapes.F90,
26 >        src/UseTheForce/DarkSide/sticky.F90,
27 >        src/UseTheForce/DarkSide/suttonchen.F90,
28 >        src/UseTheForce/DarkSide/suttonchen_interface.F90,
29 >        src/UseTheForce/DarkSide/switcheroo.F90, src/math/derfc.F90,
30 >        src/math/erfc.F90, src/utils/interpolation.F90: Getting fortran
31 >        side prepped for single precision...
32 >
33 > 2006-05-17 09:03  chrisfen
34 >
35 >        * samples/water/ssd-ion/ssdCl.md,
36 >        src/UseTheForce/DarkSide/electrostatic.F90: electrostatic
37 >        refinement
38 >
39 > 2006-05-16 22:03  gezelter
40 >
41 >        * configure, ac-tools/OOPSE.m4, make/Makefile.in: zlib fixes
42 >
43 > 2006-05-16 15:38  gezelter
44 >
45 >        * configure, ac-tools/OOPSE.m4, ac-tools/config.guess,
46 >        ac-tools/config.sub, ac-tools/configure.in, ac-tools/install-sh,
47 >        ac-tools/missing, ac-tools/mkinstalldirs, make/Makefile.in,
48 >        src/config.h.in, src/applications/staticProps/Hxy.cpp,
49 >        src/applications/staticProps/Hxy.hpp,
50 >        src/applications/staticProps/StaticProps.cpp: Autoconf fixes for
51 >        FFTW.  Multiple FFTW version support.
52 >
53 > 2006-05-15 21:06  gezelter
54 >
55 >        * README, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
56 >        make/Makefile.in, src/config.h.in,
57 >        src/applications/hydrodynamics/AnalyticalModel.cpp,
58 >        src/applications/hydrodynamics/AnalyticalModel.hpp,
59 >        src/applications/staticProps/Hxy.cpp,
60 >        src/applications/staticProps/Hxy.hpp,
61 >        src/applications/staticProps/StaticProps.cpp,
62 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
63 >        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
64 >        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
65 >        src/integrators/LDForceManager.cpp,
66 >        src/integrators/LDForceManager.hpp, src/math/SquareMatrix.hpp,
67 >        src/utils/HydroProps.hpp: [no log message]
68 >
69 > 2006-05-12 16:34  xsun
70 >
71 >        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, Makefile,
72 >        StaticProps.cpp, StaticPropsCmd.c, StaticPropsCmd.h: Changes to
73 >        calculate undulation spectrum
74 >
75 > 2006-05-09 20:44  tim
76 >
77 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
78 >        applications/dump2Xyz/Dump2XYZ.ggo,
79 >        applications/dump2Xyz/Dump2XYZCmd.c,
80 >        applications/dump2Xyz/Dump2XYZCmd.h,
81 >        applications/hydrodynamics/ApproximationModel.cpp,
82 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: adding a
83 >        gay-berne switch to Dump2XYZ
84 >
85 > 2006-05-05 12:58  gezelter
86 >
87 >        * src/UseTheForce/DarkSide/qpole.F90: Adding qpole
88 >
89 > 2006-05-05 09:34  tim
90 >
91 >        * ac-tools/aclocal.m4: finding ifort arguments that won't die under
92 >        two different versions of the intel fortran compiler
93 >
94 > 2006-05-03 08:15  chrisfen
95 >
96 >        * src/applications/randomBuilder/Makefile: missing makefile was
97 >        hanging up 'make clean'
98 >
99 > 2006-04-25 17:59  chuckv
100 >
101 >        * src/applications/randomBuilder/: randomBuilder.cpp,
102 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added
103 >        random builder to cvs.
104 >
105 > 2006-04-25 17:54  chuckv
106 >
107 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
108 >        Change in siminfo used in nanoparticleBuilder.
109 >
110 > 2006-04-25 17:30  chuckv
111 >
112 >        * make/Makefile.in: Added random builder
113 >
114 > 2006-04-25 17:29  chuckv
115 >
116 >        * src/applications/simpleBuilder/: Makefile, randomBuilder.cpp,
117 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added a
118 >        random builder to oopse.
119 >
120 > 2006-04-25 08:35  gezelter
121 >
122 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
123 >        ShapeBuilder.cpp, ShapeBuilder.hpp: Using OpenBabel element table
124 >        to pick vdw radii for hydrodynamics if the LJ sigma can't be found.
125 >
126 > 2006-04-24 21:09  gezelter
127 >
128 >        * configure, ac-tools/aclocal.m4, src/UseTheForce/DarkSide/LJ.F90,
129 >        src/applications/hydrodynamics/Hydro.cpp, src/brains/Register.cpp,
130 >        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
131 >        src/brains/SimInfo.hpp, src/brains/Thermo.cpp,
132 >        src/brains/Thermo.hpp, src/integrators/LDForceManager.cpp,
133 >        src/integrators/LDForceManager.hpp,
134 >        src/integrators/LangevinDynamics.cpp, src/io/Globals.cpp,
135 >        src/io/Globals.hpp, src/primitives/StuntDouble.hpp: Adding
136 >        spherical boundary conditions to LD integrator
137 >
138 > 2006-04-24 21:06  gezelter
139 >
140 >        * src/applications/hydrodynamics/: BeadModel.cpp, ShapeBuilder.cpp:
141 >        Added EAM atom types to Hydro models
142 >
143 > 2006-04-21 15:02  chrisfen
144 >
145 >        * src/UseTheForce/DarkSide/eam.F90: put spline subroutines in the
146 >        EAM module
147 >
148 > 2006-04-21 14:32  chrisfen
149 >
150 >        * ChangeLog, samples/shape/5CB.shape, samples/shape/8CB.shape,
151 >        samples/shape/C60.shape, samples/shape/C70.shape,
152 >        samples/shape/Makefile, samples/shape/Shapes.frc,
153 >        samples/shape/cholesterol.shape, samples/shape/ethylBenzene.shape,
154 >        samples/shape/linear.in, samples/shape/linear.md,
155 >        samples/shape/linear.shape, samples/shape/toluene.shape,
156 >        samples/thermoIntegration/liquid/ssde.md,
157 >        samples/thermoIntegration/solid/ssde.md,
158 >        samples/water/spce/spce.md, samples/water/ssd/ssd.md,
159 >        samples/water/ssd-ion/ssdCl.md, samples/water/ssde/ssde.md,
160 >        samples/water/ssdrf/ssdrf.md, samples/water/tip3p_ice/tp3.md,
161 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90,
162 >        src/UseTheForce/DarkSide/LJ.F90: Removed sqrt splines and shape
163 >        stuff (doesn't work, so why was it in there?).  Changed some of the
164 >        water samples to use shifted_force.  Probably should set the
165 >        defaults to use the damped version now that we sped it up.
166 >
167 > 2006-04-20 22:19  chrisfen
168 >
169 >        * samples/water/spce/spce.md,
170 >        src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
171 >
172 > 2006-04-20 16:02  chrisfen
173 >
174 >        * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
175 >        src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
176 >
177 > 2006-04-20 13:24  gezelter
178 >
179 >        * samples/metals/EAM/Au_bulk_voter.md,
180 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
181 >        samples/water/ssde/ssde.md, src/UseTheForce/ForceField.cpp,
182 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/LJ.F90,
183 >        src/UseTheForce/DarkSide/eam.F90,
184 >        src/UseTheForce/DarkSide/electrostatic.F90,
185 >        src/UseTheForce/DarkSide/suttonchen.F90,
186 >        src/UseTheForce/DarkSide/switcheroo.F90,
187 >        src/UseTheForce/DarkSide/switcheroo_interface.F90,
188 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
189 >        src/utils/interpolation.F90: Complete rewrite of spline code and
190 >        everything that uses it.
191 >
192 > 2006-04-17 16:49  gezelter
193 >
194 >        * configure, ac-tools/aclocal.m4, samples/argon/500.md,
195 >        samples/metals/EAM/Au_bulk_voter.md,
196 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
197 >        samples/water/ssde/ssde.md, src/UseTheForce/doForces.F90,
198 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
199 >        src/UseTheForce/DarkSide/electrostatic.F90,
200 >        src/UseTheForce/DarkSide/interpolation.F90,
201 >        src/UseTheForce/DarkSide/sticky.F90,
202 >        src/UseTheForce/DarkSide/suttonchen.F90,
203 >        src/UseTheForce/DarkSide/switcheroo.F90,
204 >        src/applications/hydrodynamics/Hydro.ggo,
205 >        src/applications/hydrodynamics/HydroCmd.c,
206 >        src/applications/hydrodynamics/HydroCmd.h,
207 >        src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
208 >        src/utils/interpolation.F90: Many performance improvements
209 >
210 > 2006-04-15 21:51  chrisfen
211 >
212 >        * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
213 >        src/UseTheForce/fSwitchingFunction.h,
214 >        src/UseTheForce/DarkSide/electrostatic.F90,
215 >        src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
216 >        switcheroo
217 >
218 > 2006-04-15 16:58  chrisfen
219 >
220 >        * src/utils/Makefile.in: Since status.F90 is used by
221 >        interpolation.F90, the former needs to be listed above the later in
222 >        the Makefile.
223 >
224 > 2006-04-14 16:59  gezelter
225 >
226 >        * src/utils/interpolation.F90: changed the interface a bit
227 >
228 > 2006-04-14 16:49  gezelter
229 >
230 >        * src/utils/interpolation.F90: added some logical flags
231 >
232 > 2006-04-14 16:06  chrisfen
233 >
234 >        * src/utils/interpolation.F90: Wiped the spline with derivatives
235 >        and corrected a boundary comparision error by eliminating the
236 >        check.  This algorithm REQUIRES known first derivatives at the
237 >        endpoints.
238 >
239 > 2006-04-14 15:04  gezelter
240 >
241 >        * src/utils/: Makefile.in, interpolation.F90: bug fixes for
242 >        interpolation module
243 >
244 > 2006-04-14 14:57  gezelter
245 >
246 >        * src/utils/interpolation.F90: Heavily modified interpolation
247 >        module, also moved to "utils"
248 >
249 > 2006-04-12 16:15  chuckv
250 >
251 >        * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
252 >        module.
253 >
254 > 2006-04-11 10:33  gezelter
255 >
256 >        * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
257 >        StaticPropsCmd.h: [no log message]
258 >
259 > 2006-04-03 10:37  chuckv
260 >
261 >        * configure, ac-tools/aclocal.m4, make/Makefile.in,
262 >        src/UseTheForce/DarkSide/simParallel.F90: Added status module to
263 >        simParallel for error reporting.
264 >
265 > 2006-03-31 13:09  tim
266 >
267 >        * src/: integrators/NPrT.cpp, io/Globals.cpp: NPrT might work now
268 >
269 > 2006-03-30 16:08  chuckv
270 >
271 >        * src/UseTheForce/DarkSide/suttonchen.F90: Fixed memory leak bug
272 >        where SCList capacity was not reset to zero on destruction.
273 >
274 > 2006-03-30 14:37  chuckv
275 >
276 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
277 >        More testing of nanoparticleBuilder.
278 >
279 > 2006-03-29 17:24  chuckv
280 >
281 >        * src/mdParser/SimplePreprocessor.hpp: Added check to make sure md
282 >        file exists.
283 >
284 > 2006-03-29 14:17  chuckv
285 >
286 >        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
287 >        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: Fixed
288 >        latticeOrt in shapedlatice and latticebuilder.
289 >
290 > 2006-03-29 13:11  tim
291 >
292 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
293 >        LegendreCorrFunc.cpp, VCorrFunc.cpp: Fix the normalization problem
294 >        in calculating correlation functions
295 >
296 > 2006-03-29 13:09  tim
297 >
298 >        * src/applications/hydrodynamics/: ApproximationModel.cpp,
299 >        ApproximationModel.hpp, CompositeShape.cpp, Hydro.cpp, Hydro.ggo,
300 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.hpp, RoughShell.cpp: (1)
301 >        RoughShell Model is working; (20)Adding a new option into Hydro
302 >        which allows user to generate the beads only
303 >
304 > 2006-03-27 11:21  chuckv
305 >
306 >        * src/applications/nanoparticleBuilder/Makefile: Makefile for
307 >        nanoparticle builder.
308 >
309 > 2006-03-27 11:03  chuckv
310 >
311 >        * make/Makefile.in, src/lattice/shapedLattice.cpp,
312 >        src/lattice/shapedLattice.hpp: Added nanoparticle builder to
313 >        makefile
314 >
315 > 2006-03-24 15:46  chuckv
316 >
317 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
318 >        Debugging changes to nanoparticle builder.
319 >
320 > 2006-03-24 12:29  tim
321 >
322 >        * src/applications/dynamicProps/: DynamicProps.cpp,
323 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
324 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: back to previous DynamicProps
325 >
326 > 2006-03-24 11:49  tim
327 >
328 >        * src/applications/dynamicProps/: DynamicProps.cpp,
329 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
330 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: Adding position correlation
331 >        function. The command line option for DynamicProps is now changed.
332 >        --rcorr is for position correlation and --rmsd is for mean square
333 >        displacement.
334 >
335 > 2006-03-23 10:03  tim
336 >
337 >        * src/applications/hydrodynamics/: AnalyticalModel.cpp,
338 >        AnalyticalModel.hpp, ApproximationModel.cpp,
339 >        ApproximationModel.hpp, HydrodynamicsModel.hpp: update writeBeads
340 >        method
341 >
342 > 2006-03-23 10:02  tim
343 >
344 >        * src/io/Globals.hpp: remove a unknown method
345 >
346 > 2006-03-23 10:00  tim
347 >
348 >        * src/math/CholeskyDecomposition.hpp: The off diagnal is not set
349 >
350 > 2006-03-23 09:59  tim
351 >
352 >        * src/mdParser/SimplePreprocessor.hpp: Throw exception if the file
353 >        can not be opened for preprocessing
354 >
355 > 2006-03-22 15:57  chuckv
356 >
357 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
358 >        shapedLatticeSpherical.cpp, shapedLatticeSpherical.hpp: Added
359 >        shaped lattice.
360 >
361 > 2006-03-21 10:33  tim
362 >
363 >        * src/applications/hydrodynamics/ApproximationModel.cpp: fix a bug
364 >        in calculating hydrodynamics tensor when the radius of beads are
365 >        not the same
366 >
367 > 2006-03-20 19:26  tim
368 >
369 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
370 >        applications/hydrodynamics/BeadModel.cpp,
371 >        applications/hydrodynamics/ShapeBuilder.cpp,
372 >        integrators/LDForceManager.cpp: Fix a bug in friction calculation
373 >        for ellipsoid
374 >
375 > 2006-03-20 14:12  tim
376 >
377 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
378 >        applications/hydrodynamics/Ellipsoid.cpp,
379 >        applications/hydrodynamics/Ellipsoid.hpp,
380 >        applications/hydrodynamics/ShapeBuilder.cpp,
381 >        integrators/LDForceManager.cpp: Verify the correctness of
382 >        Ellipsoid's hydrodynamics properties
383 >
384 > 2006-03-17 18:51  tim
385 >
386 >        * src/applications/hydrodynamics/: Hydro.cpp, ShapeBuilder.cpp: New
387 >        version of Hydro is working now.
388 >
389 > 2006-03-17 18:20  tim
390 >
391 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
392 >        applications/hydrodynamics/AnalyticalModel.hpp,
393 >        applications/hydrodynamics/ApproximationModel.cpp,
394 >        applications/hydrodynamics/ApproximationModel.hpp,
395 >        applications/hydrodynamics/BeadModel.hpp,
396 >        applications/hydrodynamics/CompositeShape.cpp,
397 >        applications/hydrodynamics/CompositeShape.hpp,
398 >        applications/hydrodynamics/Ellipsoid.cpp,
399 >        applications/hydrodynamics/Ellipsoid.hpp,
400 >        applications/hydrodynamics/Hydro.cpp,
401 >        applications/hydrodynamics/Hydro.ggo,
402 >        applications/hydrodynamics/HydroCmd.c,
403 >        applications/hydrodynamics/HydroCmd.h,
404 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
405 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
406 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
407 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
408 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
409 >        applications/hydrodynamics/Makefile,
410 >        applications/hydrodynamics/RoughShell.cpp,
411 >        applications/hydrodynamics/RoughShell.hpp,
412 >        applications/hydrodynamics/Shape.hpp,
413 >        applications/hydrodynamics/ShapeBuilder.cpp,
414 >        applications/hydrodynamics/ShapeBuilder.hpp,
415 >        applications/hydrodynamics/Spheric.cpp,
416 >        applications/hydrodynamics/Spheric.hpp,
417 >        applications/hydrodynamics/StuntDoubleShape.cpp,
418 >        applications/hydrodynamics/StuntDoubleShape.hpp,
419 >        integrators/LDForceManager.cpp, integrators/LDForceManager.hpp,
420 >        io/Globals.cpp, io/Globals.hpp, math/SquareMatrix.hpp,
421 >        utils/HydroProps.hpp: refactor Hydrodynamics module.
422 >
423 > 2006-03-17 11:10  chuckv
424 >
425 >        * src/lattice/: shapedLattice.cpp, shapedLattice.hpp, Makefile:
426 >        Generic Shaped Lattice for oopse. Can overload to get spherical or
427 >        nanorod.
428 >
429 > 2006-03-16 17:50  tim
430 >
431 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
432 >        integrators/LDForceManager.cpp, math/MersenneTwister.hpp:
433 >        LagevinDynamics is working?
434 >
435 > 2006-03-16 16:52  gezelter
436 >
437 >        * src/applications/hydrodynamics/RoughShell.hpp: fixed a const
438 >        problem
439 >
440 > 2006-03-15 17:08  tim
441 >
442 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: unit
443 >        conversion for diffusion tensor is wrong
444 >
445 > 2006-03-15 16:28  tim
446 >
447 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
448 >        utils/NumericConstant.hpp: change the epsilon of numeric_limit
449 >
450 > 2006-03-15 15:58  tim
451 >
452 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: correcting
453 >        the unit in HydrodynamicsModel
454 >
455 > 2006-03-15 12:35  tim
456 >
457 >        * src/primitives/RigidBody.cpp: using setFrc in
458 >        RigidBody::calcForcesAndTorques will discard if there are force and
459 >        torque applied in rigid body itself. use addFrc instead.
460 >
461 > 2006-03-15 10:51  tim
462 >
463 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
464 >        RoughShell.cpp, RoughShell.hpp: Adding RoughShell and BeadModel
465 >
466 > 2006-03-15 10:50  tim
467 >
468 >        * make/Makefile.in, src/applications/hydrodynamics/Makefile: adding
469 >        hydrodynamics module into build system
470 >
471 > 2006-03-14 18:46  tim
472 >
473 >        * src/math/CholeskyDecomposition.hpp: adding Cholesky Decomposition
474 >
475 > 2006-03-13 17:42  tim
476 >
477 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
478 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
479 >        applications/hydrodynamics/StuntDoubleShape.cpp,
480 >        applications/hydrodynamics/StuntDoubleShape.hpp,
481 >        brains/Register.cpp, integrators/LDForceManager.cpp,
482 >        integrators/LDForceManager.hpp, integrators/LangevinDynamics.cpp,
483 >        integrators/LangevinDynamics.hpp, integrators/Makefile,
484 >        io/Globals.cpp, io/Globals.hpp, math/MersenneTwister.hpp,
485 >        math/RandNumGen.hpp, math/SquareMatrix3.hpp: LangevinDynamics in
486 >        progress
487 >
488 > 2006-03-07 11:43  gezelter
489 >
490 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Fixed a
491 >        double/int bug.  Surprised no one ever noticed before...
492 >
493 > 2006-02-24 16:17  tim
494 >
495 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: fix bugs
496 >        in HydrodynamicsModel; (1) sign issue of Xirr calculation (2) out
497 >        product of Rij
498 >
499 > 2006-02-23 18:16  tim
500 >
501 >        * src/applications/hydrodynamics/: Hydro.cpp, Hydro.ggo,
502 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.cpp,
503 >        HydrodynamicsModel.hpp, HydrodynamicsModelCreator.hpp,
504 >        HydrodynamicsModelFactory.cpp, HydrodynamicsModelFactory.hpp,
505 >        MoleculeShape.cpp, MoleculeShape.hpp, StuntDoubleShape.cpp,
506 >        StuntDoubleShape.hpp: Bead Model is working
507 >
508 > 2006-02-22 15:35  tim
509 >
510 >        * src/: applications/hydrodynamics/Hydro.cpp,
511 >        applications/hydrodynamics/Hydro.ggo,
512 >        applications/hydrodynamics/HydroCmd.c,
513 >        applications/hydrodynamics/HydroCmd.h,
514 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
515 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
516 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
517 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
518 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
519 >        applications/hydrodynamics/MoleculeShape.cpp,
520 >        applications/hydrodynamics/MoleculeShape.hpp,
521 >        math/DynamicRectMatrix.hpp, math/DynamicVector.hpp, math/LU.hpp,
522 >        math/RectMatrix.hpp, math/SquareMatrix3.hpp: Adding Hydrodynamics
523 >        Module
524 >
525 > 2006-02-16 17:05  gezelter
526 >
527 >        * src/brains/Snapshot.cpp: fixed a spelling error
528 >
529 > 2006-02-16 16:40  gezelter
530 >
531 >        * src/: UseTheForce/doForces.F90,
532 >        UseTheForce/DarkSide/simulation.F90, math/Makefile,
533 >        math/linearAlgebra.F90: fixed a problem with cutoff radii being set
534 >        larger than 1/2 the length of the shortest box dimension.  added a
535 >        few fortran utility routines
536 >
537 > 2006-02-15 15:46  chuckv
538 >
539 >        * src/applications/nanoparticleBuilder/: sphericalNanoparticle.cpp,
540 >        sphericalNanoparticle.hpp: Changed Names of class files.
541 >
542 > 2006-02-10 10:45  kdaily
543 >
544 >        * src/applications/dynamicProps/LegendreCorrFunc.cpp: [no log
545 >        message]
546 >
547 > 2006-02-10 10:12  tim
548 >
549 >        * src/math/: LegendrePolynomial.cpp, Vector.hpp: fix a bug in
550 >        converting integer to double
551 >
552 > 2006-02-08 13:21  chrisfen
553 >
554 >        * forceFields/DUFF2.frc: added DPD molecule type parameters
555 >
556 > 2006-02-07 11:39  tim
557 >
558 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
559 >        LegendreCorrFunc.cpp: Fixing a bug which reads the wrong frame of
560 >        trajectory file during analysis
561 >
562 > 2006-02-02 12:14  tim
563 >
564 >        * src/: math/Polynomial.hpp, math/SquareMatrix3.hpp,
565 >        types/AtomStamp.cpp: adding transpose into SquareMatrix3; fix a bug
566 >        in AtomStamp where orientation is not set correctly.
567 >
568 > 2006-02-02 11:49  gezelter
569 >
570 >        * src/primitives/RigidBody.cpp: fixed a bug in rigid bodies that
571 >        contain directional atoms
572 >
573 > 2006-02-02 10:49  xsun
574 >
575 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
576 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Adding visitor
577 >        for GBlipid atom type
578 >
579 > 2006-02-01 21:57  gezelter
580 >
581 >        * make/Makefile.in: added CXXFLAGS to the LinkOptions to allow
582 >        compilation with icc9 (skipping the gcc-4 std c++ libraries).
583 >
584 > 2006-02-01 16:06  chrisfen
585 >
586 >        * src/brains/SimInfo.cpp: Missing brace caused the last commit not
587 >        to build
588 >
589 > 2006-02-01 15:54  chrisfen
590 >
591 >        * samples/water/spce/spce.md, src/brains/SimInfo.cpp: Changes to
592 >        cutoff radius setting to a more logical procedure - still may
593 >        change...
594 >
595 > 2006-02-01 12:26  gezelter
596 >
597 >        * src/: math/Polynomial.hpp, utils/GenericData.hpp, utils/any.hpp:
598 >        Fixing some compile-time warnings and bugs for icc 9.1 on Mac OS X
599 >
600 > 2006-01-30 17:25  tim
601 >
602 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
603 >        applications/dynamicProps/DynamicProps.cpp,
604 >        applications/dynamicProps/DynamicProps.ggo,
605 >        applications/dynamicProps/DynamicPropsCmd.c,
606 >        applications/dynamicProps/DynamicPropsCmd.h,
607 >        applications/dynamicProps/LegendreCorrFunc.cpp,
608 >        applications/dynamicProps/LegendreCorrFunc.hpp,
609 >        applications/dynamicProps/Makefile, math/LegendrePolynomial.cpp,
610 >        math/LegendrePolynomial.hpp, math/Makefile, math/Polynomial.hpp:
611 >        Adding :LegendrePolynomial
612 >
613 > 2006-01-19 17:54  chuckv
614 >
615 >        * src/applications/nanoparticleBuilder/: Makefile,
616 >        nanoparticleBuilder.cpp, sphericalNanoparticle.hpp: Changes to
617 >        nanoparticle builder
618 >
619 > 2006-01-18 16:08  chuckv
620 >
621 >        * src/applications/nanoparticleBuilder/Makefile: Added Makefile for
622 >        nanoparticle builder.
623 >
624 > 2006-01-17 11:16  gezelter
625 >
626 >        * AUTHORS, README: Cleaning up for 3.0.1 release
627 >
628 > 2006-01-17 10:50  gezelter
629 >
630 >        * ChangeLog: Prepping 3.0.1 release
631 >
632 > 2006-01-17 10:32  gezelter
633 >
634 >        * src/config.h.in: new version number
635 >
636 > 2006-01-17 10:32  gezelter
637 >
638 >        * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
639 >        definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
640 >        oopseManual.pdf: Updated Documentation
641 >
642 > 2006-01-16 18:10  gezelter
643 >
644 >        * ChangeLog, README: Getting ready for release!
645 >
646 > 2006-01-16 10:26  gezelter
647 >
648 >        * configure: Testing commit
649 >
650 > 2006-01-13 16:57  chuckv
651 >
652 >        * src/: UseTheForce/SC_FF.cpp,
653 >        applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
654 >        io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
655 >        Handled by forceField now.
656 >
657 > 2006-01-13 14:17  chuckv
658 >
659 >        * src/io/Globals.cpp: Added NPAT to Globals integrators.
660 >
661 > 2006-01-13 11:33  gezelter
662 >
663 >        * Makefile: [no log message]
664 >
665 > 2006-01-13 11:26  gezelter
666 >
667 >        * Makefile: testing to make sure GNU make is the make that was used
668 >        to build OOPSE
669 >
670 > 2006-01-13 10:48  gezelter
671 >
672 >        * configure, ac-tools/configure.in: changed compiler search order
673 >
674 > 2006-01-12 19:09  chuckv
675 >
676 >        * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
677 >        samples/metals/Sutton-Chen/Au_bulk.in,
678 >        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
679 >        samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
680 >        units
681 >
682 > 2006-01-12 16:16  gezelter
683 >
684 >        * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
685 >        version info and the copyright date
686 >
687 > 2006-01-12 15:52  gezelter
688 >
689 >        * src/config.h.in: added some missing checks for header files
690 >        (particularly zlib.h), used autoheader to help generate config.h.in
691 >
692 > 2006-01-12 15:51  gezelter
693 >
694 >        * configure, ac-tools/configure.in: added some missing checks for
695 >        header files (particularly zlib.h)
696 >
697 > 2006-01-12 15:19  gezelter
698 >
699 >        * make/Makefile.in: fixed a dependency problem for the Executable
700 >        builds
701 >
702 > 2006-01-12 15:02  gezelter
703 >
704 >        * samples/gbljtest/Makefile: Missing Makefile in this sample
705 >        directory
706 >
707 > 2006-01-12 15:01  gezelter
708 >
709 >        * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
710 >        Old makefile.in no longer required
711 >
712 > 2006-01-12 15:01  gezelter
713 >
714 >        * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
715 >        needs to be installed
716 >
717 > 2006-01-12 14:56  chuckv
718 >
719 >        * src/io/DumpWriter.cpp: Changed formating.
720 >
721 > 2006-01-12 11:47  chrisfen
722 >
723 >        * samples/water/tip4p/tp4.md,
724 >        src/UseTheForce/DarkSide/electrostatic.F90,
725 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
726 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
727 >        src/brains/SimInfo.cpp: unifying function name in electrostatics
728 >
729 > 2006-01-12 11:04  tim
730 >
731 >        * samples/metals/: EAM/nanoparticle/Makefile,
732 >        EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
733 >        Sutton-Chen/Makefile: fix make install problem for metals samples
734 >
735 > 2006-01-12 10:22  tim
736 >
737 >        * make/Makefile.in: remove samples/metals from install list.
738 >
739 > 2006-01-12 09:31  tim
740 >
741 >        * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
742 >        handle multiple line macro, just convert multiple line macro into
743 >        single line macro.
744 >
745 > 2006-01-11 23:13  chrisfen
746 >
747 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
748 >        UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
749 >        changes to electrostatics for shifted-potential and shifted-force
750 >        with mono and multipoles
751 >
752 > 2006-01-11 18:04  gezelter
753 >
754 >        * src/config.h.in, src/UseTheForce/doForces_interface.h,
755 >        src/UseTheForce/DarkSide/atype_interface.h,
756 >        src/UseTheForce/DarkSide/eam_interface.h,
757 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
758 >        src/UseTheForce/DarkSide/fForceOptions_interface.h,
759 >        src/UseTheForce/DarkSide/gb_interface.h,
760 >        src/UseTheForce/DarkSide/lj_interface.h,
761 >        src/UseTheForce/DarkSide/shapes_interface.h,
762 >        src/UseTheForce/DarkSide/simParallel_interface.h,
763 >        src/UseTheForce/DarkSide/simulation_interface.h,
764 >        src/UseTheForce/DarkSide/sticky_interface.h,
765 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
766 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
767 >        src/mdParser/MDParser.g, src/profiling/mdProfile.cpp,
768 >        src/utils/fError.c, configure, make/Makefile.in: autoconf
769 >        modernization and cruft removal
770 >
771 > 2006-01-11 18:04  gezelter
772 >
773 >        * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
774 >        modernization and cruft-removal
775 >
776 > 2006-01-11 17:50  tim
777 >
778 >        * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
779 >        some error messages
780 >
781 > 2006-01-11 14:01  tim
782 >
783 >        * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
784 >        io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
785 >        types/BondStamp.hpp, types/DataHolder.hpp, types/MoleculeStamp.cpp,
786 >        types/TorsionStamp.hpp, utils/OOPSEException.hpp,
787 >        utils/StringUtils.hpp: instead of printing to std::cout, throwing
788 >        an exception when error is found.
789 >
790 > 2006-01-11 13:41  gezelter
791 >
792 >        * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
793 >        error
794 >
795 > 2006-01-10 17:55  chuckv
796 >
797 >        * forceFields/SuttonChen.frc: Changed conversion factor.
798 >
799 > 2006-01-10 16:14  chuckv
800 >
801 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
802 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
803 >        working now.
804 >
805 > 2006-01-09 17:22  chuckv
806 >
807 >        * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
808 >
809 > 2006-01-09 17:14  tim
810 >
811 >        * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
812 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
813 >        StaticPropsCmd.h: fixing RhoZ
814 >
815 > 2006-01-09 14:26  chuckv
816 >
817 >        * forceFields/SuttonChen.frc,
818 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
819 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
820 >        src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
821 >        section parsers.
822 >
823 > 2006-01-09 14:11  tim
824 >
825 >        * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
826 >        utils/StringUtils.hpp: replace isType<int> with isInteger
827 >
828 > 2006-01-06 16:15  tim
829 >
830 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
831 >        forceFieldOptions from SC_FF
832 >
833 > 2006-01-06 15:27  chuckv
834 >
835 >        * forceFields/SuttonChen.frc: Add force file.
836 >
837 > 2005-12-31 17:42  chuckv
838 >
839 >        * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
840 >        segfaults or produces 0 potential, but rather produces Inf for the
841 >        potential. Progress....
842 >
843 > 2005-12-30 18:15  chuckv
844 >
845 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
846 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
847 >        src/UseTheForce/DarkSide/suttonchen.F90, src/brains/SimInfo.cpp,
848 >        src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
849 >        Sutton-Chen bug fixes.
850 >
851 > 2005-12-30 16:25  tim
852 >
853 >        * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
854 >        potential return from fortran is already accumulated, it should not
855 >        be accumulated again; nGroupTypesCol is not initialized;
856 >        GroupMaxCutoffCol is not allocated;
857 >
858 > 2005-12-30 10:32  tim
859 >
860 >        * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
861 >        MPI version, we need to cast const char* to void* for
862 >        stringstream.str(); Previous Makefile use bjects of single version
863 >        to make the MPI library;
864 >
865 > 2005-12-29 19:18  chuckv
866 >
867 >        * make/Makefile.in, samples/metals/Makefile,
868 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
869 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
870 >        Almost there...
871 >
872 > 2005-12-29 15:19  chuckv
873 >
874 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
875 >        forcefield.
876 >
877 > 2005-12-29 15:07  chuckv
878 >
879 >        * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
880 >        metals.md: added files for sutton-chen
881 >
882 > 2005-12-29 11:37  chuckv
883 >
884 >        * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
885 >        metals.md: More cvs changing.
886 >
887 > 2005-12-29 11:34  chuckv
888 >
889 >        * samples/metals/Au_nanoparticle.in: More moving...
890 >
891 > 2005-12-29 11:33  chuckv
892 >
893 >        * samples/metals/EAM/nanoparticle/:
894 >        Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
895 >        Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
896 >        changes to directory structure.
897 >
898 > 2005-12-29 11:21  chuckv
899 >
900 >        * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
901 >        Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
902 >
903 > 2005-12-29 11:17  chuckv
904 >
905 >        * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
906 >        Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
907 >        Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
908 >        directory structure
909 >
910 > 2005-12-29 11:03  chuckv
911 >
912 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
913 >        brains/SimCreator.cpp: Fixed issue with symbol naming and added
914 >        call to set force options in SimCreator.
915 >
916 > 2005-12-28 16:44  chuckv
917 >
918 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
919 >        changes to forcefield options.
920 >
921 > 2005-12-28 16:42  chuckv
922 >
923 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
924 >        passed to fortran.
925 >
926 > 2005-12-23 18:04  chuckv
927 >
928 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
929 >        io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
930 >        changes.
931 >
932 > 2005-12-16 16:52  tim
933 >
934 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
935 >        src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
936 >        src/openbabel/bitvec.cpp, src/openbabel/bondtyper.cpp,
937 >        src/openbabel/chains.cpp, src/openbabel/chiral.cpp,
938 >        src/openbabel/data.cpp, src/openbabel/fingerprint.cpp,
939 >        src/openbabel/fingerprintformat.cpp, src/openbabel/generic.cpp,
940 >        src/openbabel/gromos96format.hpp, src/openbabel/kekulize.cpp,
941 >        src/openbabel/matrix3x3.cpp, src/openbabel/mol.cpp,
942 >        src/openbabel/molchrg.cpp, src/openbabel/obatom.cpp,
943 >        src/openbabel/obbond.cpp, src/openbabel/oberror.cpp,
944 >        src/openbabel/oberror.hpp, src/openbabel/obmolecformat.hpp,
945 >        src/openbabel/obutil.cpp, src/openbabel/patty.cpp,
946 >        src/openbabel/pdbformat.cpp, src/openbabel/phmodel.cpp,
947 >        src/openbabel/povrayformat.hpp, src/openbabel/residue.cpp,
948 >        src/openbabel/ring.cpp, src/openbabel/rotor.cpp,
949 >        src/openbabel/smilesformat.cpp, src/openbabel/tinkerformat.hpp,
950 >        src/openbabel/typer.cpp, src/openbabel/xyzformat.cpp: changed
951 >        __FUNCTION__ to __func__ to match C99 standard, and then added an
952 >        autoconf test to check for __func__ usability.  Changed some
953 >        default compile flags for the Sun architecture
954 >
955 > 2005-12-16 14:01  gezelter
956 >
957 >        * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
958 >
959 > 2005-12-16 13:55  tim
960 >
961 >        * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
962 >        change to build oopse under solaris
963 >
964 > 2005-12-16 13:26  tim
965 >
966 >        * src/: brains/SimCreator.cpp, io/Globals.cpp,
967 >        types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
968 >        came with SUN compiler does not have a conforming std::use_facet,
969 >        define a macro to handle it. Adding exception handling to
970 >        SimCreator.
971 >
972 > 2005-12-16 10:53  gezelter
973 >
974 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
975 >        GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
976 >        which was living inside the GB particle.  No alien-like ripping out
977 >        of the stomach was required.
978 >
979 > 2005-12-15 21:57  tim
980 >
981 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
982 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
983 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
984 >        replace grammar for numerical parsing
985 >
986 > 2005-12-15 16:43  gezelter
987 >
988 >        * src/UseTheForce/doForces.F90: fixed a cutoff bug
989 >
990 > 2005-12-15 09:48  gezelter
991 >
992 >        * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
993 >        dependencies and replacing them with real autoconf checks
994 >
995 > 2005-12-15 09:47  gezelter
996 >
997 >        * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
998 >        ac-tools/configure.in, src/config.h.in: Adding checks for various
999 >        features used by ANTLR
1000 >
1001 > 2005-12-14 13:02  tim
1002 >
1003 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
1004 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
1005 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
1006 >        nasty negative integer parsing problem by refining the grammar
1007 >
1008 > 2005-12-12 14:32  gezelter
1009 >
1010 >        * src/: UseTheForce/doForces_interface.F90,
1011 >        UseTheForce/doForces_interface.h,
1012 >        UseTheForce/DarkSide/electrostatic.F90,
1013 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1014 >        UseTheForce/DarkSide/electrostatic_interface.h,
1015 >        brains/MoleculeCreator.cpp, brains/SimInfo.cpp,
1016 >        math/ChebyshevPolynomials.hpp, openbabel/obconversion.hpp: made
1017 >        some minor changes to allow compilation with the portland group
1018 >        compilers
1019 >
1020 > 2005-12-10 11:54  tim
1021 >
1022 >        * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
1023 >        problem for icc7
1024 >
1025 > 2005-12-09 16:18  gezelter
1026 >
1027 >        * src/utils/CaseConversion.hpp: added missing include
1028 >
1029 > 2005-12-09 12:11  gezelter
1030 >
1031 >        * configure, ac-tools/aclocal.m4: added some checks for pathscale
1032 >        compiler
1033 >
1034 > 2005-12-08 17:05  gezelter
1035 >
1036 >        * src/io/ForceFieldOptions.cpp: added copyright
1037 >
1038 > 2005-12-08 17:04  gezelter
1039 >
1040 >        * src/UseTheForce/doForces.F90: added info printout
1041 >
1042 > 2005-12-08 17:04  gezelter
1043 >
1044 >        * configure, ac-tools/configure.in: added pathscale
1045 >
1046 > 2005-12-08 10:38  chuckv
1047 >
1048 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
1049 >        UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
1050 >        UseTheForce/SHAPES_FF.cpp, io/BendTypesSectionParser.cpp,
1051 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
1052 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
1053 >        io/ChargeAtomTypesSectionParser.hpp,
1054 >        io/DirectionalAtomTypesSectionParser.cpp,
1055 >        io/DirectionalAtomTypesSectionParser.hpp,
1056 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
1057 >        io/GayBerneAtomTypesSectionParser.cpp,
1058 >        io/GayBerneAtomTypesSectionParser.hpp,
1059 >        io/MultipoleAtomTypesSectionParser.cpp,
1060 >        io/MultipoleAtomTypesSectionParser.hpp,
1061 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
1062 >        io/ShapeAtomTypesSectionParser.cpp,
1063 >        io/ShapeAtomTypesSectionParser.hpp,
1064 >        io/StickyAtomTypesSectionParser.cpp,
1065 >        io/StickyAtomTypesSectionParser.hpp,
1066 >        io/StickyPowerAtomTypesSectionParser.cpp,
1067 >        io/StickyPowerAtomTypesSectionParser.hpp,
1068 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp:
1069 >        Wow thats alot o' files. Now passing forceFieldOptions to all of
1070 >        the parsers.
1071 >
1072 > 2005-12-07 18:10  chuckv
1073 >
1074 >        * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
1075 >        SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
1076 >        Started adding support for ForceOptions to section parsers.
1077 >
1078 > 2005-12-07 18:01  gezelter
1079 >
1080 >        * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
1081 >
1082 > 2005-12-07 18:00  chuckv
1083 >
1084 >        * src/io/: LennardJonesAtomTypesSectionParser.cpp,
1085 >        LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
1086 >        section parser
1087 >
1088 > 2005-12-07 14:58  chuckv
1089 >
1090 >        * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
1091 >        lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
1092 >        suttonchen_interface.h: Removed geometric distance mixing from
1093 >        individual modules and now use force options to detemine what the
1094 >        deal is.
1095 >
1096 > 2005-12-07 14:46  chuckv
1097 >
1098 >        * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
1099 >        Further fixes for compiler issues.
1100 >
1101 > 2005-12-07 14:44  chuckv
1102 >
1103 >        * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
1104 >
1105 > 2005-12-07 14:38  chuckv
1106 >
1107 >        * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
1108 >        fForceOptions_interface.F90, fForceOptions_interface.h: Added
1109 >        support for fortran force options.
1110 >
1111 > 2005-12-06 16:01  tim
1112 >
1113 >        * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
1114 >
1115 > 2005-12-06 14:26  chuckv
1116 >
1117 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
1118 >
1119 > 2005-12-06 12:53  chuckv
1120 >
1121 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
1122 >        GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
1123 >        crystal
1124 >
1125 > 2005-12-06 12:52  chuckv
1126 >
1127 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
1128 >        dumpwriter.
1129 >
1130 > 2005-12-06 11:49  tim
1131 >
1132 >        * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
1133 >        argon/ar864.md, argon/argonNVT.md, argon/lj.md,
1134 >        dipole/splitDipole.md, dipole/splitInWater.md, dipole/split_SSD.md,
1135 >        dipole/twoSplitDipole.md, dipole/water.md, gbljtest/2gb.md,
1136 >        gbljtest/gb.md, gbljtest/gb2lj1.md, gbljtest/gbRotRoundX.md,
1137 >        gbljtest/gbRotRoundY.md, gbljtest/gbRotRoundZ.md, gbljtest/lj.md,
1138 >        lipid/5x5.md, lipid/lipid.md, lipid/water.md,
1139 >        metals/Au-Core-Ag-Shell_Nanoparticle.md, metals/Au_bulk_FBD.md,
1140 >        metals/Au_bulk_voter.md, metals/Au_nanoparticle.md,
1141 >        metals/metals.md, minimizer/ssdEM.md, minimizer/tip4p_two.md,
1142 >        minimizer/water.md, shape/linear.md,
1143 >        thermoIntegration/liquid/ssde.md,
1144 >        thermoIntegration/liquid/water.md, thermoIntegration/solid/ssde.md,
1145 >        thermoIntegration/solid/water.md, water/dimer/cl.md,
1146 >        water/dimer/mix.md, water/dimer/mix2.md, water/dimer/ssd.md,
1147 >        water/dimer/tap.md, water/dimer/two.md, water/dimer/water.md,
1148 >        water/spce/spce.md, water/spce/water.md, water/ssd/ssd.md,
1149 >        water/ssd/water.md, water/ssd-ion/ssdCl.md, water/ssd-ion/water.md,
1150 >        water/ssde/ssde.md, water/ssde/water.md, water/ssdrf/ssdrf.md,
1151 >        water/ssdrf/water.md, water/tap/tap.md, water/tap/water.md,
1152 >        water/tip3p_ice/tp3.md, water/tip3p_ice/water.md,
1153 >        water/tip4p/tp4.md, water/tip4p/water.md, zcons/water.md,
1154 >        zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
1155 >        keywords from samples
1156 >
1157 > 2005-12-05 18:37  tim
1158 >
1159 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
1160 >        Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
1161 >
1162 > 2005-12-05 17:23  gezelter
1163 >
1164 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
1165 >        UseTheForce/Makefile, brains/Register.cpp,
1166 >        io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
1167 >        handler for CLAY force field
1168 >
1169 > 2005-12-05 16:45  chuckv
1170 >
1171 >        * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
1172 >        in openbabel.
1173 >
1174 > 2005-12-05 14:10  tim
1175 >
1176 >        * src/types/MoleculeStamp.cpp: reformat error message
1177 >
1178 > 2005-12-05 14:07  gezelter
1179 >
1180 >        * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
1181 >
1182 > 2005-12-05 13:23  tim
1183 >
1184 >        * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
1185 >        types/BendStamp.hpp, types/MoleculeStamp.cpp,
1186 >        types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
1187 >        adding more checking for topology
1188 >
1189 > 2005-12-02 17:37  gezelter
1190 >
1191 >        * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
1192 >        removal
1193 >
1194 > 2005-12-02 17:37  gezelter
1195 >
1196 >        * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
1197 >
1198 > 2005-12-02 17:37  gezelter
1199 >
1200 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1201 >        GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
1202 >        traditional.md: removing deprecated nAtoms and nComponents lines
1203 >
1204 > 2005-12-02 15:34  tim
1205 >
1206 >        * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
1207 >
1208 > 2005-12-02 15:18  tim
1209 >
1210 >        * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
1211 >        FragmentStamp
1212 >
1213 > 2005-12-02 15:11  gezelter
1214 >
1215 >        * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
1216 >        longer thrown with consts (fixes compilation bug on the Mac).
1217 >
1218 > 2005-12-02 15:10  gezelter
1219 >
1220 >        * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
1221 >        printing out of timestep
1222 >
1223 > 2005-12-02 15:10  gezelter
1224 >
1225 >        * src/brains/ForceManager.cpp: Got rid of spurious printing out of
1226 >        junk
1227 >
1228 > 2005-12-02 15:10  gezelter
1229 >
1230 >        * make/Makefile.in: Change build process for libOOPSE.a so that the
1231 >        libraries aren't unpacked.  libOOPSE.a is now made directly from
1232 >        the object files
1233 >
1234 > 2005-12-02 15:09  gezelter
1235 >
1236 >        * configure, ac-tools/configure.in: added check for egrep (grep -E)
1237 >        needed for new build of libOOPSE.a
1238 >
1239 > 2005-12-02 13:43  tim
1240 >
1241 >        * src/types/DataHolder.hpp: adding DataHolder
1242 >
1243 > 2005-12-02 12:01  gezelter
1244 >
1245 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1246 >        GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
1247 >        case for the cutoff policies
1248 >
1249 > 2005-12-02 10:38  tim
1250 >
1251 >        * make/Makefile.in: update Makefile
1252 >
1253 > 2005-12-02 10:38  tim
1254 >
1255 >        * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
1256 >        antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
1257 >        antlr/ASTFactory.cpp, antlr/ASTFactory.hpp, antlr/ASTNULLType.cpp,
1258 >        antlr/ASTNULLType.hpp, antlr/ASTPair.hpp, antlr/ASTRefCount.cpp,
1259 >        antlr/ASTRefCount.hpp, antlr/BaseAST.cpp, antlr/BaseAST.hpp,
1260 >        antlr/BitSet.cpp, antlr/BitSet.hpp, antlr/CharBuffer.cpp,
1261 >        antlr/CharBuffer.hpp, antlr/CharInputBuffer.hpp,
1262 >        antlr/CharScanner.cpp, antlr/CharScanner.hpp,
1263 >        antlr/CharStreamException.hpp, antlr/CharStreamIOException.hpp,
1264 >        antlr/CircularQueue.hpp, antlr/CommonAST.cpp, antlr/CommonAST.hpp,
1265 >        antlr/CommonASTWithHiddenTokens.cpp,
1266 >        antlr/CommonASTWithHiddenTokens.hpp,
1267 >        antlr/CommonHiddenStreamToken.cpp,
1268 >        antlr/CommonHiddenStreamToken.hpp, antlr/CommonToken.cpp,
1269 >        antlr/CommonToken.hpp, antlr/IOException.hpp,
1270 >        antlr/InputBuffer.cpp, antlr/InputBuffer.hpp, antlr/LLkParser.cpp,
1271 >        antlr/LLkParser.hpp, antlr/LexerSharedInputState.hpp,
1272 >        antlr/Makefile, antlr/MismatchedCharException.cpp,
1273 >        antlr/MismatchedCharException.hpp,
1274 >        antlr/MismatchedTokenException.cpp,
1275 >        antlr/MismatchedTokenException.hpp, antlr/NoViableAltException.cpp,
1276 >        antlr/NoViableAltException.hpp,
1277 >        antlr/NoViableAltForCharException.cpp,
1278 >        antlr/NoViableAltForCharException.hpp, antlr/Parser.cpp,
1279 >        antlr/Parser.hpp, antlr/ParserSharedInputState.hpp,
1280 >        antlr/RecognitionException.cpp, antlr/RecognitionException.hpp,
1281 >        antlr/RefCount.hpp, antlr/SemanticException.hpp, antlr/String.cpp,
1282 >        antlr/String.hpp, antlr/Token.cpp, antlr/Token.hpp,
1283 >        antlr/TokenBuffer.cpp, antlr/TokenBuffer.hpp,
1284 >        antlr/TokenRefCount.cpp, antlr/TokenRefCount.hpp,
1285 >        antlr/TokenStream.hpp, antlr/TokenStreamBasicFilter.cpp,
1286 >        antlr/TokenStreamBasicFilter.hpp, antlr/TokenStreamException.hpp,
1287 >        antlr/TokenStreamHiddenTokenFilter.cpp,
1288 >        antlr/TokenStreamHiddenTokenFilter.hpp,
1289 >        antlr/TokenStreamIOException.hpp,
1290 >        antlr/TokenStreamRecognitionException.hpp,
1291 >        antlr/TokenStreamRetryException.hpp,
1292 >        antlr/TokenStreamRewriteEngine.cpp,
1293 >        antlr/TokenStreamRewriteEngine.hpp, antlr/TokenStreamSelector.cpp,
1294 >        antlr/TokenStreamSelector.hpp, antlr/TokenWithIndex.hpp,
1295 >        antlr/TreeParser.cpp, antlr/TreeParser.hpp,
1296 >        antlr/TreeParserSharedInputState.hpp, antlr/config.hpp,
1297 >        applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1298 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
1299 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1300 >        constraints/ZconstraintForceManager.cpp,
1301 >        integrators/VelocityVerletIntegrator.cpp, io/BASS_interface.cpp,
1302 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
1303 >        io/BASSlex.l, io/BASSyacc.y, io/Globals.cpp, io/Globals.hpp,
1304 >        io/LinkedAssign.cpp, io/LinkedAssign.hpp, io/Makefile,
1305 >        io/ZConsReader.cpp, io/interface.c, io/make_nodes.c,
1306 >        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/node_list.h,
1307 >        io/parse_interface.h, io/parse_me.h, io/parse_tree.c,
1308 >        io/parse_tree.h, mdParser/FilenameObserver.cpp,
1309 >        mdParser/FilenameObserver.hpp, mdParser/MDLexer.cpp,
1310 >        mdParser/MDLexer.hpp, mdParser/MDParser.cpp, mdParser/MDParser.g,
1311 >        mdParser/MDParser.hpp, mdParser/MDTokenTypes.hpp,
1312 >        mdParser/MDTreeParser.cpp, mdParser/MDTreeParser.g,
1313 >        mdParser/MDTreeParser.hpp, mdParser/MDTreeParserTokenTypes.hpp,
1314 >        mdParser/Makefile, mdParser/SimplePreprocessor.hpp,
1315 >        openbabel/obconversion.cpp, openbabel/oopseformat.cpp,
1316 >        openbabel/xyzformat.cpp, primitives/RigidBody.cpp,
1317 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
1318 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
1319 >        selection/Makefile, selection/NameFinder.cpp,
1320 >        selection/NameFinder.hpp, selection/SelectionCompiler.hpp,
1321 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
1322 >        selection/SelectionManager.hpp, selection/SelectionToken.hpp,
1323 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.hpp,
1324 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/BendStamp.cpp,
1325 >        types/BendStamp.hpp, types/BondStamp.cpp, types/BondStamp.hpp,
1326 >        types/Component.cpp, types/Component.hpp,
1327 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1328 >        types/MakeStamps.cpp, types/MakeStamps.hpp, types/Makefile,
1329 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
1330 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
1331 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
1332 >        types/ZconStamp.cpp, types/ZconStamp.hpp, types/ZconsStamp.cpp,
1333 >        types/ZconsStamp.hpp, utils/BitSet.cpp, utils/BitSet.hpp,
1334 >        utils/Makefile.in, utils/MoLocator.cpp, utils/OOPSEBitSet.cpp,
1335 >        utils/OOPSEBitSet.hpp, utils/StringTokenizer.cpp,
1336 >        utils/StringTokenizer.hpp, visitors/ZconsVisitor.cpp: End of the
1337 >        Link --> List Return of the Oject-Oriented replace yacc/lex parser
1338 >        with antlr parser
1339 >
1340 > 2005-11-30 16:00  chuckv
1341 >
1342 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
1343 >        calculate rho(Z) to calculate density profiles for water slabs.
1344 >
1345 > 2005-11-29 17:54  chuckv
1346 >
1347 >        * configure, ac-tools/configure.in: added checks for some functions
1348 >        to configure script
1349 >
1350 > 2005-11-22 20:05  chuckv
1351 >
1352 >        * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
1353 >        obbond.cpp: Changed file names that conflict w/ oopse file name
1354 >        object files.
1355 >
1356 > 2005-11-21 17:59  gezelter
1357 >
1358 >        * src/utils/residentMem.c: compilation bug
1359 >
1360 > 2005-11-21 17:59  gezelter
1361 >
1362 >        * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
1363 >
1364 > 2005-11-21 17:59  gezelter
1365 >
1366 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
1367 >
1368 > 2005-11-21 17:59  gezelter
1369 >
1370 >        * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
1371 >        issue
1372 >
1373 > 2005-11-21 17:58  gezelter
1374 >
1375 >        * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
1376 >        doForces_interface.F90, doForces_interface.h, fForceOptions.h,
1377 >        notifyCutoffs.F90, notifyCutoffs_interface.F90,
1378 >        notifyCutoffs_interface.h, DarkSide/LJ.F90,
1379 >        DarkSide/electrostatic.F90, DarkSide/gb.F90,
1380 >        DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
1381 >
1382 > 2005-11-21 11:22  tim
1383 >
1384 >        * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
1385 >
1386 > 2005-11-21 09:59  tim
1387 >
1388 >        * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
1389 >        atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
1390 >        isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
1391 >        resdata.txt, torlib.txt, types.txt: adding openbabel data files
1392 >
1393 > 2005-11-18 15:17  tim
1394 >
1395 >        * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
1396 >        adding support for soft linking
1397 >
1398 > 2005-11-18 15:17  tim
1399 >
1400 >        * make/Makefile.in: Adding support for soft linking
1401 >
1402 > 2005-11-18 12:50  gezelter
1403 >
1404 >        * make/Makefile.in: Adding linking stuff
1405 >
1406 > 2005-11-18 11:38  tim
1407 >
1408 >        * make/Makefile.in, src/applications/atom2mdin/Makefile,
1409 >        src/applications/atom2mdin/atom2mdin.cpp,
1410 >        src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
1411 >        rename mdinConverter to atom2mdin
1412 >
1413 > 2005-11-17 15:44  gezelter
1414 >
1415 >        * src/openbabel/obconversion.cpp: fixed a bug
1416 >
1417 > 2005-11-17 15:39  gezelter
1418 >
1419 >        * configure: Adding some config checks for OpenBabel codes we are
1420 >        using
1421 >
1422 > 2005-11-17 15:39  gezelter
1423 >
1424 >        * ac-tools/configure.in: Adding some checks for OpenBabel code
1425 >
1426 > 2005-11-17 15:39  gezelter
1427 >
1428 >        * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
1429 >
1430 > 2005-11-17 15:38  gezelter
1431 >
1432 >        * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
1433 >        bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
1434 >        fingerprint.cpp, generic.hpp, grid.hpp, matrix.hpp, mol.hpp,
1435 >        obconversion.hpp, oberror.cpp, oberror.hpp, obutil.cpp, obutil.hpp,
1436 >        patty.cpp, pdbformat.hpp, phmodel.cpp, povrayformat.hpp,
1437 >        residue.cpp, rotor.cpp, smilesformat.cpp, tokenst.cpp, typer.cpp:
1438 >        Unifying config.h stuff and making sure the OpenBabel codes can
1439 >        find our default (and environment variable) Force Field
1440 >        directories.
1441 >
1442 > 2005-11-17 13:35  tim
1443 >
1444 >        * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
1445 >
1446 > 2005-11-16 18:10  tim
1447 >
1448 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
1449 >        brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
1450 >        brains/ForceManager.hpp, brains/SimCreator.cpp, brains/SimInfo.cpp,
1451 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
1452 >        io/Globals.hpp, io/Makefile, io/OptionSectionParser.cpp,
1453 >        io/OptionSectionParser.hpp, io/ParamConstraint.hpp,
1454 >        io/SectionParser.hpp, io/SectionParserManager.cpp,
1455 >        io/TorsionTypesSectionParser.cpp, math/ChebyshevPolynomials.hpp,
1456 >        math/Makefile, math/Polynomial.hpp, primitives/Bend.cpp,
1457 >        primitives/Bend.hpp, primitives/GhostBend.cpp,
1458 >        primitives/GhostBend.hpp, primitives/GhostTorsion.cpp,
1459 >        primitives/GhostTorsion.hpp, primitives/Torsion.cpp,
1460 >        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
1461 >        primitives/UreyBradleyBend.hpp, types/CharmmTorsionType.cpp,
1462 >        types/CharmmTorsionType.hpp, types/CubicTorsionType.hpp,
1463 >        types/PolynomialTorsionType.hpp, types/QuarticTorsionType.hpp,
1464 >        types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
1465 >        get compiled
1466 >
1467 > 2005-11-16 16:37  chuckv
1468 >
1469 >        * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
1470 >        io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
1471 >        UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
1472 >        optional parameters....
1473 >
1474 > 2005-11-16 16:22  tim
1475 >
1476 >        * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
1477 >        fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
1478 >        gromos96format.cpp, gromos96format.hpp, oopseformat.cpp,
1479 >        oopseformat.hpp, pdbformat.cpp, pdbformat.hpp, povrayformat.cpp,
1480 >        povrayformat.hpp, smilesformat.cpp, smilesformat.hpp,
1481 >        tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
1482 >        adding more readers/writers
1483 >
1484 > 2005-11-16 16:20  tim
1485 >
1486 >        * make/Makefile.in: adding openbabel
1487 >
1488 > 2005-11-16 16:20  tim
1489 >
1490 >        * src/brains/: Register.cpp, Register.hpp: register openbabel
1491 >        readers/writers
1492 >
1493 > 2005-11-16 14:57  chrisfen
1494 >
1495 >        * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
1496 >        potential self term
1497 >
1498 > 2005-11-16 14:57  chrisfen
1499 >
1500 >        * samples/water/spce/spce.md: just some parameters
1501 >
1502 > 2005-11-16 14:42  tim
1503 >
1504 >        * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
1505 >        babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
1506 >        bond.cpp, bondtyp.hpp, bondtyper.cpp, bondtyper.hpp, chains.cpp,
1507 >        chains.hpp, chiral.cpp, chiral.hpp, config.h.in, config.hpp,
1508 >        data.cpp, data.hpp, element.hpp, extable.hpp, fingerprint.cpp,
1509 >        fingerprint.hpp, generic.cpp, generic.hpp, grid.cpp, grid.hpp,
1510 >        isotope.hpp, kekulize.cpp, matrix.cpp, matrix.hpp, matrix3x3.cpp,
1511 >        matrix3x3.hpp, mol.cpp, mol.hpp, molchrg.cpp, molchrg.hpp,
1512 >        obconversion.cpp, obconversion.hpp, obconversion.lo, oberror.cpp,
1513 >        oberror.hpp, obiter.cpp, obiter.hpp, obmolecformat.hpp, obutil.cpp,
1514 >        obutil.hpp, oopseformat.cpp, parsmart.cpp, parsmart.hpp, patty.cpp,
1515 >        patty.hpp, pdbformat.cpp, phmodel.cpp, phmodel.hpp,
1516 >        phmodeldata.hpp, rand.cpp, reaction.hpp, resdata.hpp, residue.cpp,
1517 >        ring.cpp, ring.hpp, rotamer.cpp, rotamer.hpp, rotor.cpp, rotor.hpp,
1518 >        snprintf.c, snprintf.h, strncasecmp.c, tinkerformat.cpp,
1519 >        tokenst.cpp, torlib.hpp, transform.cpp, typer.cpp, typer.hpp,
1520 >        types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
1521 >        zipstreamimpl.hpp: adding openbabel
1522 >
1523 > 2005-11-15 14:42  chrisfen
1524 >
1525 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
1526 >        commented code
1527 >
1528 > 2005-11-15 14:04  chrisfen
1529 >
1530 >        * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
1531 >        charge-charge interactions a bit...
1532 >
1533 > 2005-11-15 14:03  chrisfen
1534 >
1535 >        * samples/water/spce/: spce.md, water.md: just playing
1536 >
1537 > 2005-11-15 11:38  chrisfen
1538 >
1539 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
1540 >        shifted_potential case
1541 >
1542 > 2005-11-15 11:37  chrisfen
1543 >
1544 >        * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
1545 >        just playing around - we need to refresh all the samples sometime
1546 >        soon...
1547 >
1548 > 2005-11-15 11:18  chuckv
1549 >
1550 >        * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
1551 >        preforce calc public in suttonchen.
1552 >
1553 > 2005-11-15 11:05  chuckv
1554 >
1555 >        * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
1556 >        SimInfo
1557 >
1558 > 2005-11-15 11:01  chuckv
1559 >
1560 >        * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
1561 >        DarkSide/simulation.F90: Added Sutton-Chen to force loop...
1562 >
1563 > 2005-11-15 10:34  chuckv
1564 >
1565 >        * forceFields/Makefile: Added sutton-chen to makefile.
1566 >
1567 > 2005-11-14 17:20  chuckv
1568 >
1569 >        * src/UseTheForce/DarkSide/: suttonchen.F90,
1570 >        suttonchen_interface.h: Build Fixes for sutton-chen.
1571 >
1572 > 2005-11-14 17:03  chuckv
1573 >
1574 >        * src/io/Makefile: Missed makefile for sutton-chen.
1575 >
1576 > 2005-11-14 17:03  chuckv
1577 >
1578 >        * src/UseTheForce/: Makefile, DarkSide/Makefile,
1579 >        DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
1580 >
1581 > 2005-11-14 16:29  chuckv
1582 >
1583 >        * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
1584 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
1585 >        UseTheForce/DarkSide/suttonchen.F90,
1586 >        UseTheForce/DarkSide/suttonchen_interface.F90,
1587 >        UseTheForce/DarkSide/suttonchen_interface.h, brains/Register.cpp,
1588 >        brains/fSimulation.h, types/AtomType.cpp, types/AtomType.hpp,
1589 >        types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
1590 >        fix do_forces to use Sutton-Chen.
1591 >
1592 > 2005-11-11 12:21  chrisfen
1593 >
1594 >        * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
1595 >        switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
1596 >        some files
1597 >
1598 > 2005-11-11 10:22  chrisfen
1599 >
1600 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
1601 >        io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
1602 >        switching function option
1603 >
1604 > 2005-11-11 10:21  chrisfen
1605 >
1606 >        * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
1607 >        5th order polynomial switching function
1608 >
1609 > 2005-11-11 10:21  chrisfen
1610 >
1611 >        * samples/water/ssd/ssd.md: playing with switching functions again
1612 >
1613 > 2005-11-11 10:21  chrisfen
1614 >
1615 >        * samples/argon/500.md: playing with switching functions
1616 >
1617 > 2005-11-08 19:11  chuckv
1618 >
1619 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
1620 >        files for Sutton-Chen and Quantum Sutton-Chen
1621 >
1622 > 2005-11-08 08:32  chrisfen
1623 >
1624 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
1625 >        DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
1626 >        ability to output forces and torques
1627 >
1628 > 2005-11-08 08:32  chrisfen
1629 >
1630 >        * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
1631 >        output of forces and torques
1632 >
1633 > 2005-11-08 08:31  chrisfen
1634 >
1635 >        * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
1636 >        Working on shifted_force...
1637 >
1638 > 2005-11-08 08:31  chrisfen
1639 >
1640 >        * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
1641 >
1642 > 2005-11-03 18:22  chrisfen
1643 >
1644 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
1645 >        commented section
1646 >
1647 > 2005-11-03 18:12  chrisfen
1648 >
1649 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1650 >        UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
1651 >        UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
1652 >        io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
1653 >
1654 > 2005-11-03 18:11  chrisfen
1655 >
1656 >        * samples/water/spce/spce.md: mmm...  damped shifted force...
1657 >
1658 > 2005-11-03 18:06  chuckv
1659 >
1660 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
1661 >
1662 > 2005-11-02 18:50  chuckv
1663 >
1664 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
1665 >
1666 > 2005-11-02 16:01  chrisfen
1667 >
1668 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1669 >        removed some test code
1670 >
1671 > 2005-11-02 15:45  chrisfen
1672 >
1673 >        * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
1674 >        screening method header
1675 >
1676 > 2005-11-02 15:36  chrisfen
1677 >
1678 >        * src/brains/SimInfo.cpp: again, changing how we deal with
1679 >        summation and screening methods
1680 >
1681 > 2005-11-02 15:36  chrisfen
1682 >
1683 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1684 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1685 >        UseTheForce/DarkSide/electrostatic_interface.h,
1686 >        UseTheForce/DarkSide/fElectrostaticSummationMethod.h,
1687 >        io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
1688 >        and screening methods
1689 >
1690 > 2005-11-02 15:35  chrisfen
1691 >
1692 >        * src/UseTheForce/doForces.F90: debug stuff for rf removed
1693 >
1694 > 2005-11-01 18:32  chuckv
1695 >
1696 >        * src/: UseTheForce/DarkSide/atype.F90,
1697 >        UseTheForce/DarkSide/atype_interface.F90,
1698 >        UseTheForce/DarkSide/suttonchen.F90, types/AtomType.cpp,
1699 >        types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
1700 >        sutton-chen
1701 >
1702 > 2005-11-01 14:24  chrisfen
1703 >
1704 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1705 >        removed some testing code...
1706 >
1707 > 2005-11-01 14:14  chrisfen
1708 >
1709 >        * src/: brains/Register.cpp, brains/SimInfo.cpp,
1710 >        brains/fSimulation.h, integrators/IntegratorFactory.hpp,
1711 >        io/Globals.cpp: fixed a capitalization problem with NPT integrator
1712 >        initialization
1713 >
1714 > 2005-11-01 14:13  chrisfen
1715 >
1716 >        * src/applications/oopse/oopse.cpp: nothing
1717 >
1718 > 2005-11-01 14:09  chrisfen
1719 >
1720 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1721 >        DarkSide/simulation.F90: still fixing up wolf...
1722 >
1723 > 2005-11-01 13:29  chuckv
1724 >
1725 >        * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
1726 >        process of adding sutton-chen forcefield.
1727 >
1728 > 2005-10-26 18:32  chrisfen
1729 >
1730 >        * src/brains/SimInfo.cpp: changed the default switching radius to
1731 >        85% of rcut
1732 >
1733 > 2005-10-26 18:31  chrisfen
1734 >
1735 >        * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
1736 >        to be working now - for charges and dipoles alike
1737 >
1738 > 2005-10-26 18:31  chrisfen
1739 >
1740 >        * src/UseTheForce/doForces.F90: reaction field looks to be working
1741 >        now
1742 >
1743 > 2005-10-26 18:30  chrisfen
1744 >
1745 >        * samples/water/ssdrf/water.md: added a test molecule
1746 >
1747 > 2005-10-26 18:30  chrisfen
1748 >
1749 >        * forceFields/DUFF2.frc: added a test atom type
1750 >
1751 > 2005-10-24 09:06  chrisfen
1752 >
1753 >        * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
1754 >        reaction field - don't know if it works...
1755 >
1756 > 2005-10-23 16:08  chrisfen
1757 >
1758 >        * src/: UseTheForce/doForces.F90,
1759 >        UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
1760 >        streamlined reaction field for dipoles (now a good bit faster) and
1761 >        added reaction field for charges - still need to do charge-dipole
1762 >        RF
1763 >
1764 > 2005-10-23 16:07  chrisfen
1765 >
1766 >        * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
1767 >        field
1768 >
1769 > 2005-10-23 16:06  chrisfen
1770 >
1771 >        * samples/water/spce/spce.md: reaction field now works for charges
1772 >
1773 > 2005-10-20 15:27  tim
1774 >
1775 >        * src/primitives/Torsion.cpp: Fix the other branch of force
1776 >        calculation in Torision.cpp
1777 >
1778 > 2005-10-19 14:24  chrisfen
1779 >
1780 >        * src/: UseTheForce/doForces.F90,
1781 >        UseTheForce/DarkSide/electrostatic.F90,
1782 >        UseTheForce/DarkSide/simulation.F90, applications/oopse/oopse.cpp,
1783 >        brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
1784 >        toUpper problems - these changes should fix those...
1785 >
1786 > 2005-10-19 14:23  chrisfen
1787 >
1788 >        * samples/water/ssdrf/ssdrf.md: nothing
1789 >
1790 > 2005-10-19 12:03  gezelter
1791 >
1792 >        * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
1793 >        GayBerne
1794 >
1795 > 2005-10-19 11:49  tim
1796 >
1797 >        * src/: UseTheForce/DarkSide/fInteractionMap.h,
1798 >        brains/ForceManager.cpp: fix an index mismathcing between c and
1799 >        fortran
1800 >
1801 > 2005-10-18 18:03  gezelter
1802 >
1803 >        * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
1804 >        samples for the cutoff methods that Yang Zheng has been working on
1805 >
1806 > 2005-10-18 16:13  gezelter
1807 >
1808 >        * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
1809 >        and a rotation matrix bug
1810 >
1811 > 2005-10-18 16:13  gezelter
1812 >
1813 >        * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
1814 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1815 >        added a few GB test cases
1816 >
1817 > 2005-10-18 16:13  gezelter
1818 >
1819 >        * forceFields/DUFF2.frc: Fixing GB parameters
1820 >
1821 > 2005-10-18 13:36  kdaily
1822 >
1823 >        * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
1824 >        type
1825 >
1826 > 2005-10-18 10:01  chrisfen
1827 >
1828 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
1829 >        UseTheForce/DarkSide/Makefile,
1830 >        UseTheForce/DarkSide/electrostatic.F90,
1831 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1832 >        UseTheForce/DarkSide/electrostatic_interface.h,
1833 >        UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
1834 >        reaction field with electrostatics.F90
1835 >
1836 > 2005-10-17 18:13  tim
1837 >
1838 >        * src/: brains/ForceManager.cpp, brains/Stats.cpp,
1839 >        brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
1840 >        io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
1841 >        io/StatWriter.hpp: Customized StatWriter is working
1842 >
1843 > 2005-10-17 17:42  kdaily
1844 >
1845 >        * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
1846 >        paper
1847 >
1848 > 2005-10-17 16:47  gezelter
1849 >
1850 >        * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
1851 >
1852 > 2005-10-17 14:24  tim
1853 >
1854 >        * src/io/ParamConstraint.hpp: Another bug fix
1855 >
1856 > 2005-10-17 14:22  tim
1857 >
1858 >        * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
1859 >        issues in Globals
1860 >
1861 > 2005-10-17 14:12  gezelter
1862 >
1863 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
1864 >        UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
1865 >        UseTheForce/DarkSide/gb_interface.F90,
1866 >        UseTheForce/DarkSide/gb_interface.h,
1867 >        io/GayBerneAtomTypesSectionParser.cpp,
1868 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
1869 >        changing GB architecture
1870 >
1871 > 2005-10-17 14:12  gezelter
1872 >
1873 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
1874 >        gbRotRoundZ.in: Adding samples for gb tests
1875 >
1876 > 2005-10-16 22:06  tim
1877 >
1878 >        * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
1879 >        a  string to event's err_msg, there are still tons of memory
1880 >        leaking problem in Globals
1881 >
1882 > 2005-10-16 19:51  tim
1883 >
1884 >        * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
1885 >        error message in Globals
1886 >
1887 > 2005-10-14 16:43  tim
1888 >
1889 >        * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
1890 >        parameters are working now
1891 >
1892 > 2005-10-14 11:43  gezelter
1893 >
1894 >        * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
1895 >
1896 > 2005-10-14 11:05  gezelter
1897 >
1898 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
1899 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1900 >        Adding some Gay Berne tests
1901 >
1902 > 2005-10-14 11:05  gezelter
1903 >
1904 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
1905 >        cutoff tests
1906 >
1907 > 2005-10-14 10:44  kdaily
1908 >
1909 >        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
1910 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
1911 >        src/UseTheForce/DarkSide/gb_interface.F90,
1912 >        src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
1913 >        LJ
1914 >
1915 > 2005-10-14 09:48  tim
1916 >
1917 >        * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
1918 >
1919 > 2005-10-14 09:18  chrisfen
1920 >
1921 >        * samples/thermoIntegration/liquid/ssde.md,
1922 >        samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
1923 >        src/restraints/Restraints.cpp: added default restraint spring
1924 >        constants into Globals
1925 >
1926 > 2005-10-13 17:26  tim
1927 >
1928 >        * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1929 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
1930 >        constraints/ZconstraintForceManager.cpp,
1931 >        integrators/Integrator.cpp, integrators/NPT.cpp,
1932 >        integrators/NVT.cpp, integrators/Velocitizer.cpp, io/Globals.cpp,
1933 >        io/Globals.hpp, io/ZConsReader.cpp, minimizers/Minimizer.cpp,
1934 >        minimizers/MinimizerParameterSet.cpp, restraints/Restraints.cpp,
1935 >        restraints/ThermoIntegrationForceManager.cpp,
1936 >        visitors/ZconsVisitor.cpp: rewrite Globals
1937 >
1938 > 2005-10-12 16:57  chuckv
1939 >
1940 >        * src/brains/ForceManager.cpp: Fix to forceManager to pass
1941 >        potential array to fortran.
1942 >
1943 > 2005-10-12 16:00  gezelter
1944 >
1945 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
1946 >        remember what we did
1947 >
1948 > 2005-10-12 16:00  gezelter
1949 >
1950 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
1951 >        DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
1952 >        DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
1953 >        DarkSide/sticky.F90: simplifying long range potential array
1954 >
1955 > 2005-10-12 16:00  gezelter
1956 >
1957 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
1958 >        cutoff methods
1959 >
1960 > 2005-10-12 16:00  gezelter
1961 >
1962 >        * forceFields/DUFF2.frc: Messing with 2-point water models
1963 >
1964 > 2005-10-12 15:22  chuckv
1965 >
1966 >        * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
1967 >        interface now expects an array for pot.
1968 >
1969 > 2005-10-12 15:18  chuckv
1970 >
1971 >        * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
1972 >        DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
1973 >        calculation of potential.
1974 >
1975 > 2005-10-12 14:55  chuckv
1976 >
1977 >        * src/UseTheForce/doForces.F90: More changes to MPI potential
1978 >        calculations.
1979 >
1980 > 2005-10-12 13:59  chuckv
1981 >
1982 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
1983 >        DarkSide/eam.F90, DarkSide/electrostatic.F90,
1984 >        DarkSide/fInteractionMap.h, DarkSide/force_globals.F90,
1985 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
1986 >        Breaky: Add Support for seperating potential contributions.
1987 >
1988 > 2005-10-11 17:00  chuckv
1989 >
1990 >        * src/UseTheForce/doForces.F90: Free some variables that weren't
1991 >        freed before.
1992 >
1993 > 2005-10-11 16:59  chuckv
1994 >
1995 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
1996 >        GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
1997 >        builder --twinned.
1998 >
1999 > 2005-10-11 16:57  chuckv
2000 >
2001 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
2002 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
2003 >        nanoparticleBuilderCmd.h, sphericalNanoparticle.cpp,
2004 >        sphericalNanoparticle.hpp: Added code for nanoparticle builder to
2005 >        cvs.
2006 >
2007 > 2005-10-10 16:34  chuckv
2008 >
2009 >        * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
2010 >        in MPI.
2011 >
2012 > 2005-10-10 16:20  chuckv
2013 >
2014 >        * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
2015 >        indexing of groupToGtype. We now have two seperate maps
2016 >        groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
2017 >        that is set to groupToGtypeRow in the single processor version.
2018 >
2019 > 2005-10-06 13:44  chrisfen
2020 >
2021 >        * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
2022 >        ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
2023 >        tip3p_ice/water.md, tip4p/water.md: fixing up the samples
2024 >
2025 > 2005-10-05 16:12  tim
2026 >
2027 >        * src/primitives/RigidBody.cpp: There is still something wrong with
2028 >        inertia tensor projection
2029 >
2030 > 2005-10-05 14:35  tim
2031 >
2032 >        * src/primitives/RigidBody.cpp: erase output of inertia tensor.
2033 >        There is still something wrong with current implementation.
2034 >
2035 > 2005-10-05 14:34  tim
2036 >
2037 >        * src/brains/MoleculeCreator.cpp: fix a bug in creating
2038 >        cutoffGroup. When cutoffGroup is turned off, there is a mismatch
2039 >        between group and center of mass array
2040 >
2041 > 2005-10-05 14:12  tim
2042 >
2043 >        * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
2044 >        When cutoffGroup is turned off, there is a mismatch between group
2045 >        and center of mass array
2046 >
2047 > 2005-10-04 14:34  chrisfen
2048 >
2049 >        * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
2050 >        mass ratio bug that results in simulation failure with massless
2051 >        particles
2052 >
2053 > 2005-10-04 14:33  chrisfen
2054 >
2055 >        * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
2056 >        wolf
2057 >
2058 > 2005-10-04 14:32  chrisfen
2059 >
2060 >        * samples/water/dimer/two.md, samples/water/dimer/water.md,
2061 >        samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
2062 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
2063 >        random changes when testing
2064 >
2065 > 2005-10-03 10:54  tim
2066 >
2067 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
2068 >        projecting the inertia tensor of directional atom in rigibody into
2069 >        rigidbody's body frame (previous commit is wrong)
2070 >
2071 > 2005-10-03 09:31  tim
2072 >
2073 >        * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
2074 >        tensor of directional atom in rigibody into rigidbody's body frame
2075 >
2076 > 2005-09-28 13:47  chrisfen
2077 >
2078 >        * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
2079 >
2080 > 2005-09-28 13:46  chrisfen
2081 >
2082 >        * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
2083 >        dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
2084 >        ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
2085 >        tip4p/tp4.md: fixed some samples
2086 >
2087 > 2005-09-28 13:46  chrisfen
2088 >
2089 >        * ChangeLog: updated
2090 >
2091 > 2005-09-28 11:55  tim
2092 >
2093 >        * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
2094 >        divergence in rotation matrix to quaternion transformation
2095 >
2096 > 2005-09-28 11:32  gezelter
2097 >
2098 >        * src/primitives/RigidBody.cpp: Rotation matrix multiplication
2099 >        order error
2100 >
2101 > 2005-09-28 11:32  gezelter
2102 >
2103 >        * src/io/DumpReader.cpp: tracking down quaternion bug
2104 >
2105 > 2005-09-28 11:32  gezelter
2106 >
2107 >        * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
2108 >        model
2109 >
2110 > 2005-09-27 15:02  tim
2111 >
2112 >        * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
2113 >        to quaternion
2114 >
2115 > 2005-09-26 13:38  chuckv
2116 >
2117 >        * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
2118 >        7 so derfc is external. Other compilers should treat erfc as
2119 >        intrinsic.
2120 >
2121 > 2005-09-26 12:07  chuckv
2122 >
2123 >        * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
2124 >        and declared it to be external to fix issure with ifc7. Hopefully
2125 >        this will not cause a problem with other compilers where derfc is
2126 >        an intrinsic function.
2127 >
2128 > 2005-09-26 11:42  chuckv
2129 >
2130 >        * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
2131 >        in simulation module. We needed a seperate receive buffer.
2132 >
2133 > 2005-09-26 10:58  chuckv
2134 >
2135 >        * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
2136 >        support for skinThickness keyword to Globals.
2137 >
2138 > 2005-09-26 10:56  tim
2139 >
2140 >        * src/io/DumpReader.cpp: fix a typo in DumpReader
2141 >
2142 > 2005-09-26 09:27  chrisfen
2143 >
2144 >        * samples/: minimizer/tip4p_two.md,
2145 >        thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
2146 >        water/dimer/cl.md, water/dimer/mix.md, water/dimer/mix2.md,
2147 >        water/dimer/ssd.md, water/dimer/tap.md, water/dimer/two.md,
2148 >        water/spce/spce.md, water/ssd/ssd.md, water/ssd-ion/ssdCl.md,
2149 >        water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
2150 >        water/tip4p/tp4.md: fixing up some samples
2151 >
2152 > 2005-09-24 12:39  chrisfen
2153 >
2154 >        * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
2155 >        roughly the same speed as the old version when using dipoles
2156 >        
2157 >        energies are now exactly the same between the old version of OOPSE
2158 >        and this version
2159 >
2160 > 2005-09-24 12:38  chrisfen
2161 >
2162 >        * samples/water/ssdrf/ssdrf.md: turned rf on
2163 >
2164 > 2005-09-23 15:31  chuckv
2165 >
2166 >        * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
2167 >        skin thickness and hardcode listSkin to be 1.0. We now get listskin
2168 >        from skin. This will get fixed to where we can manually set skin
2169 >        thickness.
2170 >
2171 > 2005-09-22 13:50  gezelter
2172 >
2173 >        * src/math/derfc.F90: added error function
2174 >
2175 > 2005-09-21 19:08  chuckv
2176 >
2177 >        * src/integrators/Velocitizer.cpp: Removed print statement for
2178 >        angular momentum and inertia tensor from velocitizer.
2179 >
2180 > 2005-09-21 19:04  chuckv
2181 >
2182 >        * src/integrators/Velocitizer.cpp: Removed print statements for
2183 >        remove angular momentum.
2184 >
2185 > 2005-09-21 18:45  chuckv
2186 >
2187 >        * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
2188 >        (say we are using EAM), we probably shouldn't rebuild the LJ mixing
2189 >        map.
2190 >
2191 > 2005-09-21 15:59  tim
2192 >
2193 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
2194 >        DumpReader using pure c++ io
2195 >
2196 > 2005-09-21 12:20  chrisfen
2197 >
2198 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
2199 >        defaultCutoff bug (HEMES!)
2200 >
2201 > 2005-09-20 17:13  gezelter
2202 >
2203 >        * make/Makefile.in: libz additions
2204 >
2205 > 2005-09-20 17:03  gezelter
2206 >
2207 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2208 >        src/config.h.in: added check for zlib in configure
2209 >
2210 > 2005-09-20 16:22  tim
2211 >
2212 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
2213 >        gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
2214 >
2215 > 2005-09-20 11:22  tim
2216 >
2217 >        * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
2218 >        testcase for zipstream
2219 >
2220 > 2005-09-20 10:41  tim
2221 >
2222 >        * src/io/zipstream.hpp: adding zipstream.hpp
2223 >
2224 > 2005-09-20 10:34  chrisfen
2225 >
2226 >        * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
2227 >        dipole/twoSplitDipole.md, minimizer/ssdEM.md,
2228 >        minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
2229 >        zcons/zconsMoving.md: fixed up some sample md files
2230 >
2231 > 2005-09-19 18:21  chrisfen
2232 >
2233 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2234 >        src/UseTheForce/doForces.F90,
2235 >        src/UseTheForce/DarkSide/electrostatic.F90,
2236 >        src/UseTheForce/DarkSide/simulation.F90, src/brains/SimInfo.cpp,
2237 >        src/brains/fSimulation.h: Fixed bugs in reaction field, now it
2238 >        appears as though it really is working...
2239 >
2240 > 2005-09-18 15:45  chrisfen
2241 >
2242 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2243 >        src/UseTheForce/doForces.F90,
2244 >        src/UseTheForce/doForces_interface.F90,
2245 >        src/UseTheForce/doForces_interface.h,
2246 >        src/UseTheForce/DarkSide/electrostatic.F90,
2247 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
2248 >        src/brains/SimInfo.cpp: reaction field seems to work now, still
2249 >        need to do some testing...
2250 >
2251 > 2005-09-16 18:04  chuckv
2252 >
2253 >        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
2254 >        dump files.
2255 >
2256 > 2005-09-16 16:07  chrisfen
2257 >
2258 >        * src/: UseTheForce/doForces_interface.F90,
2259 >        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
2260 >        bug that ifc missed...
2261 >
2262 > 2005-09-16 15:36  chrisfen
2263 >
2264 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2265 >        fixing some summation method issues
2266 >
2267 > 2005-09-16 14:35  chrisfen
2268 >
2269 >        * src/brains/SimInfo.cpp: fixed a capitalization error
2270 >
2271 > 2005-09-16 14:34  chrisfen
2272 >
2273 >        * src/UseTheForce/: fElectrostaticSummationMethod.h,
2274 >        DarkSide/fElectrostaticSummationMethod.h: moved a header file
2275 >        around
2276 >
2277 > 2005-09-16 14:00  chrisfen
2278 >
2279 >        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
2280 >        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
2281 >        are known issues - particularly with reaction field...
2282 >
2283 > 2005-09-16 11:07  chrisfen
2284 >
2285 >        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
2286 >        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
2287 >        (cutting out the old way to do reaction field)
2288 >
2289 > 2005-09-15 17:05  gezelter
2290 >
2291 >        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
2292 >        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
2293 >        DarkSide/electrostatic_interface.F90,
2294 >        DarkSide/electrostatic_interface.h: Working on adding WOLF
2295 >
2296 > 2005-09-15 14:17  tim
2297 >
2298 >        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
2299 >        is called without calling getNFrames
2300 >
2301 > 2005-09-15 08:47  chrisfen
2302 >
2303 >        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
2304 >
2305 > 2005-09-14 21:48  chuckv
2306 >
2307 >        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
2308 >        not initialized after creation. When maxval(gtypeMaxCutoff) was
2309 >        called, the largest random garbage value was returned from the
2310 >        array.
2311 >
2312 > 2005-09-14 19:14  chrisfen
2313 >
2314 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
2315 >        io/Globals.hpp: changes to include the coulombicCorrection selector
2316 >
2317 > 2005-09-14 19:13  chrisfen
2318 >
2319 >        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
2320 >        reactionField.F90: added in the undamped wolf, in the process of
2321 >        doing the damped wolf
2322 >
2323 > 2005-09-14 19:13  chrisfen
2324 >
2325 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
2326 >        doForces_interface.h, notifyCutoffs.F90: some changes to activate
2327 >        the coulombicCorrection selector
2328 >
2329 > 2005-09-14 19:11  chrisfen
2330 >
2331 >        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
2332 >
2333 > 2005-09-14 19:11  chrisfen
2334 >
2335 >        * samples/argon/: 500.in, 500.md: Equilibrated the sample
2336 >
2337 > 2005-09-14 19:10  chrisfen
2338 >
2339 >        * forceFields/DUFF2.frc: re-added Cl- and Na+
2340 >
2341 > 2005-09-14 15:31  chuckv
2342 >
2343 >        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
2344 >        eamAtypes instead of assuming a 1-1 correspondence to atypes.
2345 >
2346 > 2005-09-14 15:28  gezelter
2347 >
2348 >        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
2349 >        do_prepair
2350 >
2351 > 2005-09-14 14:02  gezelter
2352 >
2353 >        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
2354 >        createMixingMap routine.  It should now set doShift correctly
2355 >
2356 > 2005-09-07 17:44  chuckv
2357 >
2358 >        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
2359 >
2360 > 2005-09-07 17:23  chuckv
2361 >
2362 >        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
2363 >        logical variables
2364 >
2365 > 2005-09-07 17:08  gezelter
2366 >
2367 >        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
2368 >        algorithm
2369 >
2370 > 2005-09-07 15:46  gezelter
2371 >
2372 >        * src/: UseTheForce/doForces.F90,
2373 >        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
2374 >        UseTheForce/notifyCutoffs_interface.F90,
2375 >        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
2376 >        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
2377 >        cutoff Policy
2378 >
2379 > 2005-09-07 14:18  gezelter
2380 >
2381 >        * src/UseTheForce/doForces.F90: Some bug hunting
2382 >
2383 > 2005-09-07 14:18  gezelter
2384 >
2385 >        * samples/argon/argonNVT.md: Just a longer test
2386 >
2387 > 2005-09-06 12:32  chuckv
2388 >
2389 >        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
2390 >        etc..
2391 >
2392 > 2005-09-01 17:56  gezelter
2393 >
2394 >        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
2395 >        zero
2396 >
2397 > 2005-09-01 15:17  gezelter
2398 >
2399 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
2400 >        createGtypeCutoffMap
2401 >
2402 > 2005-08-30 13:23  chrisfen
2403 >
2404 >        * src/: UseTheForce/doForces.F90,
2405 >        UseTheForce/doForces_interface.F90,
2406 >        UseTheForce/doForces_interface.h,
2407 >        UseTheForce/DarkSide/electrostatic.F90,
2408 >        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
2409 >        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
2410 >        changes for implementing the wolf potential
2411 >
2412 > 2005-08-26 17:39  chrisfen
2413 >
2414 >        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
2415 >
2416 > 2005-08-26 16:30  chrisfen
2417 >
2418 >        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
2419 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
2420 >        some probably nonfunctional get*cut routines
2421 >
2422 > 2005-08-26 15:34  chuckv
2423 >
2424 >        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
2425 >
2426 > 2005-08-26 11:36  gezelter
2427 >
2428 >        * src/UseTheForce/doForces.F90: fixing some of the problems in the
2429 >        interactionHash and gtypeCutoff routines
2430 >
2431 > 2005-08-17 10:26  gezelter
2432 >
2433 >        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
2434 >        DarkSide/simulation.F90: added fCutoffPolicy.h
2435 >
2436 > 2005-08-11 16:04  gezelter
2437 >
2438 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
2439 >        progress
2440 >
2441 > 2005-08-10 14:17  gezelter
2442 >
2443 >        * src/primitives/StuntDouble.hpp: putting spaceballs back where
2444 >        they belong
2445 >
2446 > 2005-08-09 17:33  gezelter
2447 >
2448 >        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
2449 >        Jones module
2450 >
2451 > 2005-08-09 17:33  gezelter
2452 >
2453 >        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
2454 >
2455 > 2005-08-09 14:40  chuckv
2456 >
2457 >        * src/UseTheForce/doForces.F90: In process of re-write for group
2458 >        based cutoff....
2459 >
2460 > 2005-07-29 14:38  gezelter
2461 >
2462 >        * src/UseTheForce/doForces.F90: fixes in progress
2463 >
2464 > 2005-07-29 12:34  tim
2465 >
2466 >        * src/UseTheForce/doForces.F90: fix a bug which does not update
2467 >        me_i and me_j correctly
2468 >
2469 > 2005-07-28 17:12  chuckv
2470 >
2471 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
2472 >        cutoffs... Segfaults nicely now...
2473 >
2474 > 2005-07-20 12:04  gezelter
2475 >
2476 >        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
2477 >        error messages from pathscale compiler
2478 >
2479 > 2005-07-13 11:48  tim
2480 >
2481 >        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
2482 >        <functional>
2483 >
2484 > 2005-07-13 10:54  tim
2485 >
2486 >        * src/: UseTheForce/fSwitchingFunction.h,
2487 >        UseTheForce/mpiComponentPlan.h,
2488 >        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
2489 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
2490 >        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
2491 >        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
2492 >        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
2493 >        utils/simError.c, utils/simError.h: replace c++ style comment in c
2494 >        files
2495 >
2496 > 2005-07-03 15:53  chuckv
2497 >
2498 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
2499 >        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
2500 >        subroutine to set cuttoff for Interaction map and function in
2501 >        simulation.F90 to determine if a particular atype is present in a
2502 >        simulation.
2503 >
2504 > 2005-06-28 08:58  gezelter
2505 >
2506 >        * src/UseTheForce/doForces.F90: [no log message]
2507 >
2508 > 2005-06-27 17:21  chuckv
2509 >
2510 >        * src/UseTheForce/doForces.F90: More breaking and destruction of
2511 >        force code. Does not build at this point...
2512 >
2513 > 2005-06-27 16:01  gezelter
2514 >
2515 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
2516 >        UseTheForce/DarkSide/fInteractionMap.h,
2517 >        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
2518 >        Breaky breaky!
2519 >
2520 > 2005-06-20 11:03  gezelter
2521 >
2522 >        * samples/water/ssd/ssd.md,
2523 >        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
2524 >        simulation
2525 >
2526 > 2005-06-13 13:25  tim
2527 >
2528 >        * src/: applications/staticProps/DensityPlot.cpp,
2529 >        applications/staticProps/DensityPlot.hpp,
2530 >        applications/staticProps/SCDOrderParameter.cpp,
2531 >        applications/staticProps/StaticProps.cpp,
2532 >        io/AtomTypesSectionParser.cpp: working version of DensityPlot
2533 >
2534 > 2005-05-31 17:31  chuckv
2535 >
2536 >        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
2537 >        remove angular momentum.
2538 >
2539 > 2005-05-31 12:34  chuckv
2540 >
2541 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
2542 >        typo in nanorodBuilder.
2543 >
2544 > 2005-05-30 09:01  chuckv
2545 >
2546 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2547 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
2548 >        brains/Stats.hpp, integrators/Velocitizer.cpp,
2549 >        integrators/Velocitizer.hpp: Added method to remove system angular
2550 >        momentum to velocitizer and added method to calculate system
2551 >        angular momentum to siminfo.
2552 >
2553 > 2005-05-29 16:16  chrisfen
2554 >
2555 >        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
2556 >        balance from the Darkside (files)
2557 >
2558 > 2005-05-29 16:15  chrisfen
2559 >
2560 >        * src/UseTheForce/doForces.F90: Removed balance from doForces
2561 >
2562 > 2005-05-29 16:15  chrisfen
2563 >
2564 >        * samples/water/tap/: tap.in, tap.md: Updated tap sample
2565 >
2566 > 2005-05-29 16:15  chrisfen
2567 >
2568 >        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
2569 >        dimer for testing purposes
2570 >
2571 > 2005-05-29 16:14  chrisfen
2572 >
2573 >        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
2574 >        was apparently wiped earlier this month...
2575 >
2576 > 2005-05-29 16:13  chrisfen
2577 >
2578 >        * ChangeLog: ran make cvslog
2579 >
2580 > 2005-05-28 19:16  tim
2581 >
2582 >        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
2583 >        AtomNameVisitor
2584 >
2585 > 2005-05-28 19:09  tim
2586 >
2587 >        * src/integrators/Integrator.cpp: dding resetIntegrator
2588 >
2589 > 2005-05-28 19:06  tim
2590 >
2591 >        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
2592 >        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
2593 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
2594 >        resetIntegrator
2595 >
2596 > 2005-05-27 16:11  tim
2597 >
2598 >        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
2599 >        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
2600 >        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
2601 >        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
2602 >        StaticProps
2603 >
2604 > 2005-05-26 23:41  tim
2605 >
2606 >        * src/: applications/staticProps/Makefile,
2607 >        applications/staticProps/P2OrderParameter.cpp,
2608 >        applications/staticProps/P2OrderParameter.hpp,
2609 >        applications/staticProps/StaticProps.cpp,
2610 >        applications/staticProps/StaticProps.ggo,
2611 >        applications/staticProps/StaticPropsCmd.c,
2612 >        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
2613 >        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
2614 >
2615 > 2005-05-26 17:45  tim
2616 >
2617 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2618 >        applications/dump2Xyz/Dump2XYZCmd.c,
2619 >        applications/dump2Xyz/Dump2XYZCmd.h,
2620 >        applications/staticProps/Makefile,
2621 >        applications/staticProps/P2OrderParameter.cpp,
2622 >        applications/staticProps/P2OrderParameter.hpp,
2623 >        applications/staticProps/RadialDistrFunc.cpp,
2624 >        applications/staticProps/RadialDistrFunc.hpp,
2625 >        applications/staticProps/StaticAnalyser.hpp,
2626 >        applications/staticProps/StaticProps.cpp,
2627 >        applications/staticProps/StaticProps.ggo,
2628 >        applications/staticProps/StaticPropsCmd.c,
2629 >        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
2630 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
2631 >        AtomNameVisitor to convert atom name to its base name;
2632 >        wrappingvisitor now wrap back to the center of the mass; adding
2633 >        P2OrderParameter into StaticProps
2634 >
2635 > 2005-05-22 16:36  chuckv
2636 >
2637 >        * src/: applications/nanoRodBuilder/Geometry.cpp,
2638 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
2639 >        applications/nanoRodBuilder/GeometryFactory.cpp,
2640 >        applications/nanoRodBuilder/GeometryFactory.hpp,
2641 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
2642 >        integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
2643 >        tensor.
2644 >
2645 > 2005-05-22 16:05  tim
2646 >
2647 >        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
2648 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
2649 >        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
2650 >        printPressureTensor
2651 >
2652 > 2005-05-20 14:27  tim
2653 >
2654 >        * src/integrators/NPrT.cpp: NPrT in progress
2655 >
2656 > 2005-05-20 11:01  tim
2657 >
2658 >        * src/: integrators/NPrT.cpp, io/Globals.cpp,
2659 >        utils/OOPSEConstant.hpp: NPrT in progress
2660 >
2661 > 2005-05-19 16:31  tim
2662 >
2663 >        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
2664 >        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
2665 >        io/Globals.hpp: NPAT is working
2666 >
2667 > 2005-05-19 10:49  tim
2668 >
2669 >        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
2670 >        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
2671 >
2672 > 2005-05-18 23:28  tim
2673 >
2674 >        * src/: brains/Register.cpp, integrators/NPAT.cpp,
2675 >        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
2676 >        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
2677 >
2678 > 2005-05-18 14:06  chrisfen
2679 >
2680 >        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
2681 >        some tap changes
2682 >
2683 > 2005-05-18 13:31  chrisfen
2684 >
2685 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
2686 >        DarkSide/sticky.F90: Modifications to temper the dipolar strength
2687 >        in the first solvation shell for tap
2688 >
2689 > 2005-05-18 07:35  chrisfen
2690 >
2691 >        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
2692 >        for testing purposes
2693 >
2694 > 2005-05-17 17:35  chrisfen
2695 >
2696 >        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
2697 >        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
2698 >        src/UseTheForce/doForces.F90,
2699 >        src/UseTheForce/DarkSide/electrostatic.F90,
2700 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
2701 >        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
2702 >        correcting changes to the previous merge that were not caught
2703 >
2704 > 2005-05-16 23:20  chuckv
2705 >
2706 >        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
2707 >        Fixed merge issues between Kyle and Chris so OOPSE will actually
2708 >        build.
2709 >
2710 > 2005-05-16 22:46  kdaily
2711 >
2712 >        * src/io/: GayBerneAtomTypesSectionParser.cpp,
2713 >        GayBerneAtomTypesSectionParser.hpp, Makefile: help
2714 >
2715 > 2005-05-16 21:08  kdaily
2716 >
2717 >        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
2718 >        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
2719 >        src/types/DirectionalAtomType.cpp,
2720 >        src/types/DirectionalAtomType.hpp: added gb
2721 >
2722 > 2005-05-13 15:36  chrisfen
2723 >
2724 >        * forceFields/DUFF2.frc: Better tap
2725 >
2726 > 2005-05-12 14:43  chrisfen
2727 >
2728 >        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
2729 >        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
2730 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
2731 >        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
2732 >        Need to parametrize.
2733 >
2734 > 2005-05-11 18:15  chuckv
2735 >
2736 >        * src/: io/ShapeAtomTypesSectionParser.cpp,
2737 >        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
2738 >        build issues under ifc7.
2739 >
2740 > 2005-05-09 17:07  chuckv
2741 >
2742 >        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
2743 >        builder changes.
2744 >
2745 > 2005-05-05 10:06  chrisfen
2746 >
2747 >        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
2748 >        to TAP
2749 >
2750 > 2005-05-05 09:47  chrisfen
2751 >
2752 >        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
2753 >        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
2754 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
2755 >        src/UseTheForce/DarkSide/atype.F90,
2756 >        src/UseTheForce/DarkSide/atype_interface.F90,
2757 >        src/UseTheForce/DarkSide/simulation.F90,
2758 >        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
2759 >        src/brains/fSimulation.h, src/io/Makefile,
2760 >        src/io/StickyAtomTypesSectionParser.cpp,
2761 >        src/io/StickyPowerAtomTypesSectionParser.cpp,
2762 >        src/io/StickyPowerAtomTypesSectionParser.hpp,
2763 >        src/types/AtomType.cpp, src/types/AtomType.hpp,
2764 >        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
2765 >        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
2766 >        not parametrized, but OOPSE will now let me run it...
2767 >
2768 > 2005-05-03 17:55  chuckv
2769 >
2770 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
2771 >        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
2772 >        Adding support for generic geometry to nanorodbuilder.
2773 >
2774 > 2005-05-03 12:55  chuckv
2775 >
2776 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2777 >        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
2778 >        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
2779 >
2780 > 2005-04-29 14:16  gezelter
2781 >
2782 >        * make/Makefile.in: [no log message]
2783 >
2784 > 2005-04-29 11:26  chrisfen
2785 >
2786 >        * forceFields/DUFF2.frc, samples/water/spce/water.md,
2787 >        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
2788 >        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
2789 >        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
2790 >        samples/water/tip4p/water.md: Added TIP4P-Ew
2791 >
2792 > 2005-04-27 19:24  chuckv
2793 >
2794 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2795 >        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
2796 >        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
2797 >        nanoRodBuilder....
2798 >
2799 > 2005-04-27 15:13  chrisfen
2800 >
2801 >        * samples/shape/Shapes.frc, samples/shape/linear.shape,
2802 >        src/UseTheForce/DarkSide/atype.F90,
2803 >        src/UseTheForce/DarkSide/shapes.F90,
2804 >        src/UseTheForce/DarkSide/shapes_interface.F90,
2805 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
2806 >        write statements and am closer to a working shapes
2807 >
2808 > 2005-04-22 16:57  chuckv
2809 >
2810 >        * src/utils/Predicate.hpp: Fixed gcc4 bug...
2811 >
2812 > 2005-04-22 16:52  tim
2813 >
2814 >        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
2815 >        Trim.hpp: adding CharClassificationFunctor to fix the locale
2816 >        problem  of c++
2817 >
2818 > 2005-04-21 09:12  chrisfen
2819 >
2820 >        * samples/shape/Shapes.frc, samples/shape/linear.in,
2821 >        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
2822 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
2823 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
2824 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
2825 >        src/UseTheForce/DarkSide/shapes.F90,
2826 >        src/UseTheForce/DarkSide/shapes_interface.F90,
2827 >        src/UseTheForce/DarkSide/shapes_interface.h,
2828 >        src/brains/Register.cpp, src/brains/SimCreator.cpp,
2829 >        src/io/Makefile, src/io/SectionParser.cpp,
2830 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
2831 >        src/io/ShapeAtomTypesSectionParser.cpp,
2832 >        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
2833 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
2834 >        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
2835 >        bounds overwrite (I think...). At least the parser loads the
2836 >        forcefield fine...
2837 >
2838 > 2005-04-18 10:44  chrisfen
2839 >
2840 >        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
2841 >        Mac (capitalization confusion of filenames)
2842 >
2843 > 2005-04-17 22:50  chrisfen
2844 >
2845 >        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
2846 >        UseTheForce/Shapes_FF.cpp,
2847 >        io/DirectionalAtomTypesSectionParser.cpp,
2848 >        io/ShapeAtomTypesSectionParser.cpp,
2849 >        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
2850 >
2851 > 2005-04-15 17:43  gezelter
2852 >
2853 >        * README: gmake in case people forget
2854 >
2855 > 2005-04-15 17:40  gezelter
2856 >
2857 >        * src/applications/oopse/oopse.cpp: fixed the spacing on the
2858 >        banner.  Vanity.
2859 >
2860 > 2005-04-15 17:22  gezelter
2861 >
2862 >        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
2863 >        in banner (and version numbers in config.h)
2864 >
2865 > 2005-04-15 17:22  gezelter
2866 >
2867 >        * ChangeLog, LICENSE, README: Documentation changes
2868 >
2869 > 2005-04-15 17:03  gezelter
2870 >
2871 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2872 >        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
2873 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
2874 >        UseTheForce/ForceFieldCreator.hpp,
2875 >        UseTheForce/ForceFieldFactory.cpp,
2876 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
2877 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
2878 >        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
2879 >        UseTheForce/notifyCutoffs.F90,
2880 >        UseTheForce/notifyCutoffs_interface.F90,
2881 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
2882 >        UseTheForce/DarkSide/atype.F90,
2883 >        UseTheForce/DarkSide/atype_interface.F90,
2884 >        UseTheForce/DarkSide/eam.F90,
2885 >        UseTheForce/DarkSide/eam_interface.F90,
2886 >        UseTheForce/DarkSide/eam_interface.h,
2887 >        UseTheForce/DarkSide/electrostatic.F90,
2888 >        UseTheForce/DarkSide/electrostatic_interface.F90,
2889 >        UseTheForce/DarkSide/electrostatic_interface.h,
2890 >        UseTheForce/DarkSide/force_globals.F90,
2891 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
2892 >        UseTheForce/DarkSide/lj_interface.F90,
2893 >        UseTheForce/DarkSide/lj_interface.h,
2894 >        UseTheForce/DarkSide/neighborLists.F90,
2895 >        UseTheForce/DarkSide/reactionField.F90,
2896 >        UseTheForce/DarkSide/shapes.F90,
2897 >        UseTheForce/DarkSide/shapes_interface.F90,
2898 >        UseTheForce/DarkSide/shapes_interface.h,
2899 >        UseTheForce/DarkSide/simParallel.F90,
2900 >        UseTheForce/DarkSide/simParallel_interface.F90,
2901 >        UseTheForce/DarkSide/simParallel_interface.h,
2902 >        UseTheForce/DarkSide/simulation.F90,
2903 >        UseTheForce/DarkSide/simulation_interface.F90,
2904 >        UseTheForce/DarkSide/simulation_interface.h,
2905 >        UseTheForce/DarkSide/sticky.F90,
2906 >        UseTheForce/DarkSide/sticky_interface.F90,
2907 >        UseTheForce/DarkSide/sticky_interface.h,
2908 >        UseTheForce/DarkSide/switcheroo.F90,
2909 >        applications/dump2Xyz/Dump2XYZ.cpp,
2910 >        applications/dump2Xyz/Dump2XYZCmd.c,
2911 >        applications/dump2Xyz/Dump2XYZCmd.h,
2912 >        applications/dynamicProps/CrossTimeCorrFunc.cpp,
2913 >        applications/dynamicProps/CrossTimeCorrFunc.hpp,
2914 >        applications/dynamicProps/DipoleCorrFunc.cpp,
2915 >        applications/dynamicProps/DipoleCorrFunc.hpp,
2916 >        applications/dynamicProps/DynamicProps.cpp,
2917 >        applications/dynamicProps/DynamicPropsCmd.c,
2918 >        applications/dynamicProps/DynamicPropsCmd.h,
2919 >        applications/dynamicProps/FrameTimeCorrFunc.hpp,
2920 >        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
2921 >        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
2922 >        applications/dynamicProps/RCorrFunc.cpp,
2923 >        applications/dynamicProps/RCorrFunc.hpp,
2924 >        applications/dynamicProps/TimeCorrFunc.cpp,
2925 >        applications/dynamicProps/TimeCorrFunc.hpp,
2926 >        applications/dynamicProps/VCorrFunc.cpp,
2927 >        applications/dynamicProps/VCorrFunc.hpp,
2928 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
2929 >        applications/nanoRodBuilder/GeometryBuilder.hpp,
2930 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
2931 >        applications/nanoRodBuilder/nanorodBuilderCmd.c,
2932 >        applications/nanoRodBuilder/nanorodBuilderCmd.h,
2933 >        applications/oopse/oopse.cpp,
2934 >        applications/simpleBuilder/simpleBuilder.cpp,
2935 >        applications/simpleBuilder/simpleBuilderCmd.c,
2936 >        applications/simpleBuilder/simpleBuilderCmd.h,
2937 >        applications/staticProps/GofAngle2.cpp,
2938 >        applications/staticProps/GofAngle2.hpp,
2939 >        applications/staticProps/GofR.cpp,
2940 >        applications/staticProps/GofR.hpp,
2941 >        applications/staticProps/GofRAngle.cpp,
2942 >        applications/staticProps/GofRAngle.hpp,
2943 >        applications/staticProps/GofXyz.cpp,
2944 >        applications/staticProps/GofXyz.hpp,
2945 >        applications/staticProps/RadialDistrFunc.cpp,
2946 >        applications/staticProps/RadialDistrFunc.hpp,
2947 >        applications/staticProps/StaticProps.cpp,
2948 >        applications/staticProps/StaticPropsCmd.c,
2949 >        applications/staticProps/StaticPropsCmd.h,
2950 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
2951 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
2952 >        brains/Exclude.hpp, brains/ForceManager.cpp,
2953 >        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
2954 >        brains/MoleculeCreator.hpp, brains/Register.cpp,
2955 >        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
2956 >        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
2957 >        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
2958 >        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
2959 >        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
2960 >        brains/fSimulation.h, constraints/ConstraintElem.hpp,
2961 >        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
2962 >        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
2963 >        constraints/ZconstraintForceManager.cpp,
2964 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
2965 >        integrators/DLM.hpp, integrators/Integrator.cpp,
2966 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
2967 >        integrators/IntegratorFactory.cpp,
2968 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
2969 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
2970 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
2971 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
2972 >        integrators/NVT.cpp, integrators/NVT.hpp,
2973 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
2974 >        integrators/Velocitizer.hpp,
2975 >        integrators/VelocityVerletIntegrator.cpp,
2976 >        integrators/VelocityVerletIntegrator.hpp,
2977 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
2978 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
2979 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
2980 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2981 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
2982 >        io/ChargeAtomTypesSectionParser.hpp,
2983 >        io/DirectionalAtomTypesSectionParser.cpp,
2984 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
2985 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
2986 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
2987 >        io/Globals.cpp, io/Globals.hpp,
2988 >        io/LennardJonesAtomTypesSectionParser.cpp,
2989 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
2990 >        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
2991 >        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
2992 >        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
2993 >        io/SectionParser.cpp, io/SectionParser.hpp,
2994 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
2995 >        io/StatWriter.cpp, io/StatWriter.hpp,
2996 >        io/StickyAtomTypesSectionParser.cpp,
2997 >        io/StickyAtomTypesSectionParser.hpp,
2998 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
2999 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
3000 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
3001 >        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
3002 >        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
3003 >        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
3004 >        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
3005 >        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
3006 >        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
3007 >        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
3008 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
3009 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
3010 >        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
3011 >        math/Quaternion.hpp, math/RandNumGen.hpp,
3012 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
3013 >        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
3014 >        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
3015 >        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
3016 >        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
3017 >        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
3018 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
3019 >        minimizers/MinimizerFactory.hpp,
3020 >        minimizers/MinimizerParameterSet.cpp,
3021 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
3022 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
3023 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
3024 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
3025 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
3026 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
3027 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
3028 >        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
3029 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
3030 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
3031 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
3032 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
3033 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
3034 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
3035 >        profiling/timing.F90, restraints/Restraints.cpp,
3036 >        restraints/Restraints.hpp,
3037 >        restraints/ThermoIntegrationForceManager.cpp,
3038 >        restraints/ThermoIntegrationForceManager.hpp,
3039 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
3040 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
3041 >        selection/NameFinder.cpp, selection/NameFinder.hpp,
3042 >        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
3043 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
3044 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
3045 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
3046 >        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
3047 >        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
3048 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
3049 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
3050 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
3051 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
3052 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
3053 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
3054 >        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
3055 >        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
3056 >        types/MakeStamps.cpp, types/MakeStamps.hpp,
3057 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
3058 >        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
3059 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
3060 >        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
3061 >        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
3062 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
3063 >        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
3064 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
3065 >        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
3066 >        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
3067 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
3068 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
3069 >        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
3070 >        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
3071 >        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
3072 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
3073 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
3074 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
3075 >        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
3076 >        utils/any.hpp, utils/definitions.F90, utils/fError.c,
3077 >        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
3078 >        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
3079 >        utils/residentMem.h, utils/simError.c, utils/simError.h,
3080 >        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
3081 >        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
3082 >        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
3083 >        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
3084 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
3085 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
3086 >        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
3087 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
3088 >        been drafted to perform our indentation services
3089 >
3090 > 2005-04-15 17:03  gezelter
3091 >
3092 >        * configure, ac-tools/configure.in: Jedi mind-trick warning
3093 >        messages have been added to make users ignore CGAL.
3094 >
3095 > 2005-04-15 13:41  tim
3096 >
3097 >        * make/Makefile.in: fix make install
3098 >
3099 > 2005-04-15 13:41  tim
3100 >
3101 >        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
3102 >        add  Makefile of samples
3103 >
3104 > 2005-04-15 13:33  tim
3105 >
3106 >        * samples/: lipid/Makefile, water/dimer/Makefile,
3107 >        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
3108 >        installed correctly
3109 >
3110 > 2005-04-14 16:41  gezelter
3111 >
3112 >        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3113 >        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
3114 >        scripts/filepp, scripts/filepp.in: configure now searches for perl
3115 >        to use with filepp
3116 >
3117 > 2005-04-14 16:20  gezelter
3118 >
3119 >        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
3120 >        MoLocator
3121 >
3122 > 2005-04-14 14:12  gezelter
3123 >
3124 >        * LICENSE: [no log message]
3125 >
3126 > 2005-04-14 11:10  chuckv
3127 >
3128 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
3129 >        nanorodbuilder now exit's when libCGAL is not present.
3130 >
3131 > 2005-04-14 10:20  tim
3132 >
3133 >        * src/io/make_nodes.h: fix one more warning message in make_nodes
3134 >
3135 > 2005-04-13 18:36  chuckv
3136 >
3137 >        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
3138 >        interface name for SGI Compiler
3139 >
3140 > 2005-04-13 18:29  chrisfen
3141 >
3142 >        * samples/water/ssde/ssde.md: oops...  bad sample
3143 >
3144 > 2005-04-13 18:00  chuckv
3145 >
3146 >        * src/config.h.in: Change typo in CGAL.
3147 >
3148 > 2005-04-13 17:43  tim
3149 >
3150 >        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
3151 >        selection/SelectionCompiler.hpp: fix some warning messages
3152 >
3153 > 2005-04-13 17:30  gezelter
3154 >
3155 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3156 >        make/Makefile.in, src/config.h.in,
3157 >        src/applications/nanoRodBuilder/Makefile,
3158 >        src/applications/nanoRodBuilder/Makefile.in,
3159 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
3160 >        checks
3161 >
3162 > 2005-04-13 15:36  chuckv
3163 >
3164 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
3165 >        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
3166 >        DarkSide/electrostatic_interface.F90,
3167 >        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
3168 >        DarkSide/lj_interface.h, DarkSide/sticky.F90,
3169 >        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
3170 >        destroy methods for Fortran modules.
3171 >
3172 > 2005-04-13 15:17  chuckv
3173 >
3174 >        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
3175 >        shapes_interface.h: Added destroy method to clean up memory
3176 >
3177 > 2005-04-13 13:41  tim
3178 >
3179 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3180 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
3181 >        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
3182 >        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
3183 >        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
3184 >        fixed
3185 >
3186 > 2005-04-12 17:44  chuckv
3187 >
3188 >        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
3189 >        for nanoRodBuilder.
3190 >
3191 > 2005-04-12 17:42  tim
3192 >
3193 >        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
3194 >        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
3195 >        and simpleBuilder(forget to delete lattice)
3196 >
3197 > 2005-04-12 17:33  tim
3198 >
3199 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3200 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
3201 >        refactory lattice
3202 >
3203 > 2005-04-12 17:07  tim
3204 >
3205 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
3206 >        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
3207 >        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
3208 >        LatticeFactory and LatticeCreator
3209 >
3210 > 2005-04-12 16:58  tim
3211 >
3212 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3213 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
3214 >        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
3215 >        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
3216 >        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
3217 >        lattice/Makefile: refactory LatticeFactory and LatticeCreator
3218 >
3219 > 2005-04-12 16:28  gezelter
3220 >
3221 >        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
3222 >        vector_class.F90: cleaned up vector_class memory leak fix by
3223 >        deallocating in reverse order of how we allocated.  Also migrated
3224 >        MoLocator into utils directory
3225 >
3226 > 2005-04-12 16:27  gezelter
3227 >
3228 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
3229 >        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
3230 >        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
3231 >        directory
3232 >
3233 > 2005-04-12 16:27  gezelter
3234 >
3235 >        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
3236 >        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
3237 >        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
3238 >        nanoRodBuilder/LatticeCreator.hpp,
3239 >        nanoRodBuilder/LatticeFactory.cpp,
3240 >        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
3241 >        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
3242 >        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
3243 >        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
3244 >        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
3245 >        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
3246 >        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
3247 >        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
3248 >        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
3249 >        these files are now redundant
3250 >
3251 > 2005-04-12 16:27  gezelter
3252 >
3253 >        * src/UseTheForce/DarkSide/: atype_interface.F90,
3254 >        atype_interface.h: cleaned up memory leak fix
3255 >
3256 > 2005-04-12 16:26  gezelter
3257 >
3258 >        * make/Makefile.in: added lattice subdirectory
3259 >
3260 > 2005-04-12 15:57  chrisfen
3261 >
3262 >        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
3263 >        a space by accident
3264 >
3265 > 2005-04-12 15:56  chrisfen
3266 >
3267 >        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
3268 >        quadrupole sample
3269 >
3270 > 2005-04-12 15:56  chrisfen
3271 >
3272 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
3273 >        samples
3274 >
3275 > 2005-04-12 13:30  tim
3276 >
3277 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
3278 >        type in fortran side
3279 >
3280 > 2005-04-12 12:45  chuckv
3281 >
3282 >        * src/utils/vector_class.F90: Further changes to vector_class
3283 >        destroy function.
3284 >
3285 > 2005-04-12 12:39  chuckv
3286 >
3287 >        * src/utils/vector_class.F90: Fixed pointer memory leak in
3288 >        vector_class.
3289 >
3290 > 2005-04-12 12:12  chuckv
3291 >
3292 >        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
3293 >        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
3294 >        DarkSide/eam.F90, DarkSide/eam_interface.F90,
3295 >        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
3296 >
3297 > 2005-04-12 09:24  chrisfen
3298 >
3299 >        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
3300 >        output
3301 >
3302 > 2005-04-11 19:29  chuckv
3303 >
3304 >        * src/: UseTheForce/DarkSide/atype.F90,
3305 >        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
3306 >
3307 > 2005-04-11 19:28  chuckv
3308 >
3309 >        * src/utils/vector_class.F90: Added code to delete vector.
3310 >
3311 > 2005-04-11 16:58  tim
3312 >
3313 >        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
3314 >        basic_ifstrstream
3315 >
3316 > 2005-04-11 16:37  chuckv
3317 >
3318 >        * make/Makefile.in,
3319 >        src/applications/nanoRodBuilder/BaseLattice.cpp,
3320 >        src/applications/nanoRodBuilder/BaseLattice.hpp,
3321 >        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
3322 >        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
3323 >        src/applications/nanoRodBuilder/Lattice.cpp,
3324 >        src/applications/nanoRodBuilder/Lattice.hpp,
3325 >        src/applications/nanoRodBuilder/LatticeCreator.cpp,
3326 >        src/applications/nanoRodBuilder/LatticeCreator.hpp,
3327 >        src/applications/nanoRodBuilder/LatticeFactory.cpp,
3328 >        src/applications/nanoRodBuilder/LatticeFactory.hpp,
3329 >        src/applications/nanoRodBuilder/Makefile,
3330 >        src/applications/nanoRodBuilder/MoLocator.cpp,
3331 >        src/applications/nanoRodBuilder/MoLocator.hpp,
3332 >        src/applications/nanoRodBuilder/nanoBuilder.ggo,
3333 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
3334 >        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
3335 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
3336 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
3337 >        nanoRodBuilder application (may not work yet).  ((Doesn't work
3338 >        yet.)) (((May never work....)))
3339 >
3340 > 2005-04-11 15:54  tim
3341 >
3342 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
3343 >        prepareVisitor in Dump2XYZ
3344 >
3345 > 2005-04-11 15:19  chrisfen
3346 >
3347 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
3348 >        quadrupoles.  look!  it's divide by 3 like stone says!
3349 >
3350 > 2005-04-11 15:18  chrisfen
3351 >
3352 >        * forceFields/DUFF2.frc: fixing of the quadrupoles
3353 >
3354 > 2005-04-11 15:16  tim
3355 >
3356 >        * src/selection/Token.hpp: change the parameter name in
3357 >        constructors
3358 >
3359 > 2005-04-11 14:49  gezelter
3360 >
3361 >        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
3362 >
3363 > 2005-04-11 14:06  gezelter
3364 >
3365 >        * make/Makefile.in: Fixed the uc and lc functions for GNU make
3366 >        versions < 3.80
3367 >
3368 > 2005-04-11 11:13  gezelter
3369 >
3370 >        * make/Makefile.in, src/UseTheForce/Makefile,
3371 >        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
3372 >        some stuff to clean out module files during "make clean"
3373 >
3374 > 2005-04-08 17:13  chrisfen
3375 >
3376 >        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
3377 >        interactions should be working with a remaining question of
3378 >        interaction magnitude
3379 >
3380 > 2005-04-08 17:12  chrisfen
3381 >
3382 >        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
3383 >        samples
3384 >
3385 > 2005-04-08 13:48  chrisfen
3386 >
3387 >        * samples/water/ssd/ssd.md: oops...  messed up a sample
3388 >
3389 > 2005-04-08 09:43  chrisfen
3390 >
3391 >        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
3392 >        charge-dipole interactions
3393 >
3394 > 2005-04-08 09:42  chrisfen
3395 >
3396 >        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
3397 >        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
3398 >
3399 > 2005-04-08 09:41  chrisfen
3400 >
3401 >        * forceFields/DUFF2.frc: added Cl- and Na+
3402 >
3403 > 2005-04-06 18:59  tim
3404 >
3405 >        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
3406 >
3407 > 2005-04-05 18:09  tim
3408 >
3409 >        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
3410 >        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
3411 >        in atom type name;clean the code a little bit
3412 >
3413 > 2005-03-29 16:00  tim
3414 >
3415 >        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
3416 >        in converting rotation matrix to quaternion
3417 >
3418 > 2005-03-28 17:41  tim
3419 >
3420 >        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
3421 >
3422 > 2005-03-28 17:30  tim
3423 >
3424 >        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
3425 >        the wrapping
3426 >
3427 > 2005-03-28 10:54  tim
3428 >
3429 >        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
3430 >        dimension of histogram
3431 >
3432 > 2005-03-22 11:38  tim
3433 >
3434 >        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
3435 >        src/applications/dynamicProps/Makefile,
3436 >        src/applications/oopse/Makefile,
3437 >        src/applications/simpleBuilder/Makefile,
3438 >        src/applications/staticProps/Makefile: avoid building parallel
3439 >        executable for dump2XYZ, simpleBuilder, staticProps and
3440 >        dynamicProps
3441 >
3442 > 2005-03-21 17:34  chrisfen
3443 >
3444 >        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
3445 >        forcefield files
3446 >
3447 > 2005-03-21 15:51  chrisfen
3448 >
3449 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3450 >        DarkSide/reactionField.F90: Make sure electrostatic_module provides
3451 >        data for reaction_field
3452 >
3453 > 2005-03-21 15:50  chrisfen
3454 >
3455 >        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
3456 >        WILL CHANGE THIS BACK, RIGHT?
3457 >
3458 > 2005-03-21 14:23  gezelter
3459 >
3460 >        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
3461 >        correct value
3462 >
3463 > 2005-03-21 14:22  gezelter
3464 >
3465 >        * make/Makefile.in: fixed an install-related bug.
3466 >        $(InstallCommand) had been set to $(InstallData)
3467 >
3468 > 2005-03-15 09:21  gezelter
3469 >
3470 >        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
3471 >        deletes and Nullifies restWriter, so Integrator shouldn't do it.
3472 >
3473 > 2005-03-15 09:20  gezelter
3474 >
3475 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
3476 >
3477 > 2005-03-13 02:39  gezelter
3478 >
3479 >        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
3480 >        charge-quadrupole interactions
3481 >
3482 > 2005-03-12 14:12  chrisfen
3483 >
3484 >        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
3485 >        thermoIntegration/solid/Makefile: forgot a couple of makefiles
3486 >
3487 > 2005-03-12 14:05  chrisfen
3488 >
3489 >        * samples/thermoIntegration/liquid/ssde.in,
3490 >        samples/thermoIntegration/liquid/ssde.md,
3491 >        samples/thermoIntegration/liquid/water.md,
3492 >        samples/thermoIntegration/solid/idealCrystal.in,
3493 >        samples/thermoIntegration/solid/ssde.in,
3494 >        samples/thermoIntegration/solid/ssde.md,
3495 >        samples/thermoIntegration/solid/ssde.zang0,
3496 >        samples/thermoIntegration/solid/water.md,
3497 >        samples/water/tip3p_ice/tp3.md,
3498 >        src/UseTheForce/DarkSide/sticky.F90,
3499 >        src/restraints/ThermoIntegrationForceManager.cpp: added some
3500 >        samples
3501 >
3502 > 2005-03-11 12:50  tim
3503 >
3504 >        * src/: brains/SimCreator.cpp,
3505 >        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
3506 >        MultipoleAtomTypesSectionParser
3507 >
3508 > 2005-03-11 10:55  tim
3509 >
3510 >        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
3511 >        excluded
3512 >
3513 > 2005-03-11 10:53  gezelter
3514 >
3515 >        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
3516 >        quadrupoles
3517 >
3518 > 2005-03-11 10:52  gezelter
3519 >
3520 >        * forceFields/DUFF2.frc: quadrupoles for SSD models
3521 >
3522 > 2005-03-11 10:00  tim
3523 >
3524 >        * ChangeLog, doc/SelectionExpression.html,
3525 >        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
3526 >        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
3527 >        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
3528 >        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
3529 >        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
3530 >        SelectionExpression.html
3531 >
3532 > 2005-03-10 19:43  chrisfen
3533 >
3534 >        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
3535 >        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
3536 >        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
3537 >        MPI restraints
3538 >
3539 > 2005-03-10 18:56  tim
3540 >
3541 >        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
3542 >        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
3543 >        and cutoff group
3544 >
3545 > 2005-03-10 17:06  gezelter
3546 >
3547 >        * src/types/MorseBondType.hpp: fixed a doxygen problem
3548 >
3549 > 2005-03-10 16:51  gezelter
3550 >
3551 >        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
3552 >        the split dipole test cases
3553 >
3554 > 2005-03-10 16:51  gezelter
3555 >
3556 >        * doc/SelectionExpression.html: updated some documentation
3557 >
3558 > 2005-03-10 15:40  gezelter
3559 >
3560 >        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
3561 >        Makefile: LinkedList removal project starts now
3562 >
3563 > 2005-03-10 15:28  tim
3564 >
3565 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
3566 >        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
3567 >        using map to replace link list
3568 >
3569 > 2005-03-10 14:11  tim
3570 >
3571 >        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
3572 >        case  of split dipole
3573 >
3574 > 2005-03-10 14:10  chrisfen
3575 >
3576 >        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
3577 >        src/io/RestWriter.cpp,
3578 >        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
3579 >        builds...
3580 >
3581 > 2005-03-10 13:44  tim
3582 >
3583 >        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
3584 >        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
3585 >        adding test case for split dipole
3586 >
3587 > 2005-03-10 12:54  gezelter
3588 >
3589 >        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
3590 >        support for split dipoles
3591 >
3592 > 2005-03-10 11:27  chrisfen
3593 >
3594 >        * samples/water/tip3p_ice/tp3.md,
3595 >        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
3596 >        restraints
3597 >
3598 > 2005-03-10 11:15  chrisfen
3599 >
3600 >        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
3601 >        src/UseTheForce/ForceFields.hpp,
3602 >        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
3603 >
3604 > 2005-03-10 11:14  tim
3605 >
3606 >        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
3607 >        src/io/MultipoleAtomTypesSectionParser.cpp,
3608 >        src/selection/SelectionEvaluator.cpp: minor change
3609 >
3610 > 2005-03-10 10:10  chrisfen
3611 >
3612 >        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
3613 >        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
3614 >        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
3615 >        src/integrators/VelocityVerletIntegrator.cpp,
3616 >        src/integrators/VelocityVerletIntegrator.hpp,
3617 >        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
3618 >        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
3619 >        src/io/RestReader.hpp, src/io/RestWriter.cpp,
3620 >        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
3621 >        src/io/RestraintWriter.cpp, src/restraints/Makefile,
3622 >        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
3623 >        src/restraints/ThermoIntegrationForceManager.cpp,
3624 >        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
3625 >        the new restraints code
3626 >
3627 > 2005-03-09 13:48  tim
3628 >
3629 >        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
3630 >        IndexFinder
3631 >
3632 > 2005-03-09 13:46  tim
3633 >
3634 >        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
3635 >        applications/dump2Xyz/Dump2XYZCmd.c,
3636 >        applications/dump2Xyz/Dump2XYZCmd.h,
3637 >        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
3638 >        fix compilation issue
3639 >
3640 > 2005-03-09 12:58  tim
3641 >
3642 >        * forceFields/DUFF2.frc, scripts/filepp,
3643 >        src/UseTheForce/EAM_FF.cpp,
3644 >        src/io/MultipoleAtomTypesSectionParser.cpp,
3645 >        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
3646 >        in SectionParser (lineNo is not updated)
3647 >
3648 > 2005-03-09 12:30  tim
3649 >
3650 >        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
3651 >        applications/dump2Xyz/Dump2XYZ.ggo,
3652 >        applications/dump2Xyz/Dump2XYZCmd.c,
3653 >        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
3654 >        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
3655 >        io/ChargeAtomTypesSectionParser.hpp,
3656 >        io/ElectrostaticAtomTypesSectionParser.cpp,
3657 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
3658 >        io/MultipoleAtomTypesSectionParser.cpp,
3659 >        io/MultipoleAtomTypesSectionParser.hpp,
3660 >        io/SectionParserManager.cpp, selection/Makefile,
3661 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
3662 >        types/AtomType.cpp, types/DirectionalAtomType.cpp,
3663 >        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
3664 >        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
3665 >        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
3666 >        into ChargeAtomTypesSectionParser and
3667 >        MultipoleAtomTypesSectionParser;remove print dipole option from
3668 >        Dump2XYZ;
3669 >
3670 > 2005-03-09 12:28  tim
3671 >
3672 >        * forceFields/DUFF2.frc: change the format of DUFF2
3673 >
3674 > 2005-03-09 10:44  gezelter
3675 >
3676 >        * src/UseTheForce/DarkSide/: electrostatic.F90,
3677 >        electrostatic_interface.F90, electrostatic_interface.h: new
3678 >        electrostatic module
3679 >
3680 > 2005-03-09 09:26  gezelter
3681 >
3682 >        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
3683 >        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
3684 >        and fixed quadrupole stuff
3685 >
3686 > 2005-03-09 09:25  gezelter
3687 >
3688 >        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
3689 >        for outdated charge and dipole interfaces
3690 >
3691 > 2005-03-08 16:08  gezelter
3692 >
3693 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
3694 >        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
3695 >        charge-dipole test cases
3696 >
3697 > 2005-03-08 16:07  gezelter
3698 >
3699 >        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
3700 >        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
3701 >        strange icc8 bug (we think).
3702 >
3703 > 2005-03-08 16:07  gezelter
3704 >
3705 >        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
3706 >
3707 > 2005-03-08 16:07  gezelter
3708 >
3709 >        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
3710 >        Unification Project
3711 >
3712 > 2005-03-08 16:07  gezelter
3713 >
3714 >        * src/io/Globals.cpp: Dunno
3715 >
3716 > 2005-03-08 16:06  gezelter
3717 >
3718 >        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
3719 >        OOPSE_itoa and checking a NULL left over from the LinkedList days
3720 >
3721 > 2005-03-08 16:06  gezelter
3722 >
3723 >        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
3724 >        atype_interface.F90, atype_interface.h, charge.F90,
3725 >        charge_interface.F90, charge_interface.h, dipole.F90,
3726 >        dipole_interface.F90, dipole_interface.h: electrostatic unification
3727 >        project fixed an uninitialized variable in Lennard Jones mixing map
3728 >
3729 > 2005-03-08 16:05  gezelter
3730 >
3731 >        * src/UseTheForce/doForces.F90: electrostatic unification project
3732 >
3733 > 2005-03-08 16:05  gezelter
3734 >
3735 >        * samples/water/dimer/: two.md, water.md: making some cool test
3736 >        cases
3737 >
3738 > 2005-03-08 16:05  gezelter
3739 >
3740 >        * forceFields/DUFF2.frc: Added a charge for Chlorine
3741 >
3742 > 2005-03-07 17:39  tim
3743 >
3744 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
3745 >        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
3746 >        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
3747 >        Fixing a bug in BitSet.cpp
3748 >
3749 > 2005-03-04 10:28  gezelter
3750 >
3751 >        * src/config.h.in: Cleaning up config.h.in by adding comments
3752 >
3753 > 2005-03-04 10:28  gezelter
3754 >
3755 >        * configure, ac-tools/configure.in, make/Makefile.in,
3756 >        src/brains/SimCreator.cpp: SPRNG eradication project
3757 >
3758 > 2005-03-03 09:40  tim
3759 >
3760 >        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
3761 >        missing atom type problem)
3762 >
3763 > 2005-03-02 11:29  tim
3764 >
3765 >        * src/math/RandNumGen.hpp: adding base class of Random Number
3766 >        generator
3767 >
3768 > 2005-03-02 11:28  tim
3769 >
3770 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3771 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
3772 >        Velocitizer is not initialized which causes a seg fault
3773 >
3774 > 2005-03-02 10:36  tim
3775 >
3776 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3777 >        integrators/Velocitizer.hpp, math/Makefile,
3778 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
3779 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
3780 >        math/SeqRandNumGen.hpp: remove default parameter from
3781 >        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
3782 >        random number generator
3783 >
3784 > 2005-03-02 02:32  tim
3785 >
3786 >        * test/math/testRandNumGen.cpp: Adding unit test for random number
3787 >        generator
3788 >
3789 > 2005-03-01 18:17  tim
3790 >
3791 >        * src/brains/Thermo.hpp: fixed a file inclusion problem
3792 >
3793 > 2005-03-01 18:17  tim
3794 >
3795 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3796 >        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
3797 >        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
3798 >        RandNumGenTestCase.hpp: fixed compilation problem
3799 >
3800 > 2005-03-01 18:02  tim
3801 >
3802 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3803 >        integrators/Velocitizer.hpp, math/Makefile,
3804 >        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
3805 >        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
3806 >        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
3807 >
3808 > 2005-03-01 18:00  tim
3809 >
3810 >        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
3811 >        ParallelandNumGenTestCase.hpp: Change the name of test case
3812 >
3813 > 2005-03-01 16:00  tim
3814 >
3815 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3816 >        OOPSERandNumGenTestCase.hpp: adding testcase for random number
3817 >        generator
3818 >
3819 > 2005-03-01 15:10  tim
3820 >
3821 >        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
3822 >        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
3823 >        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
3824 >        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
3825 >        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
3826 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
3827 >        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
3828 >        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
3829 >
3830 > 2005-03-01 14:11  tim
3831 >
3832 >        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
3833 >        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
3834 >        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
3835 >        OOPSERandNumGen
3836 >
3837 > 2005-03-01 10:44  gezelter
3838 >
3839 >        * make/Makefile.in: Fixed the damned build problem with the
3840 >        libraries not being removed in make clean and make distclean (at
3841 >        least we think it is fixed).
3842 >
3843 > 2005-03-01 10:26  gezelter
3844 >
3845 >        * src/math/MersenneTwister.hpp: Making small modifications to allow
3846 >        for use on MPI machines
3847 >
3848 > 2005-03-01 09:45  tim
3849 >
3850 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
3851 >        integrators/Velocitizer.cpp, io/DumpReader.cpp,
3852 >        math/MersenneTwister.hpp: adding MersenneTwister random number
3853 >        generator
3854 >
3855 > 2005-02-28 22:55  tim
3856 >
3857 >        * src/math/MersenneTwister.hpp: Adding a modified version of
3858 >        MersenneTwister.hpp
3859 >
3860 > 2005-02-28 12:24  tim
3861 >
3862 >        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
3863 >        definition.jpg: selection expression
3864 >
3865 > 2005-02-25 16:22  tim
3866 >
3867 >        * src/: UseTheForce/DarkSide/LJ.F90,
3868 >        UseTheForce/DarkSide/lj_interface.F90,
3869 >        UseTheForce/DarkSide/lj_interface.h,
3870 >        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
3871 >        types/AtomType.hpp: adding soft potential to LJ Module
3872 >
3873 > 2005-02-25 11:38  tim
3874 >
3875 >        * doc/SelectionExpression.html: adding documentation for selection
3876 >        expression
3877 >
3878 > 2005-02-24 15:55  tim
3879 >
3880 >        * src/: applications/simpleBuilder/simpleBuilder.cpp,
3881 >        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
3882 >        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
3883 >        adding basic_teebuf which can operate on multiple stream
3884 >        simutaneously.
3885 >
3886 > 2005-02-22 14:26  chrisfen
3887 >
3888 >        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
3889 >        sample
3890 >
3891 > 2005-02-22 13:56  tim
3892 >
3893 >        * src/: UseTheForce/DarkSide/reactionField.F90,
3894 >        primitives/RigidBody.cpp: reactionfield get fixed
3895 >
3896 > 2005-02-21 11:57  tim
3897 >
3898 >        * src/: applications/staticProps/GofRAngle.cpp,
3899 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
3900 >        a bug in GofRAngle
3901 >
3902 > 2005-02-21 10:28  tim
3903 >
3904 >        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
3905 >
3906 > 2005-02-21 10:22  tim
3907 >
3908 >        * src/utils/next_combination.hpp: fix for compilation on the Sun
3909 >
3910 > 2005-02-21 10:21  tim
3911 >
3912 >        * src/utils/GenericData.hpp: fix problem in sun
3913 >
3914 > 2005-02-18 18:07  tim
3915 >
3916 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3917 >        applications/dump2Xyz/Dump2XYZ.ggo,
3918 >        applications/dump2Xyz/Dump2XYZCmd.c,
3919 >        applications/dump2Xyz/Dump2XYZCmd.h,
3920 >        applications/dynamicProps/RCorrFunc.cpp,
3921 >        applications/staticProps/GofXyz.cpp,
3922 >        applications/staticProps/GofXyz.hpp,
3923 >        applications/staticProps/StaticProps.cpp,
3924 >        applications/staticProps/StaticProps.ggo,
3925 >        applications/staticProps/StaticPropsCmd.c,
3926 >        applications/staticProps/StaticPropsCmd.h,
3927 >        io/ElectrostaticAtomTypesSectionParser.cpp,
3928 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
3929 >        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
3930 >
3931 > 2005-02-18 10:58  gezelter
3932 >
3933 >        * src/brains/Register.cpp: Corrected filename collision for EAM on
3934 >        Mac OS X
3935 >
3936 > 2005-02-18 10:58  gezelter
3937 >
3938 >        * src/applications/oopse/oopse.cpp: Updated copyright information
3939 >
3940 > 2005-02-18 10:58  gezelter
3941 >
3942 >        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
3943 >        Makefile: corrected filename collision for EAM on operating systems
3944 >        which are not case sensitive (aka Mac OS X)
3945 >
3946 > 2005-02-17 15:15  tim
3947 >
3948 >        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
3949 >
3950 > 2005-02-17 14:50  tim
3951 >
3952 >        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
3953 >        in GofXyz
3954 >
3955 > 2005-02-17 14:09  tim
3956 >
3957 >        * src/applications/staticProps/RadialDistrFunc.hpp: make
3958 >        processHistogram non-abstrct function
3959 >
3960 > 2005-02-17 13:41  tim
3961 >
3962 >        * src/applications/staticProps/GofXyz.cpp: [no log message]
3963 >
3964 > 2005-02-17 13:30  tim
3965 >
3966 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
3967 >        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
3968 >        finish GofXyz
3969 >
3970 > 2005-02-17 11:21  tim
3971 >
3972 >        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
3973 >        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
3974 >        distribution function
3975 >
3976 > 2005-02-17 10:23  tim
3977 >
3978 >        * src/utils/BitSet.hpp: forget the const correctness for BitSet
3979 >
3980 > 2005-02-17 10:18  tim
3981 >
3982 >        * src/: brains/BlockSnapshotManager.cpp,
3983 >        selection/DistanceFinder.cpp: The change of interface of BitSet
3984 >        cause a bug in SelectionEvaluation
3985 >
3986 > 2005-02-16 16:13  tim
3987 >
3988 >        * src/utils/residentMem.c: return residentMem in byte
3989 >
3990 > 2005-02-16 16:00  tim
3991 >
3992 >        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
3993 >        a bug in writing out the value of cosang
3994 >
3995 > 2005-02-16 15:43  tim
3996 >
3997 >        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
3998 >        estimate avaliable memory
3999 >
4000 > 2005-02-16 15:30  tim
4001 >
4002 >        * src/: applications/staticProps/GofAngle2.cpp,
4003 >        applications/staticProps/GofAngle2.hpp,
4004 >        applications/staticProps/GofR.cpp,
4005 >        applications/staticProps/GofR.hpp,
4006 >        applications/staticProps/GofRAngle.cpp,
4007 >        applications/staticProps/GofRAngle.hpp,
4008 >        applications/staticProps/GofXyz.cpp,
4009 >        applications/staticProps/GofXyz.hpp,
4010 >        applications/staticProps/StaticProps.cpp,
4011 >        applications/staticProps/StaticProps.ggo,
4012 >        applications/staticProps/StaticPropsCmd.c,
4013 >        applications/staticProps/StaticPropsCmd.h,
4014 >        brains/BlockSnapshotManager.cpp: change the default bin number
4015 >
4016 > 2005-02-16 14:36  tim
4017 >
4018 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
4019 >        applications/dynamicProps/RCorrFunc.cpp,
4020 >        applications/dynamicProps/TimeCorrFunc.cpp,
4021 >        applications/dynamicProps/VCorrFunc.cpp,
4022 >        applications/staticProps/GofAngle2.cpp,
4023 >        applications/staticProps/GofR.cpp,
4024 >        applications/staticProps/GofR.hpp,
4025 >        applications/staticProps/GofRAngle.cpp,
4026 >        applications/staticProps/GofRAngle.hpp,
4027 >        applications/staticProps/RadialDistrFunc.cpp,
4028 >        applications/staticProps/RadialDistrFunc.hpp,
4029 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
4030 >        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
4031 >        files;fix the problem of counting in staticProps
4032 >
4033 > 2005-02-15 14:39  tim
4034 >
4035 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
4036 >        BlockSnapshotManager
4037 >
4038 > 2005-02-15 14:36  tim
4039 >
4040 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
4041 >        applications/staticProps/RadialDistrFunc.cpp,
4042 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4043 >        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
4044 >        reference counting now
4045 >
4046 > 2005-02-15 12:49  tim
4047 >
4048 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4049 >        replace std::make_pair by VariablesType::value_type to make Sun
4050 >        Compiler happy
4051 >
4052 > 2005-02-15 12:35  tim
4053 >
4054 >        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
4055 >        TokenMap, using TokenMapType::value_type instead of std::make_pair
4056 >        to make Sun compiler happy
4057 >
4058 > 2005-02-15 12:24  tim
4059 >
4060 >        * src/applications/staticProps/: GofRAngle.cpp,
4061 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
4062 >
4063 > 2005-02-15 12:11  tim
4064 >
4065 >        * src/: applications/staticProps/GofR.cpp,
4066 >        applications/staticProps/RadialDistrFunc.cpp,
4067 >        applications/staticProps/RadialDistrFunc.hpp,
4068 >        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
4069 >        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
4070 >        calculation problem when two selections intersect with each other
4071 >
4072 > 2005-02-15 10:24  gezelter
4073 >
4074 >        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
4075 >        xlc++
4076 >
4077 > 2005-02-15 10:17  gezelter
4078 >
4079 >        * configure, ac-tools/configure.in, src/config.h.in,
4080 >        src/utils/residentMem.c: [no log message]
4081 >
4082 > 2005-02-15 01:17  gezelter
4083 >
4084 >        * src/utils/residentMem.c: bug fix for null termination
4085 >
4086 > 2005-02-15 01:11  gezelter
4087 >
4088 >        * configure, ac-tools/configure.in, src/utils/residentMem.c:
4089 >        bugfixing residentMem
4090 >
4091 > 2005-02-15 00:59  gezelter
4092 >
4093 >        * configure, ac-tools/configure.in, src/config.h.in,
4094 >        src/utils/residentMem.c: bugfixes for residentMem on LINUX
4095 >
4096 > 2005-02-15 00:08  gezelter
4097 >
4098 >        * src/utils/Makefile.in: added residentMem
4099 >
4100 > 2005-02-15 00:05  gezelter
4101 >
4102 >        * configure, ac-tools/configure.in, make/Makefile.in,
4103 >        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
4104 >        src/utils/residentMem.h: modifications to estimate memory in use by
4105 >        other processes autoconf fixes ps syntax checking config.h file
4106 >        cleaning
4107 >
4108 > 2005-02-14 18:26  gezelter
4109 >
4110 >        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
4111 >
4112 > 2005-02-14 18:16  gezelter
4113 >
4114 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
4115 >        strangeness
4116 >
4117 > 2005-02-14 14:42  tim
4118 >
4119 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
4120 >        BlockSnapshotManager.hpp
4121 >
4122 > 2005-02-14 13:51  tim
4123 >
4124 >        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
4125 >        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
4126 >        length of first frame
4127 >
4128 > 2005-02-14 13:12  tim
4129 >
4130 >        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
4131 >        VelocityVerletIntegrator : last frame is written twice
4132 >
4133 > 2005-02-14 12:57  tim
4134 >
4135 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
4136 >        brains/SimInfo.cpp, primitives/RigidBody.cpp,
4137 >        primitives/StuntDouble.hpp: begin bug fix
4138 >
4139 > 2005-02-14 12:35  tim
4140 >
4141 >        * src/applications/dynamicProps/: CorrelationFunction.cpp,
4142 >        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
4143 >        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
4144 >        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
4145 >        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
4146 >        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
4147 >        VCorrFunc.hpp: refactory CorrelationFunction
4148 >
4149 > 2005-02-14 10:18  gezelter
4150 >
4151 >        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
4152 >        and start of switch for type of correlation function
4153 >
4154 > 2005-02-13 16:18  tim
4155 >
4156 >        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
4157 >        calculating  bytes per stuntdouble
4158 >
4159 > 2005-02-13 16:03  tim
4160 >
4161 >        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
4162 >
4163 > 2005-02-13 15:57  tim
4164 >
4165 >        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
4166 >        bug in CorrelationFunction
4167 >
4168 > 2005-02-13 15:36  tim
4169 >
4170 >        * src/: applications/staticProps/GofR.cpp,
4171 >        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
4172 >        bug in SimInfo::getCutoff()
4173 >
4174 > 2005-02-13 15:08  tim
4175 >
4176 >        * make/Makefile.in: adding staticProps and dynamicProps into
4177 >        Makefile.in
4178 >
4179 > 2005-02-13 15:05  tim
4180 >
4181 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4182 >        applications/dynamicProps/CorrelationFunction.hpp,
4183 >        applications/staticProps/StaticProps.cpp,
4184 >        applications/staticProps/StaticProps.ggo,
4185 >        applications/staticProps/StaticPropsCmd.c,
4186 >        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
4187 >        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
4188 >        defaults to the cutoff radius
4189 >
4190 > 2005-02-13 14:14  tim
4191 >
4192 >        * src/utils/Algorithm.hpp: adding Algorithm.hpp
4193 >
4194 > 2005-02-13 14:10  tim
4195 >
4196 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4197 >        applications/dynamicProps/CorrelationFunction.cpp,
4198 >        applications/dynamicProps/CorrelationFunction.hpp,
4199 >        applications/dynamicProps/DynamicProps.cpp,
4200 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4201 >        integrators/Integrator.cpp, integrators/Integrator.hpp,
4202 >        integrators/VelocityVerletIntegrator.cpp,
4203 >        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
4204 >        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
4205 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
4206 >        visitors/OtherVisitor.cpp: dynamicProps get built
4207 >
4208 > 2005-02-13 10:56  tim
4209 >
4210 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4211 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4212 >        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
4213 >        progress
4214 >
4215 > 2005-02-13 03:04  tim
4216 >
4217 >        * src/: applications/dynamicProps/CorrelationFunction.hpp,
4218 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4219 >        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
4220 >        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
4221 >        work in dynamicProps
4222 >
4223 > 2005-02-13 02:25  tim
4224 >
4225 >        * src/applications/dynamicProps/DynamicProps.cpp: adding
4226 >        dynamicProps
4227 >
4228 > 2005-02-13 02:14  tim
4229 >
4230 >        * src/applications/dynamicProps/: DynamicPropsCmd.c,
4231 >        DynamicPropsCmd.h: adding command line option to DynamicProps
4232 >
4233 > 2005-02-13 02:13  tim
4234 >
4235 >        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
4236 >        adding command line option for DynamicProps
4237 >
4238 > 2005-02-13 01:57  tim
4239 >
4240 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4241 >        applications/dynamicProps/CorrelationFunction.hpp,
4242 >        applications/dynamicProps/DipoleCorrFunc.cpp,
4243 >        applications/dynamicProps/DipoleCorrFunc.hpp,
4244 >        applications/dynamicProps/RCorrFunc.cpp,
4245 >        applications/dynamicProps/RCorrFunc.hpp,
4246 >        applications/dynamicProps/VCorrFunc.cpp,
4247 >        applications/dynamicProps/VCorrFunc.hpp,
4248 >        applications/staticProps/RadialDistrFunc.cpp,
4249 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4250 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
4251 >        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
4252 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
4253 >        dynamicProps
4254 >
4255 > 2005-02-12 15:09  tim
4256 >
4257 >        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
4258 >
4259 > 2005-02-11 17:41  tim
4260 >
4261 >        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
4262 >        more constructor to Snapshot to create customized DataStorage
4263 >
4264 > 2005-02-11 17:39  tim
4265 >
4266 >        * src/selection/: DistanceFinder.hpp, Makefile,
4267 >        SelectionManager.hpp: adding beginSelected, nextSelected method to
4268 >        SelectionManager
4269 >
4270 > 2005-02-11 17:36  tim
4271 >
4272 >        * src/config.h.in, configure: adding support for physmem
4273 >
4274 > 2005-02-11 17:35  tim
4275 >
4276 >        * ac-tools/configure.in: adding supprot for physmem
4277 >
4278 > 2005-02-11 17:35  tim
4279 >
4280 >        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
4281 >        physmem
4282 >
4283 > 2005-02-10 17:37  tim
4284 >
4285 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4286 >        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
4287 >        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4288 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4289 >        StaticPropsCmd.h: more work in StaticProps
4290 >
4291 > 2005-02-10 13:14  tim
4292 >
4293 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4294 >        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
4295 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
4296 >        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4297 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4298 >        StaticPropsCmd.h: change the filenames
4299 >
4300 > 2005-02-10 09:15  tim
4301 >
4302 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
4303 >        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
4304 >        RadialDistrFunc.hpp: adding GofRAngle
4305 >
4306 > 2005-02-09 13:21  tim
4307 >
4308 >        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
4309 >        useless files
4310 >
4311 > 2005-02-09 13:12  tim
4312 >
4313 >        * src/applications/staticProps/: GofR.cpp, Makefile,
4314 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
4315 >
4316 > 2005-02-09 12:08  tim
4317 >
4318 >        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
4319 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
4320 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
4321 >
4322 > 2005-02-07 17:39  tim
4323 >
4324 >        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
4325 >        Molecule class
4326 >
4327 > 2005-02-07 17:38  tim
4328 >
4329 >        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
4330 >
4331 > 2005-02-07 17:36  tim
4332 >
4333 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4334 >        SelectionCompiler.cpp: support select internal index selection, for
4335 >        example, select DMPC.3
4336 >
4337 > 2005-02-07 16:11  tim
4338 >
4339 >        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
4340 >        help info for Dump2XYZ
4341 >
4342 > 2005-02-07 15:39  chrisfen
4343 >
4344 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4345 >        selection librarys added
4346 >
4347 > 2005-02-07 15:31  tim
4348 >
4349 >        * src/selection/Makefile, make/Makefile.in: adding Makefile
4350 >
4351 > 2005-02-07 15:20  chrisfen
4352 >
4353 >        * src/utils/wildcards.hpp: issue commented out in wildcards
4354 >
4355 > 2005-02-07 15:06  tim
4356 >
4357 >        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
4358 >        which cause reevaluate return NULL
4359 >
4360 > 2005-02-07 14:14  tim
4361 >
4362 >        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
4363 >        SimSnapshotManager.hpp: fix a bug in determing the global index for
4364 >        rigidbodies
4365 >
4366 > 2005-02-07 14:13  tim
4367 >
4368 >        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
4369 >        in Bitset
4370 >
4371 > 2005-02-07 14:13  tim
4372 >
4373 >        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
4374 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4375 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
4376 >        TokenMap.cpp: selection library is working
4377 >
4378 > 2005-02-04 17:46  tim
4379 >
4380 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
4381 >
4382 > 2005-02-04 17:45  tim
4383 >
4384 >        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
4385 >        and XYZVisitor now use selection library
4386 >
4387 > 2005-02-04 17:44  tim
4388 >
4389 >        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
4390 >        adding SelectionManager into SimInfo
4391 >
4392 > 2005-02-04 17:43  tim
4393 >
4394 >        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
4395 >        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
4396 >        selection library
4397 >
4398 > 2005-02-04 17:42  tim
4399 >
4400 >        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
4401 >        in BitSet
4402 >
4403 > 2005-02-04 17:41  tim
4404 >
4405 >        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
4406 >        implementation
4407 >
4408 > 2005-02-04 17:39  tim
4409 >
4410 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4411 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4412 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4413 >        SelectionManager.hpp, Token.hpp: half of the selection utility is
4414 >        working need to debug within keyword and atomproperty keyword
4415 >
4416 > 2005-02-04 00:42  tim
4417 >
4418 >        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
4419 >        get built
4420 >
4421 > 2005-02-04 00:42  tim
4422 >
4423 >        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
4424 >
4425 > 2005-02-04 00:26  tim
4426 >
4427 >        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
4428 >        remove some useless files
4429 >
4430 > 2005-02-03 23:57  tim
4431 >
4432 >        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
4433 >        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
4434 >        adding wildcard class; NameFinder is finished
4435 >
4436 > 2005-02-03 18:14  tim
4437 >
4438 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4439 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4440 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4441 >        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
4442 >        selection library
4443 >
4444 > 2005-02-03 09:04  tim
4445 >
4446 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4447 >        selection in progress
4448 >
4449 > 2005-02-02 18:13  tim
4450 >
4451 >        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
4452 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
4453 >        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
4454 >        progress, except SelectionEvaluator, other files are compiled
4455 >
4456 > 2005-02-02 18:12  tim
4457 >
4458 >        * src/utils/: Makefile.in, any.hpp: adding boost::any
4459 >
4460 > 2005-02-02 07:51  tim
4461 >
4462 >        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
4463 >
4464 > 2005-02-01 17:49  tim
4465 >
4466 >        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
4467 >        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
4468 >        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
4469 >        selection/Token.hpp: Selection in progress
4470 >
4471 > 2005-02-01 01:55  tim
4472 >
4473 >        * src/: selection/SelectionCompiler.hpp,
4474 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
4475 >        selection/SelectionManager.hpp, selection/Token.hpp,
4476 >        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
4477 >
4478 > 2005-01-26 10:26  tim
4479 >
4480 >        * src/integrators/: Integrator.cpp, Integrator.hpp,
4481 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
4482 >        to add eorWriter
4483 >
4484 > 2005-01-26 10:15  tim
4485 >
4486 >        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
4487 >        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
4488 >        wrong column of electroframe
4489 >
4490 > 2005-01-25 16:59  tim
4491 >
4492 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
4493 >        SimInfo, use number of cutoff stamp as counter to loop over
4494 >        rigidbody stamp
4495 >
4496 > 2005-01-25 12:45  tim
4497 >
4498 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4499 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
4500 >        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
4501 >        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
4502 >        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
4503 >        io/EAMAtomTypesSectionParser.cpp,
4504 >        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
4505 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
4506 >        io/StickyAtomTypesSectionParser.cpp,
4507 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4508 >        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
4509 >        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
4510 >        primitives/GhostTorsion.hpp, primitives/Makefile,
4511 >        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
4512 >        section parser's error message (2) add GhostTorsion (3) accumulate
4513 >        inertial tensor from the directional atoms before calculate
4514 >        rigidbody's inertial tensor
4515 >
4516 > 2005-01-17 17:17  tim
4517 >
4518 >        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
4519 >
4520 > 2005-01-17 11:58  tim
4521 >
4522 >        * src/integrators/NVT.cpp: fix a bug in loading initial extended
4523 >        system parameters
4524 >
4525 > 2005-01-17 11:05  tim
4526 >
4527 >        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
4528 >
4529 > 2005-01-14 17:02  tim
4530 >
4531 >        * src/UseTheForce/WATER.cpp: remove WATER.cpp
4532 >
4533 > 2005-01-14 16:37  tim
4534 >
4535 >        * forceFields/Makefile: sync Makefile
4536 >
4537 > 2005-01-14 16:13  gezelter
4538 >
4539 >        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
4540 >        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
4541 >        src/applications/dump2Xyz/Makefile,
4542 >        src/applications/oopse/Makefile,
4543 >        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
4544 >        src/constraints/Makefile, src/integrators/Makefile,
4545 >        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
4546 >        src/primitives/Makefile, src/profiling/Makefile,
4547 >        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
4548 >        src/visitors/Makefile: moved Package variable into subdirectory
4549 >        makefiles to speed up the building process
4550 >
4551 > 2005-01-14 15:48  gezelter
4552 >
4553 >        * src/applications/oopse/oopse.cpp: Fixed publication details in
4554 >        banner
4555 >
4556 > 2005-01-14 15:48  gezelter
4557 >
4558 >        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
4559 >        simParallel_interface.h: added dummy subroutine to avoid empty
4560 >        unit, synchronized this dummy routine between C and fortran
4561 >
4562 > 2005-01-14 15:31  gezelter
4563 >
4564 >        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
4565 >        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
4566 >        DarkSide/Makefile, DarkSide/atype.F90,
4567 >        DarkSide/atype_interface.F90, DarkSide/charge.F90,
4568 >        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
4569 >        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
4570 >        DarkSide/eam_interface.F90, DarkSide/gb.F90,
4571 >        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
4572 >        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
4573 >        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
4574 >        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
4575 >        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
4576 >        modules and C/Fortran interface subroutines
4577 >
4578 > 2005-01-14 15:15  gezelter
4579 >
4580 >        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
4581 >
4582 > 2005-01-14 15:09  gezelter
4583 >
4584 >        * configure, ac-tools/configure.in, src/config.h.in,
4585 >        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
4586 >
4587 > 2005-01-14 11:49  tim
4588 >
4589 >        * src/: io/EAMAtomTypesSectionParser.cpp,
4590 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
4591 >        utils/StringUtils.hpp: using c library to do conversion instead of
4592 >        using iostream due to a bug in libstdc++(GCC 3.2)
4593 >
4594 > 2005-01-13 21:40  tim
4595 >
4596 >        * src/brains/SimSetup.cpp: no message
4597 >
4598 > 2005-01-13 20:56  tim
4599 >
4600 >        * src/primitives/Molecule.hpp: fix a bug in global index
4601 >
4602 > 2005-01-13 20:04  tim
4603 >
4604 >        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
4605 >        Integrator.hpp in Minimizer
4606 >
4607 > 2005-01-13 17:14  gezelter
4608 >
4609 >        * src/utils/Makefile: compile getopt and getopt1 if we need to
4610 >
4611 > 2005-01-13 16:56  gezelter
4612 >
4613 >        * make/Makefile.in: template flags
4614 >
4615 > 2005-01-13 16:48  gezelter
4616 >
4617 >        * src/applications/oopse/Makefile: formatting
4618 >
4619 > 2005-01-13 16:48  gezelter
4620 >
4621 >        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
4622 >        target
4623 >
4624 > 2005-01-13 14:40  tim
4625 >
4626 >        * src/: UseTheForce/fSwitchingFunction.h,
4627 >        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
4628 >        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
4629 >        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
4630 >        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
4631 >
4632 > 2005-01-13 13:26  tim
4633 >
4634 >        * make/Makefile.in: change the order of linking (object file comes
4635 >        first and then follow by user built library)
4636 >
4637 > 2005-01-12 18:24  tim
4638 >
4639 >        * src/io/DumpWriter.cpp: remove useless debug info
4640 >
4641 > 2005-01-12 18:21  tim
4642 >
4643 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
4644 >
4645 > 2005-01-12 18:17  tim
4646 >
4647 >        * make/: Makefile.in, Makefile.in: missing tab
4648 >
4649 > 2005-01-12 18:15  tim
4650 >
4651 >        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
4652 >        get fixed
4653 >
4654 > 2005-01-12 17:40  gezelter
4655 >
4656 >        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
4657 >        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
4658 >        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
4659 >        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
4660 >        src/UseTheForce/ForceFieldCreator.hpp,
4661 >        src/UseTheForce/ForceFieldFactory.cpp,
4662 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
4663 >        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
4664 >        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
4665 >        src/UseTheForce/fSwitchingFunction.h,
4666 >        src/UseTheForce/mpiComponentPlan.h,
4667 >        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
4668 >        src/UseTheForce/notifyCutoffs.F90,
4669 >        src/UseTheForce/notifyCutoffs_interface.h,
4670 >        src/UseTheForce/DarkSide/LJ.F90,
4671 >        src/UseTheForce/DarkSide/atype.F90,
4672 >        src/UseTheForce/DarkSide/atype_interface.h,
4673 >        src/UseTheForce/DarkSide/charge.F90,
4674 >        src/UseTheForce/DarkSide/charge_interface.h,
4675 >        src/UseTheForce/DarkSide/dipole.F90,
4676 >        src/UseTheForce/DarkSide/dipole_interface.h,
4677 >        src/UseTheForce/DarkSide/eam.F90,
4678 >        src/UseTheForce/DarkSide/eam_interface.h,
4679 >        src/UseTheForce/DarkSide/force_globals.F90,
4680 >        src/UseTheForce/DarkSide/gb.F90,
4681 >        src/UseTheForce/DarkSide/gb_interface.h,
4682 >        src/UseTheForce/DarkSide/lj_interface.h,
4683 >        src/UseTheForce/DarkSide/neighborLists.F90,
4684 >        src/UseTheForce/DarkSide/reactionField.F90,
4685 >        src/UseTheForce/DarkSide/shapes.F90,
4686 >        src/UseTheForce/DarkSide/shapes_interface.h,
4687 >        src/UseTheForce/DarkSide/simParallel.F90,
4688 >        src/UseTheForce/DarkSide/simParallel_interface.h,
4689 >        src/UseTheForce/DarkSide/simulation.F90,
4690 >        src/UseTheForce/DarkSide/simulation_interface.h,
4691 >        src/UseTheForce/DarkSide/sticky.F90,
4692 >        src/UseTheForce/DarkSide/sticky_interface.h,
4693 >        src/UseTheForce/DarkSide/switcheroo.F90,
4694 >        src/applications/Makedepend, src/applications/quickLate.c,
4695 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
4696 >        src/applications/oopse/oopse.cpp,
4697 >        src/applications/simpleBuilder/BaseLattice.cpp,
4698 >        src/applications/simpleBuilder/BaseLattice.hpp,
4699 >        src/applications/simpleBuilder/Lattice.cpp,
4700 >        src/applications/simpleBuilder/Lattice.hpp,
4701 >        src/applications/simpleBuilder/LatticeCreator.cpp,
4702 >        src/applications/simpleBuilder/LatticeCreator.hpp,
4703 >        src/applications/simpleBuilder/LatticeFactory.cpp,
4704 >        src/applications/simpleBuilder/LatticeFactory.hpp,
4705 >        src/applications/simpleBuilder/MoLocator.cpp,
4706 >        src/applications/simpleBuilder/MoLocator.hpp,
4707 >        src/applications/simpleBuilder/simpleBuilder.cpp,
4708 >        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
4709 >        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
4710 >        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
4711 >        src/brains/Makefile, src/brains/Migrator.hpp,
4712 >        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
4713 >        src/brains/Register.cpp, src/brains/Register.hpp,
4714 >        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
4715 >        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
4716 >        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
4717 >        src/brains/SimSnapshotManager.cpp,
4718 >        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
4719 >        src/brains/SimState.hpp, src/brains/SkipList.cpp,
4720 >        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
4721 >        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
4722 >        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
4723 >        src/brains/Thermo.hpp, src/brains/fSimulation.h,
4724 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
4725 >        src/constraints/AbstractClasses.hpp,
4726 >        src/constraints/ConstraintElem.hpp,
4727 >        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
4728 >        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
4729 >        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
4730 >        src/constraints/ZconsStruct.hpp,
4731 >        src/constraints/ZconstraintForceManager.cpp,
4732 >        src/constraints/ZconstraintForceManager.hpp,
4733 >        src/integrators/AbstractClasses.hpp,
4734 >        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
4735 >        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
4736 >        src/integrators/Integrator.hpp,
4737 >        src/integrators/IntegratorCreator.hpp,
4738 >        src/integrators/IntegratorFactory.cpp,
4739 >        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
4740 >        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
4741 >        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
4742 >        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
4743 >        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
4744 >        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
4745 >        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
4746 >        src/integrators/RotationAlgorithm.hpp,
4747 >        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
4748 >        src/integrators/VelocityVerletIntegrator.cpp,
4749 >        src/integrators/VelocityVerletIntegrator.hpp,
4750 >        src/io/AtomTypesSectionParser.cpp,
4751 >        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
4752 >        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
4753 >        src/io/BendTypesSectionParser.cpp,
4754 >        src/io/BendTypesSectionParser.hpp,
4755 >        src/io/BondTypesSectionParser.cpp,
4756 >        src/io/BondTypesSectionParser.hpp,
4757 >        src/io/DirectionalAtomTypesSectionParser.cpp,
4758 >        src/io/DirectionalAtomTypesSectionParser.hpp,
4759 >        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
4760 >        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
4761 >        src/io/EAMAtomTypesSectionParser.cpp,
4762 >        src/io/EAMAtomTypesSectionParser.hpp,
4763 >        src/io/ElectrostaticAtomTypesSectionParser.cpp,
4764 >        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
4765 >        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
4766 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
4767 >        src/io/LennardJonesAtomTypesSectionParser.hpp,
4768 >        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
4769 >        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
4770 >        src/io/Makefile, src/io/SectionParser.cpp,
4771 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
4772 >        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
4773 >        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
4774 >        src/io/StickyAtomTypesSectionParser.hpp,
4775 >        src/io/TorsionTypesSectionParser.cpp,
4776 >        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
4777 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
4778 >        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
4779 >        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
4780 >        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
4781 >        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
4782 >        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
4783 >        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
4784 >        src/math/MatVec3.h, src/math/Polynomial.hpp,
4785 >        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
4786 >        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
4787 >        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
4788 >        src/math/Vector.hpp, src/math/Vector3.hpp,
4789 >        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
4790 >        src/minimizers/CGFamilyMinimizer.cpp,
4791 >        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
4792 >        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
4793 >        src/minimizers/MinimizerCreator.hpp,
4794 >        src/minimizers/MinimizerFactory.cpp,
4795 >        src/minimizers/MinimizerFactory.hpp,
4796 >        src/minimizers/MinimizerParameterSet.cpp,
4797 >        src/minimizers/MinimizerParameterSet.hpp,
4798 >        src/minimizers/OOPSEMinimizer.cpp,
4799 >        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
4800 >        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
4801 >        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
4802 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
4803 >        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
4804 >        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
4805 >        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
4806 >        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
4807 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
4808 >        src/primitives/GhostBend.hpp, src/primitives/Makefile,
4809 >        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
4810 >        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
4811 >        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
4812 >        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
4813 >        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
4814 >        src/primitives/UreyBradleyBend.cpp,
4815 >        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
4816 >        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
4817 >        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
4818 >        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
4819 >        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
4820 >        src/types/BendType.hpp, src/types/BondStamp.cpp,
4821 >        src/types/BondStamp.hpp, src/types/BondType.hpp,
4822 >        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
4823 >        src/types/Component.cpp, src/types/Component.hpp,
4824 >        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
4825 >        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
4826 >        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
4827 >        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
4828 >        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
4829 >        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
4830 >        src/types/Makefile, src/types/MoleculeStamp.cpp,
4831 >        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
4832 >        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
4833 >        src/types/PolynomialBondType.hpp,
4834 >        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
4835 >        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
4836 >        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
4837 >        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
4838 >        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
4839 >        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
4840 >        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
4841 >        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
4842 >        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
4843 >        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
4844 >        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
4845 >        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
4846 >        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
4847 >        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
4848 >        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
4849 >        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
4850 >        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
4851 >        src/utils/Utility.cpp, src/utils/Utility.hpp,
4852 >        src/utils/definitions.F90, src/utils/fError.c,
4853 >        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
4854 >        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
4855 >        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
4856 >        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
4857 >        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
4858 >        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
4859 >        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
4860 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
4861 >        src/visitors/ZconsVisitor.hpp: merging new_design branch into
4862 >        OOPSE-2.0
4863 >
4864 > 2005-01-12 13:13  tim
4865 >
4866 >        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
4867 >        utils/TypeContainer.hpp: forget to include <algorithm>
4868 >
4869 > 2005-01-12 12:25  tim
4870 >
4871 >        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
4872 >        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
4873 >        fields
4874 >
4875 > 2005-01-12 12:14  tim
4876 >
4877 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4878 >        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
4879 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
4880 >        UseTheForce/ForceFieldCreator.hpp,
4881 >        UseTheForce/ForceFieldFactory.cpp,
4882 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
4883 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
4884 >        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
4885 >        UseTheForce/notifyCutoffs.F90,
4886 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
4887 >        UseTheForce/DarkSide/atype.F90,
4888 >        UseTheForce/DarkSide/atype_interface.h,
4889 >        UseTheForce/DarkSide/charge.F90,
4890 >        UseTheForce/DarkSide/charge_interface.h,
4891 >        UseTheForce/DarkSide/dipole.F90,
4892 >        UseTheForce/DarkSide/dipole_interface.h,
4893 >        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
4894 >        UseTheForce/DarkSide/force_globals.F90,
4895 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
4896 >        UseTheForce/DarkSide/lj_interface.h,
4897 >        UseTheForce/DarkSide/neighborLists.F90,
4898 >        UseTheForce/DarkSide/reactionField.F90,
4899 >        UseTheForce/DarkSide/shapes.F90,
4900 >        UseTheForce/DarkSide/shapes_interface.h,
4901 >        UseTheForce/DarkSide/simParallel.F90,
4902 >        UseTheForce/DarkSide/simParallel_interface.h,
4903 >        UseTheForce/DarkSide/simulation.F90,
4904 >        UseTheForce/DarkSide/simulation_interface.h,
4905 >        UseTheForce/DarkSide/sticky.F90,
4906 >        UseTheForce/DarkSide/sticky_interface.h,
4907 >        UseTheForce/DarkSide/switcheroo.F90,
4908 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
4909 >        applications/simpleBuilder/BaseLattice.cpp,
4910 >        applications/simpleBuilder/BaseLattice.hpp,
4911 >        applications/simpleBuilder/Lattice.cpp,
4912 >        applications/simpleBuilder/Lattice.hpp,
4913 >        applications/simpleBuilder/LatticeCreator.cpp,
4914 >        applications/simpleBuilder/LatticeCreator.hpp,
4915 >        applications/simpleBuilder/LatticeFactory.cpp,
4916 >        applications/simpleBuilder/LatticeFactory.hpp,
4917 >        applications/simpleBuilder/MoLocator.cpp,
4918 >        applications/simpleBuilder/MoLocator.hpp,
4919 >        applications/simpleBuilder/simpleBuilder.cpp,
4920 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
4921 >        brains/Exclude.hpp, brains/ForceManager.cpp,
4922 >        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
4923 >        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
4924 >        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
4925 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
4926 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
4927 >        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
4928 >        brains/Snapshot.cpp, brains/Snapshot.hpp,
4929 >        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
4930 >        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
4931 >        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
4932 >        constraints/Rattle.cpp, constraints/Rattle.hpp,
4933 >        constraints/ZconsStruct.hpp,
4934 >        constraints/ZconstraintForceManager.cpp,
4935 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
4936 >        integrators/DLM.hpp, integrators/Integrator.cpp,
4937 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
4938 >        integrators/IntegratorFactory.cpp,
4939 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
4940 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
4941 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
4942 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
4943 >        integrators/NVT.cpp, integrators/NVT.hpp,
4944 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
4945 >        integrators/Velocitizer.hpp,
4946 >        integrators/VelocityVerletIntegrator.cpp,
4947 >        integrators/VelocityVerletIntegrator.hpp,
4948 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
4949 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
4950 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
4951 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
4952 >        io/BondTypesSectionParser.hpp,
4953 >        io/DirectionalAtomTypesSectionParser.cpp,
4954 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
4955 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
4956 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
4957 >        io/ElectrostaticAtomTypesSectionParser.cpp,
4958 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
4959 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
4960 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
4961 >        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
4962 >        io/SectionParser.cpp, io/SectionParser.hpp,
4963 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
4964 >        io/StatWriter.cpp, io/StatWriter.hpp,
4965 >        io/StickyAtomTypesSectionParser.cpp,
4966 >        io/StickyAtomTypesSectionParser.hpp,
4967 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4968 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
4969 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
4970 >        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
4971 >        io/node_list.h, io/parse_interface.h, io/parse_me.h,
4972 >        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
4973 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
4974 >        math/Polynomial.hpp, math/Quaternion.hpp,
4975 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
4976 >        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
4977 >        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
4978 >        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
4979 >        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
4980 >        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
4981 >        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
4982 >        minimizers/MinimizerParameterSet.cpp,
4983 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
4984 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
4985 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
4986 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
4987 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
4988 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
4989 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
4990 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
4991 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
4992 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
4993 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
4994 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
4995 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
4996 >        restraints/Restraints.cpp, restraints/Restraints.hpp,
4997 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
4998 >        types/AtomType.hpp, types/AtomTypeProperties.h,
4999 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
5000 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
5001 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
5002 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
5003 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
5004 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
5005 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
5006 >        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
5007 >        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
5008 >        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
5009 >        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
5010 >        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
5011 >        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
5012 >        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
5013 >        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
5014 >        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
5015 >        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
5016 >        types/TorsionStamp.hpp, types/TorsionType.hpp,
5017 >        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
5018 >        types/ZconStamp.hpp, utils/GenericData.hpp,
5019 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
5020 >        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
5021 >        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
5022 >        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
5023 >        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
5024 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
5025 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
5026 >        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
5027 >        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
5028 >        utils/simError.c, utils/simError.h, utils/status.F90,
5029 >        utils/vector_class.F90, visitors/AtomData.hpp,
5030 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
5031 >        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
5032 >        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
5033 >        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5034 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
5035 >        visitors/ZconsVisitor.hpp: change license
5036 >
5037 > 2005-01-12 12:14  tim
5038 >
5039 >        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
5040 >        branch new_design.
5041 >
5042 > 2005-01-11 16:03  tim
5043 >
5044 >        * src/: constraints/ZconstraintForceManager.cpp,
5045 >        constraints/ZconstraintForceManager.hpp,
5046 >        minimizers/MinimizerParameterSet.cpp,
5047 >        minimizers/MinimizerParameterSet.hpp: change const static double
5048 >        data member to const double
5049 >
5050 > 2005-01-11 15:50  tim
5051 >
5052 >        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
5053 >
5054 > 2005-01-11 15:39  tim
5055 >
5056 >        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
5057 >        change data type from logical to integer in AtomTypeProperties.h
5058 >
5059 > 2005-01-11 11:36  tim
5060 >
5061 >        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
5062 >        new format of EAM force field
5063 >
5064 > 2005-01-11 11:24  tim
5065 >
5066 >        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
5067 >        to DUFF2.frc
5068 >
5069 > 2005-01-11 11:23  tim
5070 >
5071 >        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
5072 >        DUFF2.frc
5073 >
5074 > 2005-01-11 11:09  tim
5075 >
5076 >        * make/Makefile.in: adding constraints and minimizers into
5077 >        Makefile.in
5078 >
5079 > 2005-01-11 11:03  tim
5080 >
5081 >        * src/io/: ChargeAtomTypesSectionParser.cpp,
5082 >        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
5083 >        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
5084 >        files
5085 >
5086 > 2005-01-11 10:59  tim
5087 >
5088 >        * src/io/ZConsWriter.cpp: [no log message]
5089 >
5090 > 2005-01-11 10:53  tim
5091 >
5092 >        * src/UseTheForce/EAM.cpp: minor fix
5093 >
5094 > 2005-01-11 10:52  tim
5095 >
5096 >        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
5097 >        on branch new_design.
5098 >
5099 > 2005-01-11 10:52  tim
5100 >
5101 >        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
5102 >        on branch new_design.
5103 >
5104 > 2005-01-11 10:52  tim
5105 >
5106 >        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
5107 >
5108 > 2005-01-11 10:47  tim
5109 >
5110 >        * make/Makefile.in: forget a '$' sign
5111 >
5112 > 2005-01-11 10:46  tim
5113 >
5114 >        * make/Makefile.in: missing tab in rules
5115 >
5116 > 2005-01-10 17:04  tim
5117 >
5118 >        * src/: UseTheForce/ForceFieldCreator.cpp,
5119 >        UseTheForce/ForceFieldCreator.hpp,
5120 >        UseTheForce/ForceFieldFactory.cpp,
5121 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
5122 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
5123 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
5124 >        brains/Register.cpp, brains/Register.hpp,
5125 >        integrators/IntegratorCreator.cpp,
5126 >        integrators/IntegratorCreator.hpp,
5127 >        integrators/IntegratorFactory.cpp,
5128 >        integrators/IntegratorFactory.hpp, integrators/Makefile,
5129 >        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
5130 >        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
5131 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
5132 >        minimizers/MinimizerFactory.hpp: create a register module to
5133 >        register force fields, integrators and minimizers
5134 >
5135 > 2005-01-10 17:04  tim
5136 >
5137 >        * src/brains/Register.cpp: file Register.cpp was initially added on
5138 >        branch new_design.
5139 >
5140 > 2005-01-10 17:04  tim
5141 >
5142 >        * src/brains/Register.hpp: file Register.hpp was initially added on
5143 >        branch new_design.
5144 >
5145 > 2005-01-10 15:52  tim
5146 >
5147 >        * src/: UseTheForce/ForceFieldFactory.cpp,
5148 >        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
5149 >        constraints/ZconstraintForceManager.cpp,
5150 >        constraints/ZconstraintForceManager.hpp,
5151 >        integrators/IntegratorFactory.cpp,
5152 >        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
5153 >        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
5154 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
5155 >        method is working now
5156 >
5157 > 2005-01-10 13:05  tim
5158 >
5159 >        * src/: constraints/ConstraintElem.hpp,
5160 >        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
5161 >        constraints/ZconstraintForceManager.cpp,
5162 >        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
5163 >        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
5164 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
5165 >        zconstraint
5166 >
5167 > 2005-01-10 13:05  tim
5168 >
5169 >        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
5170 >        initially added on branch new_design.
5171 >
5172 > 2005-01-07 16:50  tim
5173 >
5174 >        * src/constraints/ZconstraintForceManager.cpp: file
5175 >        ZconstraintForceManager.cpp was initially added on branch
5176 >        new_design.
5177 >
5178 > 2005-01-07 16:50  tim
5179 >
5180 >        * src/constraints/ZconstraintForceManager.hpp: file
5181 >        ZconstraintForceManager.hpp was initially added on branch
5182 >        new_design.
5183 >
5184 > 2005-01-07 16:50  tim
5185 >
5186 >        * src/: applications/simpleBuilder/BaseLattice.hpp,
5187 >        applications/simpleBuilder/Lattice.hpp,
5188 >        applications/simpleBuilder/LatticeCreator.hpp,
5189 >        applications/simpleBuilder/LatticeFactory.hpp,
5190 >        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
5191 >        constraints/ConstraintElem.hpp, constraints/Makefile,
5192 >        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
5193 >        constraints/ZconstraintForceManager.cpp,
5194 >        constraints/ZconstraintForceManager.hpp,
5195 >        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
5196 >        utils/NumericConstant.hpp: ZConstraintForceManager in progress
5197 >
5198 > 2005-01-07 16:50  tim
5199 >
5200 >        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
5201 >        initially added on branch new_design.
5202 >
5203 > 2005-01-06 17:31  tim
5204 >
5205 >        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5206 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5207 >        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
5208 >        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
5209 >        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
5210 >        constraint is almost working
5211 >
5212 > 2005-01-05 19:36  tim
5213 >
5214 >        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
5215 >        working
5216 >
5217 > 2005-01-05 19:16  tim
5218 >
5219 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5220 >        applications/oopse/oopse.cpp,
5221 >        applications/simpleBuilder/BaseLattice.cpp,
5222 >        applications/simpleBuilder/Lattice.cpp,
5223 >        applications/simpleBuilder/LatticeFactory.cpp,
5224 >        applications/simpleBuilder/LatticeFactory.hpp,
5225 >        applications/simpleBuilder/MoLocator.cpp,
5226 >        applications/simpleBuilder/MoLocator.hpp,
5227 >        applications/simpleBuilder/simpleBuilder.cpp,
5228 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
5229 >        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
5230 >        in progress
5231 >
5232 > 2005-01-05 12:35  tim
5233 >
5234 >        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
5235 >        was initially added on branch new_design.
5236 >
5237 > 2005-01-05 12:35  tim
5238 >
5239 >        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
5240 >        added on branch new_design.
5241 >
5242 > 2005-01-05 12:35  tim
5243 >
5244 >        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5245 >        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
5246 >        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
5247 >        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
5248 >        SDMinimizer.hpp: minimizer in progress
5249 >
5250 > 2005-01-05 12:35  tim
5251 >
5252 >        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
5253 >        was initially added on branch new_design.
5254 >
5255 > 2005-01-05 12:35  tim
5256 >
5257 >        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
5258 >        was initially added on branch new_design.
5259 >
5260 > 2005-01-05 12:35  tim
5261 >
5262 >        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
5263 >        was initially added on branch new_design.
5264 >
5265 > 2005-01-05 12:35  tim
5266 >
5267 >        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
5268 >        added on branch new_design.
5269 >
5270 > 2005-01-04 17:18  tim
5271 >
5272 >        * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
5273 >        brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
5274 >        brains/Thermo.cpp, constraints/ConstraintPair.hpp,
5275 >        constraints/Makefile, integrators/NPT.cpp, integrators/NVE.cpp,
5276 >        integrators/NVT.cpp, integrators/VelocityVerletIntegrator.cpp,
5277 >        integrators/VelocityVerletIntegrator.hpp, io/DumpReader.cpp,
5278 >        primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
5279 >        progress
5280 >
5281 > 2005-01-04 17:18  tim
5282 >
5283 >        * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
5284 >        initially added on branch new_design.
5285 >
5286 > 2005-01-04 17:18  tim
5287 >
5288 >        * src/minimizers/MinimizerParameterSet.cpp: file
5289 >        MinimizerParameterSet.cpp was initially added on branch new_design.
5290 >
5291 > 2005-01-04 17:18  tim
5292 >
5293 >        * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
5294 >        initially added on branch new_design.
5295 >
5296 > 2005-01-04 17:18  tim
5297 >
5298 >        * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
5299 >        was initially added on branch new_design.
5300 >
5301 > 2005-01-04 17:18  tim
5302 >
5303 >        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5304 >        Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
5305 >        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
5306 >        SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
5307 >
5308 > 2005-01-04 17:18  tim
5309 >
5310 >        * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
5311 >        branch new_design.
5312 >
5313 > 2004-12-20 15:50  chuckv
5314 >
5315 >        * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
5316 >        other BSD's, replaced test -f *.mod with ls function since BSD test
5317 >        apparently doesn't support wildcards.
5318 >
5319 > 2004-12-20 15:36  tim
5320 >
5321 >        * make/Makefile.in: fix a test command incompatiable problem
5322 >
5323 > 2004-12-20 14:49  tim
5324 >
5325 >        * src/integrators/NPTi.cpp: NPT is working now
5326 >
5327 > 2004-12-16 14:20  tim
5328 >
5329 >        * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
5330 >        invalid stamp id
5331 >
5332 > 2004-12-16 14:00  tim
5333 >
5334 >        * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
5335 >        newEAM.u6.frc: adding new EAM force field files
5336 >
5337 > 2004-12-16 13:55  tim
5338 >
5339 >        * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
5340 >        in  EAM parameter file is incorrect
5341 >
5342 > 2004-12-16 12:27  tim
5343 >
5344 >        * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
5345 >        brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
5346 >        utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
5347 >
5348 > 2004-12-15 17:34  tim
5349  
5350          * src/: applications/simpleBuilder/BaseLattice.cpp,
5351          applications/simpleBuilder/BaseLattice.hpp,
# Line 1822 | Line 5358
5358          applications/simpleBuilder/simpleBuilder.cpp,
5359          io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
5360  
5361 < 2004-12-15 21:07  tim
5361 > 2004-12-15 16:07  tim
5362  
5363          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5364          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
5365          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
5366          add EAM Force Field
5367  
5368 < 2004-12-15 19:40  tim
5368 > 2004-12-15 14:40  tim
5369  
5370          * src/applications/oopse/oopse.cpp: add more force fields
5371  
5372 < 2004-12-15 16:44  tim
5372 > 2004-12-15 11:44  tim
5373  
5374          * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
5375          to call All_reduce in MPI version)
5376  
5377 < 2004-12-15 16:13  tim
5377 > 2004-12-15 11:13  tim
5378  
5379          * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
5380          io/DumpReader.cpp: MPI in NVE is working
5381  
5382 < 2004-12-14 21:57  tim
5382 > 2004-12-14 16:57  tim
5383  
5384          * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
5385          Master nodes does not brocast the total number of frames
5386  
5387 < 2004-12-14 19:08  tim
5387 > 2004-12-14 14:08  tim
5388  
5389          * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
5390          integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 1857 | Line 5393
5393          minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
5394          minimizers/SDMinimizer.cpp: more fix in MPI version
5395  
5396 < 2004-12-13 22:30  tim
5396 > 2004-12-13 17:30  tim
5397  
5398          * src/: UseTheForce/DarkSide/simParallel.F90,
5399          applications/oopse/oopse.cpp, brains/SimCreator.cpp,
# Line 1875 | Line 5411
5411          utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
5412          is built
5413  
5414 < 2004-12-10 18:41  tim
5414 > 2004-12-10 13:41  tim
5415  
5416          * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
5417  
5418 < 2004-12-10 16:14  tim
5418 > 2004-12-10 11:14  tim
5419  
5420          * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
5421          primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
5422          and Dipole is working now
5423  
5424 < 2004-12-09 23:15  tim
5424 > 2004-12-09 18:15  tim
5425  
5426          * src/: UseTheForce/DarkSide/dipole.F90,
5427          UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
5428          fix an index problem in eFrame matrix
5429  
5430 < 2004-12-09 23:09  tim
5430 > 2004-12-09 18:09  tim
5431  
5432          * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
5433          initializing the new Charge AtomType
5434  
5435 < 2004-12-09 21:15  tim
5435 > 2004-12-09 16:15  tim
5436  
5437          * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
5438          types/DirectionalAtomType.cpp: sticky module get compiled
5439  
5440 < 2004-12-09 20:43  gezelter
5440 > 2004-12-09 15:43  gezelter
5441  
5442          * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
5443          reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
5444          GB
5445  
5446 < 2004-12-09 20:42  gezelter
5446 > 2004-12-09 15:42  gezelter
5447  
5448          * src/UseTheForce/doForces.F90: u_l -> eFrame
5449  
5450 < 2004-12-09 20:27  gezelter
5450 > 2004-12-09 15:27  gezelter
5451  
5452          * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
5453          module now has the option for multiple sticky types
5454  
5455 < 2004-12-09 20:27  gezelter
5455 > 2004-12-09 15:27  gezelter
5456  
5457          * src/UseTheForce/doForces.F90: sticky
5458  
5459 < 2004-12-09 16:22  tim
5459 > 2004-12-09 11:22  tim
5460  
5461          * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
5462          inconsistency in lab2Bidy
5463  
5464 < 2004-12-09 15:45  tim
5464 > 2004-12-09 10:45  tim
5465  
5466          * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
5467          in calculating torque in rigid body
5468  
5469 < 2004-12-08 20:37  tim
5469 > 2004-12-08 15:37  tim
5470  
5471          * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
5472          brains/SnapShot.cpp, brains/Snapshot.hpp,
# Line 1938 | Line 5474
5474          io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
5475          fix a parsing bug in ElectroStaticAtomTypesSectionParser
5476  
5477 < 2004-12-08 17:03  tim
5477 > 2004-12-08 12:03  tim
5478  
5479          * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
5480          in  NVT is working
5481  
5482 < 2004-12-07 23:08  tim
5482 > 2004-12-07 18:08  tim
5483  
5484          * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
5485          integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
5486          integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
5487          io/DumpWriter.cpp: NPT in progress
5488  
5489 < 2004-12-07 14:43  tim
5489 > 2004-12-07 09:43  tim
5490  
5491          * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
5492          message]
5493  
5494 < 2004-12-07 05:12  tim
5494 > 2004-12-07 00:12  tim
5495  
5496          * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
5497          UseInitXSstate
5498  
5499 < 2004-12-07 05:00  tim
5499 > 2004-12-07 00:00  tim
5500  
5501          * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
5502  
5503 < 2004-12-07 04:47  tim
5503 > 2004-12-06 23:47  tim
5504  
5505          * src/types/DirectionalAtomType.cpp: [no log message]
5506  
5507 < 2004-12-07 02:18  tim
5507 > 2004-12-06 21:18  tim
5508  
5509          * forceFields/newDUFF.frc: merge WATER force field into DUFF
5510  
5511 < 2004-12-07 01:33  tim
5511 > 2004-12-06 20:33  tim
5512  
5513          * forceFields/newDUFF.frc: change the force constant of bonds
5514  
5515 < 2004-12-06 23:29  tim
5515 > 2004-12-06 18:29  tim
5516  
5517          * src/: UseTheForce/DarkSide/charge.F90,
5518          UseTheForce/DarkSide/charge_interface.h,
# Line 1984 | Line 5520
5520          UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
5521          fix atom type ident in Charge and Dipole Module
5522  
5523 < 2004-12-06 22:56  tim
5523 > 2004-12-06 17:56  tim
5524  
5525          * src/primitives/Torsion.cpp: butane is working now
5526  
5527 < 2004-12-06 20:15  tim
5527 > 2004-12-06 15:15  tim
5528  
5529          * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
5530          primitives/Bond.hpp, primitives/Torsion.cpp: short range
5531          interaction for butane is correct.Still something wrong with long
5532          range one
5533  
5534 < 2004-12-06 04:49  tim
5534 > 2004-12-05 23:49  tim
5535  
5536          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
5537          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 2003 | Line 5539
5539          primitives/Atom.hpp, utils/NumericConstant.hpp,
5540          utils/TypeContainer.hpp: fix a bug in Exclude List
5541  
5542 < 2004-12-05 22:21  tim
5542 > 2004-12-05 17:21  tim
5543  
5544          * forceFields/newDUFF.frc: minor fix in DUFF
5545  
5546 < 2004-12-05 22:02  tim
5546 > 2004-12-05 17:02  tim
5547  
5548          * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
5549          utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
5550          fix a bug in filling MolMembership
5551  
5552 < 2004-12-05 17:12  tim
5552 > 2004-12-05 12:12  tim
5553  
5554          * forceFields/newDUFF.frc: minor fix in force field file
5555  
5556 < 2004-12-05 17:09  tim
5556 > 2004-12-05 12:09  tim
5557  
5558          * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
5559          integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
5560  
5561 < 2004-12-04 20:09  tim
5561 > 2004-12-04 15:09  tim
5562  
5563          * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
5564          math/Vector3.hpp: NVE is working now, get the same result as
5565          OOPSE-1.0
5566  
5567 < 2004-12-04 19:29  tim
5567 > 2004-12-04 14:29  tim
5568  
5569          * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
5570  
5571 < 2004-12-04 19:24  gezelter
5571 > 2004-12-04 14:24  gezelter
5572  
5573          * src/primitives/: Bend.cpp, Torsion.cpp: What?
5574  
5575 < 2004-12-04 19:24  gezelter
5575 > 2004-12-04 14:24  gezelter
5576  
5577          * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
5578  
5579 < 2004-12-04 05:24  tim
5579 > 2004-12-04 00:24  tim
5580  
5581          * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
5582          integrators/Integrator.hpp,
# Line 2051 | Line 5587
5587          dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
5588          4 EAM Step 5 Shape Step 6 Constraint & Restraint
5589  
5590 < 2004-12-04 00:01  tim
5590 > 2004-12-03 19:01  tim
5591  
5592          * src/: UseTheForce/DarkSide/LJ.F90,
5593          applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
# Line 2060 | Line 5596
5596          io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
5597          energy of NVE is not conserved
5598  
5599 < 2004-12-03 22:36  tim
5599 > 2004-12-03 17:36  tim
5600  
5601          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
5602          primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
5603  
5604 < 2004-12-03 21:30  tim
5604 > 2004-12-03 16:30  tim
5605  
5606          * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
5607          brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
# Line 2073 | Line 5609
5609          primitives/Molecule.hpp, primitives/StuntDouble.hpp,
5610          primitives/Torsion.hpp: more missing function get implemented
5611  
5612 < 2004-12-03 20:30  tim
5612 > 2004-12-03 15:30  tim
5613  
5614          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
5615          SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
5616  
5617 < 2004-12-03 17:59  tim
5617 > 2004-12-03 12:59  tim
5618  
5619          * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
5620          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 2087 | Line 5623
5623          io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
5624          utils/TypeContainer.hpp: begin to fix bugs
5625  
5626 < 2004-12-03 00:26  tim
5626 > 2004-12-02 19:26  tim
5627  
5628          * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
5629          new_design.
5630  
5631 < 2004-12-03 00:26  tim
5631 > 2004-12-02 19:26  tim
5632  
5633          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5634          UseTheForce/ForceFieldCreator.cpp,
# Line 2103 | Line 5639
5639          utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
5640          bug in countTokens in StringTokenizer
5641  
5642 < 2004-12-03 00:06  tim
5642 > 2004-12-02 19:06  tim
5643  
5644          * forceFields/newDUFF.frc: minor fix
5645  
5646 < 2004-12-02 23:15  tim
5646 > 2004-12-02 18:15  tim
5647  
5648          * forceFields/newDUFF.frc: new ForceField format
5649  
5650 < 2004-12-02 22:15  tim
5650 > 2004-12-02 17:15  tim
5651  
5652          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5653          UseTheForce/ForceFieldCreator.cpp,
# Line 2130 | Line 5666
5666          types/Makefile: refine factory pattern to make it initialized
5667          correctly
5668  
5669 < 2004-12-02 22:15  tim
5669 > 2004-12-02 17:15  tim
5670  
5671          * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
5672          was initially added on branch new_design.
5673  
5674 < 2004-12-02 22:15  tim
5674 > 2004-12-02 17:15  tim
5675  
5676          * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
5677          was initially added on branch new_design.
5678  
5679 < 2004-12-02 22:15  tim
5679 > 2004-12-02 17:15  tim
5680  
5681          * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
5682          was initially added on branch new_design.
5683  
5684 < 2004-12-02 22:15  tim
5684 > 2004-12-02 17:15  tim
5685  
5686          * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
5687          was initially added on branch new_design.
5688  
5689 < 2004-12-02 16:53  tim
5689 > 2004-12-02 11:53  tim
5690  
5691          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
5692          types/DirectionalAtomType.cpp, types/Makefile: oopse get built
5693  
5694 < 2004-12-02 16:04  tim
5694 > 2004-12-02 11:04  tim
5695  
5696          * src/: applications/simpleBuilder/LatticeCreator.cpp,
5697          applications/simpleBuilder/LatticeCreator.hpp,
# Line 2179 | Line 5715
5715          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
5716          have two linking problem
5717  
5718 < 2004-12-02 05:17  tim
5718 > 2004-12-02 00:17  tim
5719  
5720          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5721          applications/simpleBuilder/Lattice.cpp,
# Line 2191 | Line 5727
5727          visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
5728          visitors/ZconsVisitor.cpp: change endl to std::endl
5729  
5730 < 2004-12-02 05:14  tim
5730 > 2004-12-02 00:14  tim
5731  
5732          * src/: UseTheForce/Shapes_FF.cpp,
5733          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2207 | Line 5743
5743          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5744          visitors/RigidBodyVisitor.hpp: minor fix
5745  
5746 < 2004-12-02 05:09  tim
5746 > 2004-12-02 00:09  tim
5747  
5748          * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
5749          remove StreamTokenizer
5750  
5751 < 2004-12-02 05:06  tim
5751 > 2004-12-02 00:06  tim
5752  
5753          * src/: UseTheForce/Shapes_FF.cpp,
5754          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
# Line 2221 | Line 5757
5757          restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
5758          namespace std in .cpp file
5759  
5760 < 2004-12-02 05:04  tim
5760 > 2004-12-02 00:04  tim
5761  
5762          * src/: UseTheForce/Shapes_FF.cpp,
5763          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2245 | Line 5781
5781          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
5782          qulified name prefix std
5783  
5784 < 2004-12-02 04:55  tim
5784 > 2004-12-01 23:55  tim
5785  
5786          * src/: UseTheForce/Shapes_FF.cpp,
5787          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2261 | Line 5797
5797          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5798          visitors/RigidBodyVisitor.hpp: replace string by std::string
5799  
5800 < 2004-12-02 03:12  tim
5800 > 2004-12-01 22:12  tim
5801  
5802          * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
5803          src/applications/simpleBuilder/BaseLattice.hpp,
# Line 2282 | Line 5818
5818          test/brains/RigidBody.cpp: replace misuse of using namespace std in
5819          header files
5820  
5821 < 2004-12-02 02:23  tim
5821 > 2004-12-01 21:23  tim
5822  
5823          * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
5824          primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
5825          utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
5826          begin to fix linking problem
5827  
5828 < 2004-12-02 02:08  tim
5828 > 2004-12-01 21:08  tim
5829  
5830          * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
5831          brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
# Line 2301 | Line 5837
5837          utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
5838          still has some linking problem
5839  
5840 < 2004-12-02 00:26  tim
5840 > 2004-12-01 19:26  tim
5841  
5842          * src/: integrators/NVT.cpp, integrators/NVT.hpp,
5843          utils/OOPSEConstant.hpp: NVT get built
5844  
5845 < 2004-12-02 00:09  tim
5845 > 2004-12-01 19:09  tim
5846  
5847          * src/integrators/DLM.cpp: file DLM.cpp was initially added on
5848          branch new_design.
5849  
5850 < 2004-12-02 00:09  tim
5850 > 2004-12-01 19:09  tim
5851  
5852          * src/integrators/DLM.hpp: file DLM.hpp was initially added on
5853          branch new_design.
5854  
5855 < 2004-12-02 00:09  tim
5855 > 2004-12-01 19:09  tim
5856  
5857          * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
5858          brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
# Line 2328 | Line 5864
5864          integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
5865          get built
5866  
5867 < 2004-12-02 00:09  tim
5867 > 2004-12-01 19:09  tim
5868  
5869          * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
5870          was initially added on branch new_design.
5871  
5872 < 2004-12-01 22:45  tim
5872 > 2004-12-01 17:45  tim
5873  
5874          * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
5875          integrators/IntegratorFactory.cpp,
# Line 2344 | Line 5880
5880          io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
5881          io/StatWriter.hpp: rename DumpWrite to DumpWriter
5882  
5883 < 2004-12-01 22:45  tim
5883 > 2004-12-01 17:45  tim
5884  
5885          * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
5886          branch new_design.
5887  
5888 < 2004-12-01 20:05  tim
5888 > 2004-12-01 15:05  tim
5889  
5890          * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
5891          io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
# Line 2358 | Line 5894
5894          visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
5895          visitors/ZconsVisitor.hpp: visitors get built
5896  
5897 < 2004-12-01 19:32  chrisfen
5897 > 2004-12-01 14:32  chrisfen
5898  
5899          * samples/water/tip3p_ice/tp3.md: fixed a sample
5900  
5901 < 2004-12-01 19:10  tim
5901 > 2004-12-01 14:10  tim
5902  
5903          * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
5904          src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
# Line 2371 | Line 5907
5907          src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
5908          spell check
5909  
5910 < 2004-12-01 18:42  tim
5910 > 2004-12-01 13:42  tim
5911  
5912          * src/: UseTheForce/DarkSide/atype.F90,
5913          io/ElectrostaticAtomTypesSectionParser.cpp,
# Line 2380 | Line 5916
5916          primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
5917          and constraint, other directories get built
5918  
5919 < 2004-12-01 17:38  tim
5919 > 2004-12-01 12:38  tim
5920  
5921          * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
5922          brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
# Line 2393 | Line 5929
5929          types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
5930          refactory AtomType
5931  
5932 < 2004-12-01 03:11  tim
5932 > 2004-11-30 22:11  tim
5933  
5934          * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
5935  
5936 < 2004-12-01 02:30  tim
5936 > 2004-11-30 21:30  tim
5937  
5938          * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
5939          NumericConstant
5940  
5941 < 2004-12-01 02:24  tim
5941 > 2004-11-30 21:24  tim
5942  
5943          * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
5944          primitives/RigidBody.cpp: minor fix
5945  
5946 < 2004-11-30 23:14  tim
5946 > 2004-11-30 18:14  tim
5947  
5948          * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
5949          io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
5950          io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
5951          get built, next is integrator
5952  
5953 < 2004-11-30 22:43  tim
5953 > 2004-11-30 17:43  tim
5954  
5955          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5956          UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
# Line 2422 | Line 5958
5958          io/BASS_interface.cpp, primitives/StuntDouble.hpp,
5959          utils/StringUtils.hpp: brains get built
5960  
5961 < 2004-11-30 20:50  tim
5961 > 2004-11-30 15:50  tim
5962  
5963          * src/: brains/ForceManager.cpp, brains/Makefile,
5964          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5965          primitives/RigidBody.cpp, primitives/RigidBody.hpp,
5966          utils/StringUtils.hpp: brains get built, io is next
5967  
5968 < 2004-11-30 19:58  tim
5968 > 2004-11-30 14:58  tim
5969  
5970          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
5971          brains/ForceManager.cpp, brains/ForceManager.hpp,
# Line 2440 | Line 5976
5976          brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
5977          math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
5978  
5979 < 2004-11-30 19:58  tim
5979 > 2004-11-30 14:58  tim
5980  
5981          * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
5982          added on branch new_design.
5983  
5984 < 2004-11-30 17:54  tim
5984 > 2004-11-30 12:54  tim
5985  
5986          * src/: primitives/Bend.hpp, primitives/Bond.hpp,
5987          primitives/StuntDouble.hpp, primitives/Torsion.hpp,
5988          utils/LocalIndexManager.hpp: more get fixed
5989  
5990 < 2004-11-30 05:03  tim
5990 > 2004-11-30 00:03  tim
5991  
5992          * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
5993          initially added on branch new_design.
5994  
5995 < 2004-11-30 05:03  tim
5995 > 2004-11-30 00:03  tim
5996  
5997          * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
5998          LocalndexManager.hpp to LocalIndexManager.hpp
5999  
6000 < 2004-11-30 04:43  tim
6000 > 2004-11-29 23:43  tim
6001  
6002          * src/: io/BendTypesSectionParser.cpp,
6003          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 2470 | Line 6006
6006          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6007          types/PolynomialTorsionType.hpp: Section Parsers get compiled
6008  
6009 < 2004-11-30 04:14  tim
6009 > 2004-11-29 23:14  tim
6010  
6011          * src/: io/BendTypesSectionParser.cpp,
6012          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 2478 | Line 6014
6014          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
6015          fixed
6016  
6017 < 2004-11-30 03:49  tim
6017 > 2004-11-29 22:49  tim
6018  
6019          * src/: io/TorsionTypesSectionParser.cpp,
6020          io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
# Line 2486 | Line 6022
6022          types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
6023          types/QuarticTorsionType.hpp: minor fixed
6024  
6025 < 2004-11-30 03:32  tim
6025 > 2004-11-29 22:32  tim
6026  
6027          * src/: io/TorsionTypesSectionParser.cpp,
6028          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6029          types/PolynomialTorsionType.hpp: #inlcude statement can not be
6030          embedded
6031  
6032 < 2004-11-29 21:42  tim
6032 > 2004-11-29 16:42  tim
6033  
6034          * test/math/: Makefile, PolynomialTestCase.cpp,
6035          PolynomialTestCase.hpp: add PolynomialTestCase
6036  
6037 < 2004-11-29 21:42  tim
6037 > 2004-11-29 16:42  tim
6038  
6039          * src/math/Polynomial.hpp: Polynomial passes unit test
6040  
6041 < 2004-11-29 20:03  tim
6041 > 2004-11-29 15:03  tim
6042  
6043          * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
6044          QuarticTorsion.hpp to QuarticTorsionType.hpp
6045  
6046 < 2004-11-29 20:03  tim
6046 > 2004-11-29 15:03  tim
6047  
6048          * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
6049          initially added on branch new_design.
6050  
6051 < 2004-11-29 19:56  tim
6051 > 2004-11-29 14:56  tim
6052  
6053          * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
6054          initially added on branch new_design.
6055  
6056 < 2004-11-29 19:56  tim
6056 > 2004-11-29 14:56  tim
6057  
6058          * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
6059          CubicTorsionType and QuarticTorsionType
6060  
6061 < 2004-11-29 19:56  tim
6061 > 2004-11-29 14:56  tim
6062  
6063          * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
6064          initially added on branch new_design.
6065  
6066 < 2004-11-29 18:00  tim
6066 > 2004-11-29 13:00  tim
6067  
6068          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
6069          types/CubicBendType.hpp, types/CubicBondType.hpp,
6070          types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
6071          fixed
6072  
6073 < 2004-11-29 17:59  tim
6073 > 2004-11-29 12:59  tim
6074  
6075          * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
6076          new_design.
6077  
6078 < 2004-11-29 17:59  tim
6078 > 2004-11-29 12:59  tim
6079  
6080          * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
6081          Algorithm for std::string
6082  
6083 < 2004-11-29 15:52  tim
6083 > 2004-11-29 10:52  tim
6084  
6085          * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
6086          some useless files
6087  
6088 < 2004-11-29 15:50  tim
6088 > 2004-11-29 10:50  tim
6089  
6090          * src/io/: BondTypesSectionParser.cpp,
6091          ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
# Line 2560 | Line 6096
6096          SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
6097          StickyAtomTypesSectionParser.hpp: more files get fixed
6098  
6099 < 2004-11-29 15:27  tim
6099 > 2004-11-29 10:27  tim
6100  
6101          * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
6102          DirectionalAtomTypesSectionParser.cpp,
# Line 2569 | Line 6105
6105          SectionParserManager.cpp, SectionParserManager.hpp: part of io get
6106          built
6107  
6108 < 2004-11-29 14:49  tim
6108 > 2004-11-29 09:49  tim
6109  
6110          * src/types/UreyBradleyBendType.hpp: types get built
6111  
6112 < 2004-11-29 14:40  tim
6112 > 2004-11-29 09:40  tim
6113  
6114          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
6115          types  get built
6116  
6117 < 2004-11-26 02:13  tim
6117 > 2004-11-25 21:13  tim
6118  
6119          * src/: UseTheForce/ForceField.hpp,
6120          io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
6121          types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
6122          files
6123  
6124 < 2004-11-25 20:18  tim
6124 > 2004-11-25 15:18  tim
6125  
6126          * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
6127          initially added on branch new_design.
6128  
6129 < 2004-11-25 20:18  tim
6129 > 2004-11-25 15:18  tim
6130  
6131          * src/: io/AtomTypesSectionParser.cpp,
6132          io/BondTypesSectionParser.cpp,
# Line 2599 | Line 6135
6135          types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
6136          files
6137  
6138 < 2004-11-25 20:18  tim
6138 > 2004-11-25 15:18  tim
6139  
6140          * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
6141          initially added on branch new_design.
6142  
6143 < 2004-11-24 22:12  tim
6143 > 2004-11-24 17:12  tim
6144  
6145          * src/: io/AtomTypesSectionParser.cpp,
6146          io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
# Line 2627 | Line 6163
6163          io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
6164          utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
6165  
6166 < 2004-11-24 21:33  tim
6166 > 2004-11-24 16:33  tim
6167  
6168          * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
6169          ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
6170          LJFF.cpp, Makefile: UseTheForce get built
6171  
6172 < 2004-11-24 20:55  tim
6172 > 2004-11-24 15:55  tim
6173  
6174          * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
6175          primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
# Line 2643 | Line 6179
6179          primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
6180          primitives/UreyBradleyBend.hpp: types and primitives get built
6181  
6182 < 2004-11-24 19:49  tim
6182 > 2004-11-24 14:49  tim
6183  
6184          * test/utils/: Makefile, NextCombinationTestCase.cpp,
6185          StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
6186          StringTokenizerTestCase
6187  
6188 < 2004-11-24 19:49  tim
6188 > 2004-11-24 14:49  tim
6189  
6190          * src/utils/: GenericData.hpp, StringTokenizer.cpp,
6191          StringTokenizer.hpp: StringTokenizer passes unit test
6192  
6193 < 2004-11-24 18:20  tim
6193 > 2004-11-24 13:20  tim
6194  
6195          * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
6196          src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
6197          change Makefile
6198  
6199 < 2004-11-24 18:06  chrisfen
6199 > 2004-11-24 13:06  chrisfen
6200  
6201          * src/io/RestraintReader.cpp: improved restraints - mpi should work
6202          fine
6203  
6204 < 2004-11-24 18:06  chrisfen
6204 > 2004-11-24 13:06  chrisfen
6205  
6206          * src/integrators/Integrator.cpp: improved restraints
6207  
6208 < 2004-11-24 18:05  chrisfen
6208 > 2004-11-24 13:05  chrisfen
6209  
6210          * samples/water/tip3p_ice/tp3.md: oops...
6211  
6212 < 2004-11-24 17:42  tim
6212 > 2004-11-24 12:42  tim
6213  
6214          * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
6215          brains/DataStorage.hpp, brains/SimCreator.cpp,
# Line 2682 | Line 6218
6218          primitives/DirectionalAtom.cpp: add SetForceManager method to
6219          integrator
6220  
6221 < 2004-11-23 23:12  tim
6221 > 2004-11-23 18:12  tim
6222  
6223          * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
6224          integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
# Line 2694 | Line 6230
6230          integrators/VelocityVerletIntegrator.hpp,
6231          types/UreyBradleyBendType.hpp: refactory NPT integrator
6232  
6233 < 2004-11-23 22:50  chrisfen
6233 > 2004-11-23 17:50  chrisfen
6234  
6235          * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
6236          Restraints should work in parallel now
6237  
6238 < 2004-11-23 22:48  chrisfen
6238 > 2004-11-23 17:48  chrisfen
6239  
6240          * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
6241          brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 2709 | Line 6245
6245          restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
6246          to restraints
6247  
6248 < 2004-11-23 22:47  chrisfen
6248 > 2004-11-23 17:47  chrisfen
6249  
6250          * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
6251          return to the original on next commit
6252  
6253 < 2004-11-23 17:53  tim
6253 > 2004-11-23 12:53  tim
6254  
6255          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6256          UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
# Line 2727 | Line 6263
6263          io/SectionParser.hpp, types/DirectionalAtomType.cpp,
6264          utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
6265  
6266 < 2004-11-23 17:53  tim
6266 > 2004-11-23 12:53  tim
6267  
6268          * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
6269          ElectrostaticAtomTypesSectionParser.hpp was initially added on
6270          branch new_design.
6271  
6272 < 2004-11-23 17:53  tim
6272 > 2004-11-23 12:53  tim
6273  
6274          * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
6275          ElectrostaticAtomTypesSectionParser.cpp was initially added on
6276          branch new_design.
6277  
6278 < 2004-11-23 06:03  tim
6278 > 2004-11-23 01:03  tim
6279  
6280          * src/: io/EAMAtomTypesSectionParser.cpp,
6281          io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
6282          types/AtomType.hpp, types/DirectionalAtomType.cpp,
6283          types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
6284  
6285 < 2004-11-23 06:03  tim
6285 > 2004-11-23 01:03  tim
6286  
6287          * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
6288          was initially added on branch new_design.
6289  
6290 < 2004-11-23 06:03  tim
6290 > 2004-11-23 01:03  tim
6291  
6292          * src/io/EAMAtomTypesSectionParser.hpp: file
6293          EAMAtomTypesSectionParser.hpp was initially added on branch
6294          new_design.
6295  
6296 < 2004-11-23 06:03  tim
6296 > 2004-11-23 01:03  tim
6297  
6298          * src/io/EAMAtomTypesSectionParser.cpp: file
6299          EAMAtomTypesSectionParser.cpp was initially added on branch
6300          new_design.
6301  
6302 < 2004-11-23 04:35  tim
6302 > 2004-11-22 23:35  tim
6303  
6304          * src/io/TorsionTypesSectionParser.hpp: file
6305          TorsionTypesSectionParser.hpp was initially added on branch
6306          new_design.
6307  
6308 < 2004-11-23 04:35  tim
6308 > 2004-11-22 23:35  tim
6309  
6310          * src/io/BendTypesSectionParser.hpp: file
6311          BendTypesSectionParser.hpp was initially added on branch
6312          new_design.
6313  
6314 < 2004-11-23 04:35  tim
6314 > 2004-11-22 23:35  tim
6315  
6316          * src/io/BondTypesSectionParser.hpp: file
6317          BondTypesSectionParser.hpp was initially added on branch
6318          new_design.
6319  
6320 < 2004-11-23 04:35  tim
6320 > 2004-11-22 23:35  tim
6321  
6322          * src/io/BondTypesSectionParser.cpp: file
6323          BondTypesSectionParser.cpp was initially added on branch
6324          new_design.
6325  
6326 < 2004-11-23 04:35  tim
6326 > 2004-11-22 23:35  tim
6327  
6328          * src/io/TorsionTypesSectionParser.cpp: file
6329          TorsionTypesSectionParser.cpp was initially added on branch
6330          new_design.
6331  
6332 < 2004-11-23 04:35  tim
6332 > 2004-11-22 23:35  tim
6333  
6334          * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
6335          BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
# Line 2801 | Line 6337
6337          BondTypesSectionParser, BendTypesSectionParser and
6338          TorsionTypeSectionParser
6339  
6340 < 2004-11-23 04:35  tim
6340 > 2004-11-22 23:35  tim
6341  
6342          * src/io/BendTypesSectionParser.cpp: file
6343          BendTypesSectionParser.cpp was initially added on branch
6344          new_design.
6345  
6346 < 2004-11-22 23:04  tim
6346 > 2004-11-22 18:04  tim
6347  
6348          * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
6349          DUFF and EAM
6350  
6351 < 2004-11-22 23:02  tim
6351 > 2004-11-22 18:02  tim
6352  
6353          * src/io/: DirectionalAtomTypesParser.hpp,
6354          DirectionalAtomTypesSectionParser.hpp: adding section parsers
6355  
6356 < 2004-11-22 23:02  tim
6356 > 2004-11-22 18:02  tim
6357  
6358          * src/io/DirectionalAtomTypesSectionParser.hpp: file
6359          DirectionalAtomTypesSectionParser.hpp was initially added on branch
6360          new_design.
6361  
6362 < 2004-11-22 20:55  tim
6362 > 2004-11-22 15:55  tim
6363  
6364          * src/io/DipoleAtomTypesSectionParser.hpp: file
6365          DipoleAtomTypesSectionParser.hpp was initially added on branch
6366          new_design.
6367  
6368 < 2004-11-22 20:55  tim
6368 > 2004-11-22 15:55  tim
6369  
6370          * src/io/AtomTypesSectionParser.hpp: file
6371          AtomTypesSectionParser.hpp was initially added on branch
6372          new_design.
6373  
6374 < 2004-11-22 20:55  tim
6374 > 2004-11-22 15:55  tim
6375  
6376          * src/io/HarmonicBondTypesSectionParser.hpp: file
6377          HarmonicBondTypesSectionParser.hpp was initially added on branch
6378          new_design.
6379  
6380 < 2004-11-22 20:55  tim
6380 > 2004-11-22 15:55  tim
6381  
6382          * src/io/StickyAtomTypesSectionParser.cpp: file
6383          StickyAtomTypesSectionParser.cpp was initially added on branch
6384          new_design.
6385  
6386 < 2004-11-22 20:55  tim
6386 > 2004-11-22 15:55  tim
6387  
6388          * src/io/LennardJonesAtomTypesSectionParser.hpp: file
6389          LennardJonesAtomTypesSectionParser.hpp was initially added on
6390          branch new_design.
6391  
6392 < 2004-11-22 20:55  tim
6392 > 2004-11-22 15:55  tim
6393  
6394          * src/io/HarmonicBondTypesSectionParser.cpp: file
6395          HarmonicBondTypesSectionParser.cpp was initially added on branch
6396          new_design.
6397  
6398 < 2004-11-22 20:55  tim
6398 > 2004-11-22 15:55  tim
6399  
6400          * src/io/DirectionalAtomTypesSectionParser.cpp: file
6401          DirectionalAtomTypesSectionParser.cpp was initially added on branch
6402          new_design.
6403  
6404 < 2004-11-22 20:55  tim
6404 > 2004-11-22 15:55  tim
6405  
6406          * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
6407          was initially added on branch new_design.
6408  
6409 < 2004-11-22 20:55  tim
6409 > 2004-11-22 15:55  tim
6410  
6411          * src/io/AtomTypesSectionParser.cpp: file
6412          AtomTypesSectionParser.cpp was initially added on branch
6413          new_design.
6414  
6415 < 2004-11-22 20:55  tim
6415 > 2004-11-22 15:55  tim
6416  
6417          * src/io/ChargeAtomTypesSectionParser.cpp: file
6418          ChargeAtomTypesSectionParser.cpp was initially added on branch
6419          new_design.
6420  
6421 < 2004-11-22 20:55  tim
6421 > 2004-11-22 15:55  tim
6422  
6423          * src/io/DipoleAtomTypesSectionParser.cpp: file
6424          DipoleAtomTypesSectionParser.cpp was initially added on branch
6425          new_design.
6426  
6427 < 2004-11-22 20:55  tim
6427 > 2004-11-22 15:55  tim
6428  
6429          * src/io/LennardJonesAtomTypesSectionParser.cpp: file
6430          LennardJonesAtomTypesSectionParser.cpp was initially added on
6431          branch new_design.
6432  
6433 < 2004-11-22 20:55  tim
6433 > 2004-11-22 15:55  tim
6434  
6435          * src/io/ChargeAtomTypesSectionParser.hpp: file
6436          ChargeAtomTypesSectionParser.hpp was initially added on branch
6437          new_design.
6438  
6439 < 2004-11-22 20:55  tim
6439 > 2004-11-22 15:55  tim
6440  
6441          * src/io/StickyAtomTypesSectionParser.hpp: file
6442          StickyAtomTypesSectionParser.hpp was initially added on branch
6443          new_design.
6444  
6445 < 2004-11-22 20:55  tim
6445 > 2004-11-22 15:55  tim
6446  
6447          * src/io/SectionParser.hpp: file SectionParser.hpp was initially
6448          added on branch new_design.
6449  
6450 < 2004-11-22 20:55  tim
6450 > 2004-11-22 15:55  tim
6451  
6452          * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
6453          brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
# Line 2933 | Line 6469
6469          types/AtomType.hpp, types/DirectionalAtomType.hpp,
6470          utils/GenericData.hpp: adding section parsers
6471  
6472 < 2004-11-22 20:55  tim
6472 > 2004-11-22 15:55  tim
6473  
6474          * src/io/DirectionalAtomTypesParser.hpp: file
6475          DirectionalAtomTypesParser.hpp was initially added on branch
6476          new_design.
6477  
6478 < 2004-11-22 20:55  tim
6478 > 2004-11-22 15:55  tim
6479  
6480          * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
6481          was initially added on branch new_design.
6482  
6483 < 2004-11-22 20:55  tim
6483 > 2004-11-22 15:55  tim
6484  
6485          * src/io/SectionParser.cpp: file SectionParser.cpp was initially
6486          added on branch new_design.
6487  
6488 < 2004-11-19 22:12  tim
6488 > 2004-11-19 17:12  tim
6489  
6490          * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
6491          added on branch new_design.
6492  
6493 < 2004-11-19 22:12  tim
6493 > 2004-11-19 17:12  tim
6494  
6495          * src/: brains/SimState.cpp, brains/SimState.hpp,
6496          io/InitializeFromFile.cpp, types/FixBondType.hpp,
6497          types/FixedBondType.hpp: remove more useless files
6498  
6499 < 2004-11-19 21:47  tim
6499 > 2004-11-19 16:47  tim
6500  
6501          * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
6502          integrators/Integrator.cpp, applications/Makedepend: remove more
6503          useless files
6504  
6505 < 2004-11-19 21:38  tim
6505 > 2004-11-19 16:38  tim
6506  
6507          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6508          UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
6509          integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
6510          integrators/NVT.hpp: refactory integrator
6511  
6512 < 2004-11-19 21:38  tim
6512 > 2004-11-19 16:38  tim
6513  
6514          * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
6515          branch new_design.
6516  
6517 < 2004-11-19 21:38  tim
6517 > 2004-11-19 16:38  tim
6518  
6519          * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
6520          branch new_design.
6521  
6522 < 2004-11-19 21:38  tim
6522 > 2004-11-19 16:38  tim
6523  
6524          * src/integrators/NPT.hpp: file NPT.hpp was initially added on
6525          branch new_design.
6526  
6527 < 2004-11-19 21:38  tim
6527 > 2004-11-19 16:38  tim
6528  
6529          * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
6530          on branch new_design.
6531  
6532 < 2004-11-19 21:38  tim
6532 > 2004-11-19 16:38  tim
6533  
6534          * src/integrators/NVT.hpp: file NVT.hpp was initially added on
6535          branch new_design.
6536  
6537 < 2004-11-19 20:37  tim
6537 > 2004-11-19 15:37  tim
6538  
6539          * forceFields/newDUFF.frc: new DUFF forcefield
6540  
6541 < 2004-11-19 20:23  tim
6541 > 2004-11-19 15:23  tim
6542  
6543          * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
6544          branch new_design.
6545  
6546 < 2004-11-19 20:23  tim
6546 > 2004-11-19 15:23  tim
6547  
6548          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
6549          UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
6550          utils/TypeContainer.hpp: add EAM
6551  
6552 < 2004-11-19 20:23  tim
6552 > 2004-11-19 15:23  tim
6553  
6554          * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
6555          branch new_design.
6556  
6557 < 2004-11-19 18:02  tim
6557 > 2004-11-19 13:02  tim
6558  
6559          * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
6560          error checking
6561  
6562 < 2004-11-19 17:56  tim
6562 > 2004-11-19 12:56  tim
6563  
6564          * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
6565          was initially added on branch new_design.
6566  
6567 < 2004-11-19 17:56  tim
6567 > 2004-11-19 12:56  tim
6568  
6569          * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
6570          was initially added on branch new_design.
6571  
6572 < 2004-11-19 17:56  tim
6572 > 2004-11-19 12:56  tim
6573  
6574          * src/types/FixBondType.hpp: file FixBondType.hpp was initially
6575          added on branch new_design.
6576  
6577 < 2004-11-19 17:56  tim
6577 > 2004-11-19 12:56  tim
6578  
6579          * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
6580          UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
# Line 3049 | Line 6585
6585          utils/StringTokenizer.cpp: DUFF is almost done except error
6586          checking
6587  
6588 < 2004-11-19 00:11  tim
6588 > 2004-11-18 19:11  tim
6589  
6590          * src/UseTheForce/DUFF.cpp: adding DUFF parser
6591  
6592 < 2004-11-18 23:26  tim
6592 > 2004-11-18 18:26  tim
6593  
6594          * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
6595          initially added on branch new_design.
6596  
6597 < 2004-11-18 23:26  tim
6597 > 2004-11-18 18:26  tim
6598  
6599          * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
6600          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
# Line 3070 | Line 6606
6606          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
6607          DUFF parser
6608  
6609 < 2004-11-18 21:42  tim
6609 > 2004-11-18 16:42  tim
6610  
6611          * forceFields/newDUFF.frc: adding new format DUFF force field
6612  
6613 < 2004-11-18 15:57  chrisfen
6613 > 2004-11-18 10:57  chrisfen
6614  
6615          * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
6616          slowed down the force loop
6617  
6618 < 2004-11-18 05:42  tim
6618 > 2004-11-18 00:42  tim
6619  
6620          * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
6621          initially added on branch new_design.
6622  
6623 < 2004-11-18 05:42  tim
6623 > 2004-11-18 00:42  tim
6624  
6625          * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
6626          initially added on branch new_design.
6627  
6628 < 2004-11-18 05:42  tim
6628 > 2004-11-18 00:42  tim
6629  
6630          * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
6631          primitives/Bend.cpp, utils/NumericConstant.cpp,
6632          utils/NumericConstant.hpp: Adding NumericConstant class
6633  
6634 < 2004-11-18 04:16  tim
6634 > 2004-11-17 23:16  tim
6635  
6636          * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
6637          UseTheForce/ForceFields.hpp: remove more junk files
6638  
6639 < 2004-11-18 04:12  tim
6639 > 2004-11-17 23:12  tim
6640  
6641          * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
6642          brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
# Line 3109 | Line 6645
6645          primitives/BondExtensions.cpp, primitives/SRI.hpp,
6646          primitives/TorsionExtensions.cpp: remove some junk files
6647  
6648 < 2004-11-18 04:07  tim
6648 > 2004-11-17 23:07  tim
6649  
6650          * src/primitives/BendExtensions.cpp: remove some junk files
6651  
6652 < 2004-11-18 04:04  tim
6652 > 2004-11-17 23:04  tim
6653  
6654          * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
6655          QuadraticBondType.hpp: refine QudraticBond
6656  
6657 < 2004-11-18 03:57  tim
6657 > 2004-11-17 22:57  tim
6658  
6659          * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
6660  
6661 < 2004-11-18 03:57  tim
6661 > 2004-11-17 22:57  tim
6662  
6663          * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
6664          initially added on branch new_design.
6665  
6666 < 2004-11-17 21:47  tim
6666 > 2004-11-17 16:47  tim
6667  
6668          * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
6669          was initially added on branch new_design.
6670  
6671 < 2004-11-17 21:47  tim
6671 > 2004-11-17 16:47  tim
6672  
6673          * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
6674          added on branch new_design.
6675  
6676 < 2004-11-17 21:47  tim
6676 > 2004-11-17 16:47  tim
6677  
6678          * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
6679          added on branch new_design.
6680  
6681 < 2004-11-17 21:47  tim
6681 > 2004-11-17 16:47  tim
6682  
6683          * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
6684          initially added on branch new_design.
6685  
6686 < 2004-11-17 21:47  tim
6686 > 2004-11-17 16:47  tim
6687  
6688          * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
6689          initially added on branch new_design.
6690  
6691 < 2004-11-17 21:47  tim
6691 > 2004-11-17 16:47  tim
6692  
6693          * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
6694          initially added on branch new_design.
6695  
6696 < 2004-11-17 21:47  tim
6696 > 2004-11-17 16:47  tim
6697  
6698          * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
6699          added on branch new_design.
6700  
6701 < 2004-11-17 21:47  tim
6701 > 2004-11-17 16:47  tim
6702  
6703          * src/: math/ChebyshevPolynomials.cpp,
6704          math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
# Line 3174 | Line 6710
6710          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
6711          UreyBradleyBend and GhostBend
6712  
6713 < 2004-11-17 18:58  tim
6713 > 2004-11-17 13:58  tim
6714  
6715          * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
6716          was initially added on branch new_design.
6717  
6718 < 2004-11-17 18:58  tim
6718 > 2004-11-17 13:58  tim
6719  
6720          * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
6721          was initially added on branch new_design.
6722  
6723 < 2004-11-17 18:58  tim
6723 > 2004-11-17 13:58  tim
6724  
6725          * src/: math/ChebyshevPolynomials.cpp,
6726          math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
# Line 3193 | Line 6729
6729          types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
6730          stuff and Chebyshev Polynomial
6731  
6732 < 2004-11-17 18:58  tim
6732 > 2004-11-17 13:58  tim
6733  
6734          * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
6735          initially added on branch new_design.
6736  
6737 < 2004-11-17 06:37  tim
6737 > 2004-11-17 01:37  tim
6738  
6739          * src/types/PolynomialTorsionType.hpp: file
6740          PolynomialTorsionType.hpp was initially added on branch new_design.
6741  
6742 < 2004-11-17 06:37  tim
6742 > 2004-11-17 01:37  tim
6743  
6744          * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
6745          initially added on branch new_design.
6746  
6747 < 2004-11-17 06:37  tim
6747 > 2004-11-17 01:37  tim
6748  
6749          * src/: math/Polynomial.hpp, primitives/Bend.cpp,
6750          primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
# Line 3222 | Line 6758
6758          CharmmTorsionType. Need to refine the design and add document for
6759          them
6760  
6761 < 2004-11-17 06:37  tim
6761 > 2004-11-17 01:37  tim
6762  
6763          * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
6764          initially added on branch new_design.
6765  
6766 < 2004-11-17 06:37  tim
6766 > 2004-11-17 01:37  tim
6767  
6768          * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
6769          initially added on branch new_design.
6770  
6771 < 2004-11-17 06:37  tim
6771 > 2004-11-17 01:37  tim
6772  
6773          * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
6774          initially added on branch new_design.
6775  
6776 < 2004-11-17 01:11  tim
6776 > 2004-11-16 20:11  tim
6777  
6778          * src/types/: BendType.hpp, PolynomialBondType.hpp,
6779          TorsionType.hpp: add PolynomialBondType
6780  
6781 < 2004-11-17 01:11  tim
6781 > 2004-11-16 20:11  tim
6782  
6783          * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
6784          initially added on branch new_design.
6785  
6786 < 2004-11-16 23:20  tim
6786 > 2004-11-16 18:20  tim
6787  
6788          * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
6789          on branch new_design.
6790  
6791 < 2004-11-16 23:20  tim
6791 > 2004-11-16 18:20  tim
6792  
6793          * src/math/Polynomial.hpp: Adding Polynomial class
6794  
6795 < 2004-11-16 22:04  gezelter
6795 > 2004-11-16 17:04  gezelter
6796  
6797          * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
6798          added on branch new_design.
6799  
6800 < 2004-11-16 22:04  gezelter
6800 > 2004-11-16 17:04  gezelter
6801  
6802          * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
6803          initially added on branch new_design.
6804  
6805 < 2004-11-16 22:04  gezelter
6805 > 2004-11-16 17:04  gezelter
6806  
6807          * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
6808          MorseBondType.hpp, TorsionType.hpp: added some new stuff
6809  
6810 < 2004-11-16 20:36  tim
6810 > 2004-11-16 15:36  tim
6811  
6812          * src/: primitives/Bend.cpp, primitives/Bend.hpp,
6813          primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
6814          types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
6815          TorsionType
6816  
6817 < 2004-11-16 02:07  tim
6817 > 2004-11-15 21:07  tim
6818  
6819          * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
6820          branch new_design.
6821  
6822 < 2004-11-16 02:07  tim
6822 > 2004-11-15 21:07  tim
6823  
6824          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6825          UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
6826          utils/StringTokenizer.cpp: adding DUFF class; adding checking
6827          statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
6828  
6829 < 2004-11-15 23:00  tim
6829 > 2004-11-15 18:00  tim
6830  
6831          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6832          UseTheForce/ForceFieldFactory.cpp,
# Line 3298 | Line 6834
6834          UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
6835          types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
6836  
6837 < 2004-11-15 23:00  tim
6837 > 2004-11-15 18:00  tim
6838  
6839          * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
6840          was initially added on branch new_design.
6841  
6842 < 2004-11-15 23:00  tim
6842 > 2004-11-15 18:00  tim
6843  
6844          * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
6845          was initially added on branch new_design.
6846  
6847 < 2004-11-15 23:00  tim
6847 > 2004-11-15 18:00  tim
6848  
6849          * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
6850          branch new_design.
6851  
6852 < 2004-11-15 18:02  tim
6852 > 2004-11-15 13:02  tim
6853  
6854          * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
6855          initially added on branch new_design.
6856  
6857 < 2004-11-15 18:02  tim
6857 > 2004-11-15 13:02  tim
6858  
6859          * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
6860          branch new_design.
6861  
6862 < 2004-11-15 18:02  tim
6862 > 2004-11-15 13:02  tim
6863  
6864          * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
6865          branch new_design.
6866  
6867 < 2004-11-15 18:02  tim
6867 > 2004-11-15 13:02  tim
6868  
6869          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
6870          brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 3336 | Line 6872
6872          io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
6873          DumpWriter.Next Step is LJFF and integrators
6874  
6875 < 2004-11-13 05:08  tim
6875 > 2004-11-13 00:08  tim
6876  
6877          * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
6878          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 3344 | Line 6880
6880          primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
6881          refactory, refactory
6882  
6883 < 2004-11-12 22:43  tim
6883 > 2004-11-12 17:43  tim
6884  
6885          * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
6886          StringTokenizer.cpp: bug fix in hasMoreTokens
6887  
6888 < 2004-11-12 22:28  tim
6888 > 2004-11-12 17:28  tim
6889  
6890          * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
6891          initially added on branch new_design.
6892  
6893 < 2004-11-12 22:28  tim
6893 > 2004-11-12 17:28  tim
6894  
6895          * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
6896          StringUtils, a c-style strtok like class, need unit test
6897  
6898 < 2004-11-12 17:40  tim
6898 > 2004-11-12 12:40  tim
6899  
6900          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6901          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
6902          brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
6903  
6904 < 2004-11-12 07:05  tim
6904 > 2004-11-12 02:05  tim
6905  
6906          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6907          primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
6908          MoleculeCreator forget to create CutoffGroups for free atoms
6909  
6910 < 2004-11-12 06:19  tim
6910 > 2004-11-12 01:19  tim
6911  
6912          * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
6913          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3379 | Line 6915
6915          io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
6916          OOPSE = Object-Obfuscated Parallel Simulation Engine
6917  
6918 < 2004-11-11 21:48  chrisfen
6918 > 2004-11-11 16:48  chrisfen
6919  
6920          * samples/water/tip3p_ice/tp3.md: working sample
6921  
6922 < 2004-11-11 21:47  chrisfen
6922 > 2004-11-11 16:47  chrisfen
6923  
6924          * src/restraints/Restraints.cpp: working towards parallel
6925          restraints
6926  
6927 < 2004-11-11 21:47  chrisfen
6927 > 2004-11-11 16:47  chrisfen
6928  
6929          * src/integrators/Integrator.cpp: Commented out some write
6930          statements
6931  
6932 < 2004-11-11 21:46  chrisfen
6932 > 2004-11-11 16:46  chrisfen
6933  
6934          * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
6935          write statements
6936  
6937 < 2004-11-11 21:46  chrisfen
6937 > 2004-11-11 16:46  chrisfen
6938  
6939          * samples/water/tip3p_ice/tp3.md: Fun with ice
6940  
6941 < 2004-11-11 16:41  tim
6941 > 2004-11-11 11:41  tim
6942  
6943          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6944          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 3411 | Line 6947
6947          io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
6948          useless mpiSimulation
6949  
6950 < 2004-11-11 16:41  tim
6950 > 2004-11-11 11:41  tim
6951  
6952          * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
6953          branch new_design.
6954  
6955 < 2004-11-10 22:50  tim
6955 > 2004-11-10 17:50  tim
6956  
6957          * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
6958          brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
6959          integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
6960  
6961 < 2004-11-10 22:01  tim
6961 > 2004-11-10 17:01  tim
6962  
6963          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
6964          brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 3436 | Line 6972
6972          BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
6973          Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
6974  
6975 < 2004-11-10 14:52  tim
6975 > 2004-11-10 09:52  tim
6976  
6977          * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
6978          configurable StatWriter
6979  
6980 < 2004-11-10 14:52  tim
6980 > 2004-11-10 09:52  tim
6981  
6982          * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
6983          branch new_design.
6984  
6985 < 2004-11-10 02:58  tim
6985 > 2004-11-09 21:58  tim
6986  
6987          * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
6988          in progress
6989  
6990 < 2004-11-09 23:11  tim
6990 > 2004-11-09 18:11  tim
6991  
6992          * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
6993          added on branch new_design.
6994  
6995 < 2004-11-09 23:11  tim
6995 > 2004-11-09 18:11  tim
6996  
6997          * src/integrators/VelocityVerletIntegrator.cpp: file
6998          VelocityVerletIntegrator.cpp was initially added on branch
6999          new_design.
7000  
7001 < 2004-11-09 23:11  tim
7001 > 2004-11-09 18:11  tim
7002  
7003          * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
7004          brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3471 | Line 7007
7007          integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
7008          integrators/VelocityVerletIntegrator.hpp: adding ForceManager
7009  
7010 < 2004-11-09 23:11  tim
7010 > 2004-11-09 18:11  tim
7011  
7012          * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
7013          added on branch new_design.
7014  
7015 < 2004-11-09 23:11  tim
7015 > 2004-11-09 18:11  tim
7016  
7017          * src/integrators/NVE.cpp: file NVE.cpp was initially added on
7018          branch new_design.
7019  
7020 < 2004-11-09 01:08  tim
7020 > 2004-11-08 20:08  tim
7021  
7022          * src/integrators/VelocityVerletIntegrator.hpp: file
7023          VelocityVerletIntegrator.hpp was initially added on branch
7024          new_design.
7025  
7026 < 2004-11-09 01:08  tim
7026 > 2004-11-08 20:08  tim
7027  
7028          * src/integrators/NVE.hpp: file NVE.hpp was initially added on
7029          branch new_design.
7030  
7031 < 2004-11-09 01:08  tim
7031 > 2004-11-08 20:08  tim
7032  
7033          * src/: brains/Exclude.hpp, brains/Stats.hpp,
7034          integrators/Integrator.hpp, integrators/NVE.hpp,
7035          integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
7036          utils/TypeContainer.hpp: More to break
7037  
7038 < 2004-11-06 05:21  tim
7038 > 2004-11-06 00:21  tim
7039  
7040          * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
7041          added on branch new_design.
7042  
7043 < 2004-11-06 05:21  tim
7043 > 2004-11-06 00:21  tim
7044  
7045          * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
7046          UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
7047          utils/TypeContainer.hpp, utils/next_combination.hpp: adding
7048          ForceField and TypeContainer classes
7049  
7050 < 2004-11-05 23:38  tim
7050 > 2004-11-05 18:38  tim
7051  
7052          * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
7053          initially added on branch new_design.
7054  
7055 < 2004-11-05 23:38  tim
7055 > 2004-11-05 18:38  tim
7056  
7057          * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
7058          initially added on branch new_design.
7059  
7060 < 2004-11-05 23:38  tim
7060 > 2004-11-05 18:38  tim
7061  
7062          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
7063          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
# Line 3529 | Line 7065
7065          brains/SimInfo.hpp, primitives/Molecule.hpp,
7066          utils/LocalndexManager.hpp: Fix Exclude class etc.
7067  
7068 < 2004-11-05 21:45  chrisfen
7068 > 2004-11-05 16:45  chrisfen
7069  
7070          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
7071          visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
7072          linear visitor
7073  
7074 < 2004-11-05 21:04  chrisfen
7074 > 2004-11-05 16:04  chrisfen
7075  
7076          * src/UseTheForce/DarkSide/shapes.F90: current status of the
7077          debugging process
7078  
7079 < 2004-11-05 21:04  chrisfen
7079 > 2004-11-05 16:04  chrisfen
7080  
7081          * make/Makefile.in: included visitors and minimizer
7082  
7083 < 2004-11-05 21:03  chrisfen
7083 > 2004-11-05 16:03  chrisfen
7084  
7085          * ChangeLog: new changes
7086  
7087 < 2004-11-05 02:56  tim
7087 > 2004-11-04 21:56  tim
7088  
7089          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
7090          primitives/Molecule.hpp: Pain......
7091  
7092 < 2004-11-04 20:55  tim
7092 > 2004-11-04 15:55  tim
7093  
7094          * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
7095          src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
7096          src/brains/Stats.hpp: time to break SimSetup
7097  
7098 < 2004-11-04 20:51  gezelter
7098 > 2004-11-04 15:51  gezelter
7099  
7100          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
7101          classes in progress
7102  
7103 < 2004-11-04 19:48  tim
7103 > 2004-11-04 14:48  tim
7104  
7105          * src/brains/Stats.cpp: file Stats.cpp was initially added on
7106          branch new_design.
7107  
7108 < 2004-11-04 19:48  tim
7108 > 2004-11-04 14:48  tim
7109  
7110          * src/brains/Stats.hpp: file Stats.hpp was initially added on
7111          branch new_design.
7112  
7113 < 2004-11-04 19:48  tim
7113 > 2004-11-04 14:48  tim
7114  
7115          * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
7116          SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
7117          class
7118  
7119 < 2004-11-04 16:22  gezelter
7119 > 2004-11-04 11:22  gezelter
7120  
7121          * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
7122          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
# Line 3589 | Line 7125
7125          false and "-1" but there should be logic to figure them out in the
7126          other two classes
7127  
7128 < 2004-11-04 16:20  gezelter
7128 > 2004-11-04 11:20  gezelter
7129  
7130          * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
7131          remember what I did
7132  
7133 < 2004-11-04 16:20  gezelter
7133 > 2004-11-04 11:20  gezelter
7134  
7135          * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
7136  
7137 < 2004-11-04 16:20  gezelter
7137 > 2004-11-04 11:20  gezelter
7138  
7139          * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
7140          in the entry_plug so that it only is set if the atoms really are in
7141          the simulation
7142  
7143 < 2004-11-04 16:20  gezelter
7143 > 2004-11-04 11:20  gezelter
7144  
7145          * samples/water/ssd/ssd.md: testing force fields
7146  
7147 < 2004-11-04 16:19  gezelter
7147 > 2004-11-04 11:19  gezelter
7148  
7149          * samples/shape/linear.in: testing shapes
7150  
7151 < 2004-11-03 19:56  tim
7151 > 2004-11-03 14:56  tim
7152  
7153          * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
7154          class(similar as SimSetup)
7155  
7156 < 2004-11-03 19:56  tim
7156 > 2004-11-03 14:56  tim
7157  
7158          * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
7159          added on branch new_design.
7160  
7161 < 2004-11-03 19:56  tim
7161 > 2004-11-03 14:56  tim
7162  
7163          * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
7164          added on branch new_design.
7165  
7166 < 2004-11-03 18:00  tim
7166 > 2004-11-03 13:00  tim
7167  
7168          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7169          UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
# Line 3637 | Line 7173
7173          visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
7174          compiled. Still a long way to go ......
7175  
7176 < 2004-11-03 16:08  tim
7176 > 2004-11-03 11:08  tim
7177  
7178          * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
7179          src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
# Line 3652 | Line 7188
7188          src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
7189          src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
7190  
7191 < 2004-11-02 22:41  tim
7191 > 2004-11-02 17:41  tim
7192  
7193          * src/: brains/Migrator.hpp, brains/SimModel.cpp,
7194          utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
7195          Need unit test
7196  
7197 < 2004-11-02 22:41  tim
7197 > 2004-11-02 17:41  tim
7198  
7199          * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
7200          initially added on branch new_design.
7201  
7202 < 2004-11-02 22:41  tim
7202 > 2004-11-02 17:41  tim
7203  
7204          * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
7205          branch new_design.
7206  
7207 < 2004-11-02 16:59  tim
7207 > 2004-11-02 11:59  tim
7208  
7209          * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
7210          branch new_design.
7211  
7212 < 2004-11-02 16:59  tim
7212 > 2004-11-02 11:59  tim
7213  
7214          * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
7215          SimSnapshotManager.hpp: SimModel in progress
7216  
7217 < 2004-11-02 15:28  chrisfen
7217 > 2004-11-02 10:28  chrisfen
7218  
7219          * src/: UseTheForce/DarkSide/shapes.F90,
7220          primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
7221          looks like it's working
7222  
7223 < 2004-11-02 15:27  tim
7223 > 2004-11-02 10:27  tim
7224  
7225          * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
7226          functions for dealing with memory issue
7227  
7228 < 2004-11-02 15:27  tim
7228 > 2004-11-02 10:27  tim
7229  
7230          * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
7231          added on branch new_design.
7232  
7233 < 2004-11-02 15:23  tim
7233 > 2004-11-02 10:23  tim
7234  
7235          * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
7236          brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
7237          SimModel(something similar as SimInfo)
7238  
7239 < 2004-11-01 22:52  tim
7239 > 2004-11-01 17:52  tim
7240  
7241          * src/: applications/simpleBuilder/MoLocator.hpp,
7242          applications/simpleBuilder/simpleBuilder.cpp,
# Line 3719 | Line 7255
7255          visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
7256          RigidBody and StuntDouble classes get compiled
7257  
7258 < 2004-11-01 21:40  tim
7258 > 2004-11-01 16:40  tim
7259  
7260          * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
7261          on branch new_design.
7262  
7263 < 2004-11-01 21:40  tim
7263 > 2004-11-01 16:40  tim
7264  
7265          * src/primitives/Bend.hpp: file Bend.hpp was initially added on
7266          branch new_design.
7267  
7268 < 2004-11-01 21:40  tim
7268 > 2004-11-01 16:40  tim
7269  
7270          * src/primitives/Bond.hpp: file Bond.hpp was initially added on
7271          branch new_design.
7272  
7273 < 2004-11-01 21:40  tim
7273 > 2004-11-01 16:40  tim
7274  
7275          * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
7276          version of Bond, Bend and Torsion.
7277  
7278 < 2004-11-01 21:37  tim
7278 > 2004-11-01 16:37  tim
7279  
7280          * src/types/BendType.hpp: file BendType.hpp was initially added on
7281          branch new_design.
7282  
7283 < 2004-11-01 21:37  tim
7283 > 2004-11-01 16:37  tim
7284  
7285          * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
7286          BondType, BendType, TorsionType
7287  
7288 < 2004-11-01 21:37  tim
7288 > 2004-11-01 16:37  tim
7289  
7290          * src/types/TorsionType.hpp: file TorsionType.hpp was initially
7291          added on branch new_design.
7292  
7293 < 2004-11-01 21:37  tim
7293 > 2004-11-01 16:37  tim
7294  
7295          * src/types/BondType.hpp: file BondType.hpp was initially added on
7296          branch new_design.
7297  
7298 < 2004-11-01 20:15  tim
7298 > 2004-11-01 15:15  tim
7299  
7300          * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
7301          CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
# Line 3767 | Line 7303
7303          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
7304          break, break and break.....
7305  
7306 < 2004-11-01 19:57  tim
7306 > 2004-11-01 14:57  tim
7307  
7308          * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
7309          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
7310          StuntDouble.hpp: these core classes get compiled
7311  
7312 < 2004-10-29 22:37  tim
7312 > 2004-10-29 17:37  tim
7313  
7314          * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
7315          class
7316  
7317 < 2004-10-29 22:28  chrisfen
7317 > 2004-10-29 17:28  chrisfen
7318  
7319          * src/: UseTheForce/DarkSide/atype.F90,
7320          UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
7321          types/ShapeAtomType.cpp: still debugging
7322  
7323 < 2004-10-29 22:28  chrisfen
7323 > 2004-10-29 17:28  chrisfen
7324  
7325          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
7326          shapes rcut calculator added
7327  
7328 < 2004-10-29 22:27  chrisfen
7328 > 2004-10-29 17:27  chrisfen
7329  
7330          * samples/shape/linear.md: shorter run
7331  
7332 < 2004-10-29 20:54  tim
7332 > 2004-10-29 15:54  tim
7333  
7334          * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
7335  
7336 < 2004-10-29 16:22  tim
7336 > 2004-10-29 11:22  tim
7337  
7338          * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
7339          ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
7340          some deprecated files
7341  
7342 < 2004-10-29 16:20  tim
7342 > 2004-10-29 11:20  tim
7343  
7344          * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
7345          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
7346          More painful reconstruction is coming !!!
7347  
7348 < 2004-10-28 22:34  tim
7348 > 2004-10-28 17:34  tim
7349  
7350          * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
7351          test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
# Line 3817 | Line 7353
7353          test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
7354          DirectionalAtom and RigidBody
7355  
7356 < 2004-10-28 22:26  tim
7356 > 2004-10-28 17:26  tim
7357  
7358          * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
7359          src/applications/simpleBuilder/MoLocator.cpp,
# Line 3825 | Line 7361
7361          src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
7362          remove old Vector3d.hpp from application/simpleBuilder
7363  
7364 < 2004-10-28 21:42  tim
7364 > 2004-10-28 16:42  tim
7365  
7366          * src/utils/next_combination.hpp: Minor change in next_combination
7367  
7368 < 2004-10-28 21:28  tim
7368 > 2004-10-28 16:28  tim
7369  
7370          * src/utils/next_combination.hpp,
7371          test/utils/NextCombinationTestCase.cpp,
7372          test/utils/ReplaceWildCardTestCase.cpp: Done with combination
7373  
7374 < 2004-10-28 21:11  tim
7374 > 2004-10-28 16:11  tim
7375  
7376          * src/utils/next_combination.hpp: change documentation of
7377          next_combination.hpp
7378  
7379 < 2004-10-28 20:41  tim
7379 > 2004-10-28 15:41  tim
7380  
7381          * ChangeLog, src/utils/next_combination.hpp,
7382          test/utils/NextCombinationTestCase.cpp,
7383          test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
7384  
7385 < 2004-10-28 20:01  tim
7385 > 2004-10-28 15:01  tim
7386  
7387          * src/utils/next_combination.hpp: adding replace wildcard function
7388  
7389 < 2004-10-28 19:33  tim
7389 > 2004-10-28 14:33  tim
7390  
7391          * src/utils/next_combination.hpp: Minor change
7392  
7393 < 2004-10-28 19:06  tim
7393 > 2004-10-28 14:06  tim
7394  
7395          * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
7396          src/applications/simpleBuilder/simpleBuilder.cpp,
# Line 3864 | Line 7400
7400          test/utils/next_combination.hpp: STL next_permutation like
7401          next_combination is working
7402  
7403 < 2004-10-28 17:22  chrisfen
7403 > 2004-10-28 12:22  chrisfen
7404  
7405          * src/UseTheForce/WATER.cpp: fix of setDipoles
7406  
7407 < 2004-10-28 17:20  gezelter
7407 > 2004-10-28 12:20  gezelter
7408  
7409          * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
7410          shapeFile
7411  
7412 < 2004-10-28 17:20  gezelter
7412 > 2004-10-28 12:20  gezelter
7413  
7414          * samples/shape/linear.md: forgot the orientation line
7415  
7416 < 2004-10-28 16:56  gezelter
7416 > 2004-10-28 11:56  gezelter
7417  
7418          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7419          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
7420          UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
7421          declaration foo
7422  
7423 < 2004-10-28 16:55  gezelter
7423 > 2004-10-28 11:55  gezelter
7424  
7425          * samples/lipid/5x5.md: uncommented .in line
7426  
7427 < 2004-10-28 15:42  tim
7427 > 2004-10-28 10:42  tim
7428  
7429          * test/utils/: Makefile, NextCombinationTestCase.cpp,
7430          NextCombinationTestCase.hpp, next_combination.hpp: next_combination
7431          in progress
7432  
7433 < 2004-10-28 15:15  tim
7433 > 2004-10-28 10:15  tim
7434  
7435          * test/utils/: NextCombinationTestCase.cpp,
7436          NextCombinationTestCase.hpp: adding next_combination test case
7437  
7438 < 2004-10-28 15:02  tim
7438 > 2004-10-28 10:02  tim
7439  
7440          * test/utils/next_combination.hpp: STL Compatible combination
7441          sequence generator
7442  
7443 < 2004-10-28 06:23  tim
7443 > 2004-10-28 01:23  tim
7444  
7445          * test/utils/: GenerateCombination.hpp,
7446          ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
7447  
7448 < 2004-10-28 06:16  tim
7448 > 2004-10-28 01:16  tim
7449  
7450          * test/utils/GenerateCombination.hpp: a STL next_permutaion like
7451          next_combination function.
7452  
7453 < 2004-10-28 03:27  tim
7453 > 2004-10-27 22:27  tim
7454  
7455          * test/utils/ReplaceWildCard.hpp: no message
7456  
7457 < 2004-10-28 03:14  tim
7457 > 2004-10-27 22:14  tim
7458  
7459          * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
7460          ReplaceWildCard(recursive version) is working, need refactoring. An
7461          iterative version is on the way
7462  
7463 < 2004-10-28 02:28  tim
7463 > 2004-10-27 21:28  tim
7464  
7465          * test/utils/: Makefile, ReplaceWildCard.hpp,
7466          ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
7467  
7468 < 2004-10-28 02:08  tim
7468 > 2004-10-27 21:08  tim
7469  
7470          * test/utils/: ReplaceWildCardTestCase.cpp,
7471          ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
7472  
7473 < 2004-10-27 23:17  tim
7473 > 2004-10-27 18:17  tim
7474  
7475          * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
7476          test
7477  
7478 < 2004-10-27 06:25  tim
7478 > 2004-10-27 01:25  tim
7479  
7480          * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
7481          char matching is on the way
7482  
7483 < 2004-10-27 06:07  tim
7483 > 2004-10-27 01:07  tim
7484  
7485          * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
7486  
7487 < 2004-10-27 03:00  gezelter
7487 > 2004-10-26 22:00  gezelter
7488  
7489          * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
7490  
7491 < 2004-10-27 02:20  gezelter
7491 > 2004-10-26 21:20  gezelter
7492  
7493          * src/UseTheForce/ForceFields.hpp: subclass foo
7494  
7495 < 2004-10-27 02:16  gezelter
7495 > 2004-10-26 21:16  gezelter
7496  
7497          * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
7498          string conversion
7499  
7500 < 2004-10-27 00:01  gezelter
7500 > 2004-10-26 19:01  gezelter
7501  
7502          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7503          UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
7504          brains/SimSetup.hpp: char* -> string
7505  
7506 < 2004-10-26 22:25  gezelter
7506 > 2004-10-26 17:25  gezelter
7507  
7508          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
7509          Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
7510          ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
7511          isXXX
7512  
7513 < 2004-10-26 22:25  gezelter
7513 > 2004-10-26 17:25  gezelter
7514  
7515          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
7516          define name collision
7517  
7518 < 2004-10-26 22:24  gezelter
7518 > 2004-10-26 17:24  gezelter
7519  
7520          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7521          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
# Line 3988 | Line 7524
7524          UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
7525          forcefield refactoring for shapes
7526  
7527 < 2004-10-26 22:24  gezelter
7527 > 2004-10-26 17:24  gezelter
7528  
7529          * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
7530          Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
7531          linear.md, linear.shape, toluene.shape: adding sample shape
7532          directory
7533  
7534 < 2004-10-26 22:19  tim
7534 > 2004-10-26 17:19  tim
7535  
7536          * ChangeLog, src/brains/DataStorage.cpp,
7537          src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
# Line 4003 | Line 7539
7539          test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
7540          DataStorage passes unit test
7541  
7542 < 2004-10-26 18:03  chrisfen
7542 > 2004-10-26 13:03  chrisfen
7543  
7544          * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
7545          Changes to help advance shapes
7546  
7547 < 2004-10-26 18:02  chrisfen
7547 > 2004-10-26 13:02  chrisfen
7548  
7549          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
7550          Shapes force field reader
7551  
7552 < 2004-10-26 17:28  tim
7552 > 2004-10-26 12:28  tim
7553  
7554          * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
7555          SnapshotTestCase in progress
7556  
7557 < 2004-10-25 22:46  tim
7557 > 2004-10-25 17:46  tim
7558  
7559          * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7560          src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
# Line 4027 | Line 7563
7563          test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
7564          and Vector classes
7565  
7566 < 2004-10-25 17:03  tim
7566 > 2004-10-25 12:03  tim
7567  
7568          * ChangeLog, src/utils/GenericFactory.hpp,
7569          test/utils/GenericFactoryTestCase.cpp,
# Line 4035 | Line 7571
7571          GenericFactory Test Case. GenericFactory now can bed used to creat
7572          ForcefieldFactory and IntegratorFactory etc.
7573  
7574 < 2004-10-25 04:08  tim
7574 > 2004-10-24 23:08  tim
7575  
7576          * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
7577          brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
7578          brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
7579          get reconstructed
7580  
7581 < 2004-10-24 07:55  tim
7581 > 2004-10-24 02:55  tim
7582  
7583          * src/utils/GenericFactory.hpp: GenericFactory pass unit test
7584  
7585 < 2004-10-23 23:09  tim
7585 > 2004-10-23 18:09  tim
7586  
7587          * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
7588          StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
7589          RigidBody.cpp: Refactoring in progress
7590  
7591 < 2004-10-22 23:09  tim
7591 > 2004-10-22 18:09  tim
7592  
7593          * ChangeLog, src/brains/Snapshot.hpp,
7594          src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
7595          test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
7596          test/brains/StuntDouble.hpp: more work in Snapshot
7597  
7598 < 2004-10-22 22:59  chrisfen
7598 > 2004-10-22 17:59  chrisfen
7599  
7600          * src/: UseTheForce/LJFF.cpp,
7601          UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
7602          god!  It runs and conserves energy!
7603  
7604 < 2004-10-22 22:54  chrisfen
7604 > 2004-10-22 17:54  chrisfen
7605  
7606          * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
7607  
7608 < 2004-10-22 22:53  chrisfen
7608 > 2004-10-22 17:53  chrisfen
7609  
7610          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7611          UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
# Line 4077 | Line 7613
7613          brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
7614          breakey
7615  
7616 < 2004-10-22 22:53  chrisfen
7616 > 2004-10-22 17:53  chrisfen
7617  
7618          * make/Makefile.in: compiler flags
7619  
7620 < 2004-10-22 21:20  gezelter
7620 > 2004-10-22 16:20  gezelter
7621  
7622          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7623          UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
7624          brains/fSimulation.h, types/AtomType.hpp,
7625          types/DirectionalAtomType.hpp: fixey fixey
7626  
7627 < 2004-10-22 20:22  gezelter
7627 > 2004-10-22 15:22  gezelter
7628  
7629          * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
7630          charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
7631          lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
7632          fortran files and c/Fortran interfaces
7633  
7634 < 2004-10-22 20:21  gezelter
7634 > 2004-10-22 15:21  gezelter
7635  
7636          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
7637          DirectionalAtomType.hpp, Makefile: More on AtomType and
7638          DirectionalAtomType
7639  
7640 < 2004-10-22 14:47  gezelter
7640 > 2004-10-22 09:47  gezelter
7641  
7642          * src/types/AtomType.hpp: Adding AtomType
7643  
7644 < 2004-10-21 21:31  tim
7644 > 2004-10-21 16:31  tim
7645  
7646          * ChangeLog, src/brains/Snapshot.hpp,
7647          src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
# Line 4114 | Line 7650
7650          test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
7651          Snapshot and SnapshotManager in progress
7652  
7653 < 2004-10-21 21:30  tim
7653 > 2004-10-21 16:30  tim
7654  
7655          * test/brains/: BrainsTest.cpp, Makefile,
7656          SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
7657          SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
7658          Snapshot and snapshotManager.
7659  
7660 < 2004-10-21 20:15  gezelter
7660 > 2004-10-21 15:15  gezelter
7661  
7662          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7663          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4132 | Line 7668
7668          brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
7669          Fixey Fixey.
7670  
7671 < 2004-10-21 16:32  tim
7671 > 2004-10-21 11:32  tim
7672  
7673          * src/utils/GenericData.cpp, src/utils/Makefile,
7674          test/utils/Makefile, test/utils/UtilTest: remove some junk files
7675  
7676 < 2004-10-21 16:24  tim
7676 > 2004-10-21 11:24  tim
7677  
7678          * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
7679  
7680 < 2004-10-21 16:22  tim
7680 > 2004-10-21 11:22  tim
7681  
7682          * ChangeLog, src/brains/SimSetup.cpp,
7683          src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
# Line 4159 | Line 7695
7695          src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
7696          GenericData
7697  
7698 < 2004-10-21 15:25  chuckv
7698 > 2004-10-21 10:25  chuckv
7699  
7700          * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
7701          module.
7702  
7703 < 2004-10-21 15:24  chuckv
7703 > 2004-10-21 10:24  chuckv
7704  
7705          * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
7706          fortran lj module.
7707  
7708 < 2004-10-20 22:54  tim
7708 > 2004-10-20 17:54  tim
7709  
7710          * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
7711          test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
# Line 4177 | Line 7713
7713          test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
7714          GenericData and PropertyMap  pass unit test.
7715  
7716 < 2004-10-20 21:52  gezelter
7716 > 2004-10-20 16:52  gezelter
7717  
7718          * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
7719          DarkSide/sticky_interface.h: fixed a fortran name problem
7720  
7721 < 2004-10-20 21:38  tim
7721 > 2004-10-20 16:38  tim
7722  
7723          * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
7724          GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
7725          UtilTest, UtilTest.cpp: adding generic data test case
7726  
7727 < 2004-10-20 21:16  chuckv
7727 > 2004-10-20 16:16  chuckv
7728  
7729          * configure, ac-tools/aclocal.m4,
7730          src/UseTheForce/DarkSide/Makefile,
# Line 4200 | Line 7736
7736          Fortran/C++ interface de-obfuscation project appears to be
7737          complete!  Woo hoo!
7738  
7739 < 2004-10-20 20:47  chuckv
7739 > 2004-10-20 15:47  chuckv
7740  
7741          * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
7742          fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
7743          continues
7744  
7745 < 2004-10-20 20:46  chuckv
7745 > 2004-10-20 15:46  chuckv
7746  
7747          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7748          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4223 | Line 7759
7759          brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
7760          de-obfuscation project (It is a very long story)
7761  
7762 < 2004-10-20 18:07  tim
7762 > 2004-10-20 13:07  tim
7763  
7764          * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
7765          test/math/SquareMatrix3TestCase.cpp,
7766          test/math/SquareMatrixTestCase.cpp,
7767          test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
7768  
7769 < 2004-10-20 05:52  tim
7769 > 2004-10-20 00:52  tim
7770  
7771          * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
7772          SnapshotManager in design phase
7773  
7774 < 2004-10-20 04:54  gezelter
7774 > 2004-10-19 23:54  gezelter
7775  
7776          * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
7777          problem prevented linking
7778  
7779 < 2004-10-20 04:54  gezelter
7779 > 2004-10-19 23:54  gezelter
7780  
7781          * src/UseTheForce/Shapes_FF.cpp: fixed include
7782  
7783 < 2004-10-20 04:26  gezelter
7783 > 2004-10-19 23:26  gezelter
7784  
7785          * src/utils/: Makefile, definitions.F90, definitions_module.F90,
7786          oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
7787          more fortran name mangling
7788  
7789 < 2004-10-20 04:23  gezelter
7789 > 2004-10-19 23:23  gezelter
7790  
7791          * src/profiling/timing.F90: yet more fortran renaming
7792  
7793 < 2004-10-20 04:19  gezelter
7793 > 2004-10-19 23:19  gezelter
7794  
7795          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
7796          do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
7797          notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
7798          wrappers.F90: Fortran name cleanup continues
7799  
7800 < 2004-10-20 04:12  gezelter
7800 > 2004-10-19 23:12  gezelter
7801  
7802          * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
7803          broken fortran stuff
7804  
7805 < 2004-10-20 04:02  gezelter
7805 > 2004-10-19 23:02  gezelter
7806  
7807          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
7808          atype_interface.h, atype_module.F90, atype_module_interface.h,
# Line 4283 | Line 7819
7819          sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
7820          name sanity on the fortran side
7821  
7822 < 2004-10-20 00:18  tim
7822 > 2004-10-19 19:18  tim
7823  
7824          * test/math/SquareMatrix3TestCase.hpp: [no log message]
7825  
7826 < 2004-10-19 23:01  tim
7826 > 2004-10-19 18:01  tim
7827  
7828          * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7829          src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
7830          except diagonalize(), all of functions in math library pass the
7831          test
7832  
7833 < 2004-10-19 22:43  chuckv
7833 > 2004-10-19 17:43  chuckv
7834  
7835          * src/UseTheForce/do_Forces.h: Added correct prototypes for
7836          C-fortran interface functions.
7837  
7838 < 2004-10-19 22:37  chuckv
7838 > 2004-10-19 17:37  chuckv
7839  
7840          * src/UseTheForce/DarkSide/: atype_module_interface.h,
7841          eam_module_inteface.h, gb_module_interface.h,
# Line 4307 | Line 7843
7843          sticky_pair_module_interface.h: Added correct prototypes for
7844          C-fortran interface functions.
7845  
7846 < 2004-10-19 21:28  tim
7846 > 2004-10-19 16:28  tim
7847  
7848          * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
7849          src/math/SquareMatrix.hpp, src/math/Vector.hpp,
# Line 4317 | Line 7853
7853          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
7854          bugs get fixed at math library
7855  
7856 < 2004-10-19 20:43  chuckv
7856 > 2004-10-19 15:43  chuckv
7857  
7858          * src/UseTheForce/: DarkSide/atype_module_interface.h,
7859          DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
# Line 4331 | Line 7867
7867          notifycutoffs_module_interface.h: Added new files for fortran
7868          interface.
7869  
7870 < 2004-10-19 20:43  gezelter
7870 > 2004-10-19 15:43  gezelter
7871  
7872          * src/UseTheForce/Makefile: regressing
7873  
7874 < 2004-10-19 20:40  gezelter
7874 > 2004-10-19 15:40  gezelter
7875  
7876          * src/: UseTheForce/DarkSide/calc_shapes.F90,
7877          UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
7878          working on shapes for portability
7879  
7880 < 2004-10-19 20:40  gezelter
7880 > 2004-10-19 15:40  gezelter
7881  
7882          * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
7883  
7884 < 2004-10-19 18:21  chrisfen
7884 > 2004-10-19 13:21  chrisfen
7885  
7886          * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
7887          findBegin
7888  
7889 < 2004-10-19 04:34  tim
7889 > 2004-10-18 23:34  tim
7890  
7891          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
7892          are fixed in Vector class
7893  
7894 < 2004-10-19 04:28  tim
7894 > 2004-10-18 23:28  tim
7895  
7896          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
7897          some bugs in RectMatrixTestCase
7898  
7899 < 2004-10-19 04:21  tim
7899 > 2004-10-18 23:21  tim
7900  
7901          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
7902          test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
7903          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
7904          test/math/VectorTestCase.hpp: implement more test cases
7905  
7906 < 2004-10-18 23:13  tim
7906 > 2004-10-18 18:13  tim
7907  
7908          * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
7909          src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
# Line 4376 | Line 7912
7912          test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
7913          tests on math library
7914  
7915 < 2004-10-18 21:03  tim
7915 > 2004-10-18 16:03  tim
7916  
7917          * test/math/: Makefile, QuaternionTestCase.cpp,
7918          QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
# Line 4384 | Line 7920
7920          Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
7921          more testing units
7922  
7923 < 2004-10-18 17:07  tim
7923 > 2004-10-18 12:07  tim
7924  
7925          * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
7926          math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
7927          math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
7928          utils/GenericFactory.hpp: fix some bugs in Quaternion class
7929  
7930 < 2004-10-18 16:30  gezelter
7930 > 2004-10-18 11:30  gezelter
7931  
7932          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
7933          Your basic run of the mill real-valued versions of Y_l^m(\theta,
7934          \phi)
7935  
7936 < 2004-10-18 16:29  gezelter
7936 > 2004-10-18 11:29  gezelter
7937  
7938          * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
7939          types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
7940          utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
7941          Shapes into OOPSE
7942  
7943 < 2004-10-18 15:21  gezelter
7943 > 2004-10-18 10:21  gezelter
7944  
7945          * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
7946  
7947 < 2004-10-18 05:23  tim
7947 > 2004-10-18 00:23  tim
7948  
7949          * test/math/VectorTestCase.hpp: adding  vector test case
7950  
7951 < 2004-10-18 05:23  tim
7951 > 2004-10-18 00:23  tim
7952  
7953          * src/utils/GenericFactory.hpp: adding generic factory and vector
7954          test case
7955  
7956 < 2004-10-17 01:19  tim
7956 > 2004-10-16 20:19  tim
7957  
7958          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
7959          SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
7960          progress
7961  
7962 < 2004-10-16 01:31  tim
7962 > 2004-10-15 20:31  tim
7963  
7964          * src/math/Quaternion.hpp: add quaternion class
7965  
7966 < 2004-10-15 21:11  tim
7966 > 2004-10-15 16:11  tim
7967  
7968          * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
7969          IfstrstreamTestCase.hpp: adding test file
7970  
7971 < 2004-10-15 21:10  tim
7971 > 2004-10-15 16:10  tim
7972  
7973          * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
7974  
7975 < 2004-10-15 20:42  tim
7975 > 2004-10-15 15:42  tim
7976  
7977          * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
7978  
7979 < 2004-10-15 20:35  tim
7979 > 2004-10-15 15:35  tim
7980  
7981          * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
7982  
7983 < 2004-10-15 20:34  tim
7983 > 2004-10-15 15:34  tim
7984  
7985          * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
7986          namespace oopse
7987  
7988 < 2004-10-15 19:38  chuckv
7988 > 2004-10-15 14:38  chuckv
7989  
7990          * configure, ac-tools/aclocal.m4: Changed optimization flags for
7991          XLF and XLC.
7992  
7993 < 2004-10-15 18:28  tim
7993 > 2004-10-15 13:28  tim
7994  
7995          * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
7996          adding ifstrstream test case
7997  
7998 < 2004-10-15 18:20  tim
7998 > 2004-10-15 13:20  tim
7999  
8000          * src/io/basic_ifstrstream.hpp: fix include
8001  
8002 < 2004-10-15 18:18  tim
8002 > 2004-10-15 13:18  tim
8003  
8004          * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
8005  
8006 < 2004-10-15 18:17  tim
8006 > 2004-10-15 13:17  tim
8007  
8008          * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
8009  
8010 < 2004-10-15 18:16  tim
8010 > 2004-10-15 13:16  tim
8011  
8012          * test/io/: Makefile, ifstrstreamTestCase.cpp,
8013          ifstrstreamTestCase.hpp: adding test case for ifstrstream
8014  
8015 < 2004-10-15 15:37  tim
8015 > 2004-10-15 10:37  tim
8016  
8017          * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
8018          ifstrstreamTestCase.hpp: add ifstrstreamTestCase
8019  
8020 < 2004-10-15 15:20  tim
8020 > 2004-10-15 10:20  tim
8021  
8022          * src/io/basic_ifstrstream.hpp: add checkFilename Option
8023  
8024 < 2004-10-15 15:19  tim
8024 > 2004-10-15 10:19  tim
8025  
8026          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
8027          SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
8028          SquareMatrixTestCase class
8029  
8030 < 2004-10-15 07:52  tim
8030 > 2004-10-15 02:52  tim
8031  
8032          * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
8033  
8034 < 2004-10-14 23:28  tim
8034 > 2004-10-14 18:28  tim
8035  
8036          * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
8037          Vector.hpp: math library in progress
8038  
8039 < 2004-10-14 23:27  tim
8039 > 2004-10-14 18:27  tim
8040  
8041          * src/io/FileReader.hpp: FileReader in progress
8042  
8043 < 2004-10-13 23:53  tim
8043 > 2004-10-13 18:53  tim
8044  
8045          * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
8046          test in isOrthogonal of SquareMatrix is failed by some reasons
8047  
8048 < 2004-10-13 22:28  tim
8048 > 2004-10-13 17:28  tim
8049  
8050          * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
8051          class
8052  
8053 < 2004-10-13 22:27  tim
8053 > 2004-10-13 17:27  tim
8054  
8055          * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
8056          RectMatrixTestCase.hpp: adding testing unit
8057  
8058 < 2004-10-13 22:24  tim
8058 > 2004-10-13 17:24  tim
8059  
8060          * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
8061  
8062 < 2004-10-13 06:51  tim
8062 > 2004-10-13 01:51  tim
8063  
8064          * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
8065          Vector3.hpp: refactory vector and matrix classes
8066  
8067 < 2004-10-13 06:50  tim
8067 > 2004-10-13 01:50  tim
8068  
8069          * src/math/Vector3d.hpp: Remove some Makefile.in
8070  
8071 < 2004-10-12 23:57  tim
8071 > 2004-10-12 18:57  tim
8072  
8073          * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
8074          Matrix3x3d.hpp
8075  
8076 < 2004-10-12 19:08  tim
8076 > 2004-10-12 14:08  tim
8077  
8078          * doc/: cppstyle.html, style.css: adding c++ coding style
8079  
8080 < 2004-10-11 22:15  tim
8080 > 2004-10-11 17:15  tim
8081  
8082          * src/: constraints/AbstractClasses.hpp,
8083          integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
8084          change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
8085  
8086 < 2004-10-11 21:54  tim
8086 > 2004-10-11 16:54  tim
8087  
8088          * scripts/filepp: fix a bug in filepp
8089  
8090 < 2004-10-11 21:13  tim
8090 > 2004-10-11 16:13  tim
8091  
8092          * make/Makefile.in: using filepp to generate dependencies instead
8093          of compilers
8094  
8095 < 2004-10-11 21:10  tim
8095 > 2004-10-11 16:10  tim
8096  
8097          * scripts/filepp: filepp can be used to generate dependencies for
8098          c/c++ now
8099  
8100 < 2004-10-11 18:40  tim
8100 > 2004-10-11 13:40  tim
8101  
8102          * make/Makefile.in: remove -module from F90Options
8103  
8104 < 2004-10-11 18:01  tim
8104 > 2004-10-11 13:01  tim
8105  
8106          * make/Makefile.in: adding rules to move fortran 90 module to
8107          target directory
8108  
8109 < 2004-10-11 15:43  gezelter
8109 > 2004-10-11 10:43  gezelter
8110  
8111          * make/Makefile.in: fixed makefile.in
8112  
8113 < 2004-10-11 14:51  tim
8113 > 2004-10-11 09:51  tim
8114  
8115          * scripts/filepp: remove "use bytes" which causes problem in sgi
8116          machine
8117  
8118 < 2004-10-11 14:26  tim
8118 > 2004-10-11 09:26  tim
8119  
8120          * forceFields/Makefile: add Makefile
8121  
8122 < 2004-10-11 14:23  tim
8122 > 2004-10-11 09:23  tim
8123  
8124          * samples/: water/dimer/Makefile, water/spce/Makefile,
8125          water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
8126          water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
8127          directory
8128  
8129 < 2004-10-09 06:01  tim
8129 > 2004-10-11 09:23  tim
8130  
8131 <        * samples/: alkane/Makefile.in, lipid/Makefile.in,
8132 <        metals/Makefile.in, minimizer/Makefile.in: Remove some Makefile.in
8131 >        * samples/argon/Makefile: remove argon.dump and argon.eor from
8132 >        Makefile
8133  
8134 < 2004-10-08 23:15  tim
8134 > 2004-10-09 01:01  tim
8135 >
8136 >        * samples/: alkane/Makefile.in, argon/Makefile.in,
8137 >        lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
8138 >        Remove some Makefile.in
8139  
8140 + 2004-10-08 18:15  tim
8141 +
8142          * make/Makefile.in: [no log message]
8143  
8144 < 2004-10-08 22:51  tim
8144 > 2004-10-08 17:51  tim
8145  
8146          * make/Makefile.in: fix make install
8147  
8148 < 2004-10-08 22:10  tim
8148 > 2004-10-08 17:10  tim
8149  
8150          * make/Makefile.in: adding make install
8151  
8152 < 2004-10-08 22:04  tim
8152 > 2004-10-08 17:04  tim
8153  
8154 <        * samples/: alkane/Makefile, lipid/Makefile, metals/Makefile,
8155 <        minimizer/Makefile, water/Makefile.in, water/dimer/Makefile,
8156 <        water/dimer/Makefile.in, water/spce/Makefile,
8154 >        * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
8155 >        metals/Makefile, minimizer/Makefile, water/Makefile.in,
8156 >        water/dimer/Makefile, water/dimer/Makefile.in, water/spce/Makefile,
8157          water/spce/Makefile.in, water/ssd/Makefile, water/ssd/Makefile.in,
8158          water/ssde/Makefile, water/ssde/Makefile.in,
8159          water/tip3p_ice/Makefile, water/tip3p_ice/Makefile.in,
8160          water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
8161          zcons/Makefile.in: add Makefile to sample directory
8162  
8163 < 2004-10-06 23:03  gezelter
8163 > 2004-10-06 18:03  gezelter
8164  
8165          * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
8166          stuff
8167  
8168 < 2004-10-06 23:03  gezelter
8168 > 2004-10-06 18:03  gezelter
8169  
8170          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
8171          make/Doxyfile, src/applications/getopt.c,
8172          src/applications/getopt1.c, src/applications/gnugetopt.h: more
8173          build fixes
8174  
8175 < 2004-10-06 22:20  tim
8175 > 2004-10-06 17:20  tim
8176  
8177          * make/: Doxyfile, Makefile.in: adding doxygen configuration file
8178  
8179 < 2004-10-06 22:19  tim
8179 > 2004-10-06 17:19  tim
8180  
8181          * scripts/filepp: filepp can handle different fortran module case
8182          and suffix
8183  
8184 < 2004-10-06 21:27  gezelter
8184 > 2004-10-06 16:27  gezelter
8185  
8186          * src/restraints/Restraints.cpp: Chris doesn't know about the
8187          OOPSE-2.0 directory structure yet
8188  
8189 < 2004-10-06 21:27  gezelter
8189 > 2004-10-06 16:27  gezelter
8190  
8191          * ChangeLog: Yeah yeah, we'lll get around to it later
8192  
8193 < 2004-10-06 21:22  gezelter
8193 > 2004-10-06 16:22  gezelter
8194  
8195          * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
8196          make/Makefile.in: cleaning up build process
8197  
8198 < 2004-10-06 20:01  chrisfen
8198 > 2004-10-06 15:01  chrisfen
8199  
8200          * src/restraints/Restraints.cpp: made the file reading in
8201          restraints more intelligent - no longer gives uninformative seg
8202          faults
8203  
8204 < 2004-10-06 19:55  gezelter
8204 > 2004-10-06 14:55  gezelter
8205  
8206          * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
8207  
8208 < 2004-10-06 19:51  gezelter
8208 > 2004-10-06 14:51  gezelter
8209  
8210          * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
8211          scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
8212  
8213 < 2004-10-06 18:53  tim
8213 > 2004-10-06 13:53  tim
8214  
8215          * make/: Makefile, Makefile.in: fix make statistics
8216  
8217 < 2004-10-06 18:18  tim
8217 > 2004-10-06 13:18  tim
8218  
8219          * make/: Makefile, Makefile.in: adding GNU make functions to
8220          combine all of the static libraries to a big library
8221  
8222 < 2004-10-05 22:57  tim
8222 > 2004-10-05 17:57  tim
8223  
8224          * make/: Makefile, Makefile.in:  adding shared library flag
8225  
8226 < 2004-10-05 19:37  tim
8226 > 2004-10-05 14:37  tim
8227  
8228          * src/: Makefile, UseTheForce/Makefile,
8229          UseTheForce/mpiSimulation_module.F90,
# Line 4689 | Line 8231
8231          UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
8232          mpiSimulation_module to DarkSide
8233  
8234 < 2004-10-05 19:35  tim
8234 > 2004-10-05 14:35  tim
8235  
8236          * make/: Makefile, Makefile.in: building MPI version;using static
8237          library instead of shared library
8238  
8239 < 2004-10-05 14:14  tim
8239 > 2004-10-05 09:14  tim
8240  
8241          * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
8242          to filepp
8243  
8244 < 2004-10-04 20:56  tim
8244 > 2004-10-04 15:56  tim
8245  
8246          * make/: Makefile, Makefile.in: add make cvslog
8247  
8248 < 2004-10-04 16:24  gezelter
8248 > 2004-10-04 11:24  gezelter
8249  
8250          * make/: Makefile, Makefile.in: more work on the parallel build
8251  
8252 < 2004-10-04 16:06  gezelter
8252 > 2004-10-04 11:06  gezelter
8253  
8254          * make/: Makefile, Makefile.in: changes to backport declare flags
8255  
8256 < 2004-10-04 15:27  gezelter
8256 > 2004-10-04 10:27  gezelter
8257  
8258          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
8259          DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
8260          shapes
8261  
8262 < 2004-10-02 04:40  tim
8262 > 2004-10-01 23:40  tim
8263  
8264          * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
8265  
8266 < 2004-10-02 04:22  tim
8266 > 2004-10-01 23:22  tim
8267  
8268          * make/: Makefile, Makefile.in: add oopse_ as library prefix
8269  
8270 < 2004-10-01 21:59  tim
8270 > 2004-10-01 16:59  tim
8271  
8272          * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
8273  
8274 < 2004-10-01 21:22  gezelter
8274 > 2004-10-01 16:22  gezelter
8275  
8276          * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
8277          few minor build changes
8278  
8279 < 2004-10-01 21:11  tim
8279 > 2004-10-01 16:11  tim
8280  
8281          * scripts/filepp: adding fortran90 make dependency tool
8282  
8283 < 2004-09-30 15:41  tim
8283 > 2004-09-30 10:41  tim
8284  
8285          * make/: Makefile, Makefile.in: make clean is smart enough to only
8286          remove object files belong to current package.  turn off silent
8287          mode
8288  
8289 < 2004-09-29 21:55  tim
8289 > 2004-09-29 16:55  tim
8290  
8291          * src/: Makefile, UseTheForce/Makefile,
8292          UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
# Line 4755 | Line 8297
8297          restraints/Makefile, types/Makefile, utils/Makefile,
8298          visitors/Makefile: define DEV_ROOT as relative path
8299  
8300 < 2004-09-29 21:54  tim
8300 > 2004-09-29 16:54  tim
8301  
8302          * make/: Makefile, Makefile.in: get the relative path by shell
8303          script
8304  
8305 < 2004-09-29 21:32  tim
8305 > 2004-09-29 16:32  tim
8306  
8307          * make/Makefile: eliminate DEV_ROOT by relative path
8308  
8309 < 2004-09-29 18:37  tim
8309 > 2004-09-29 13:37  tim
8310  
8311          * make/Makefile.in: add PackageLibs;  fix dependency rule
8312  
8313 < 2004-09-29 17:57  gezelter
8313 > 2004-09-29 12:57  gezelter
8314  
8315          * configure, ac-tools/configure.in: updates
8316  
8317 < 2004-09-29 17:56  gezelter
8317 > 2004-09-29 12:56  gezelter
8318  
8319          * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
8320          make stuff
8321  
8322 < 2004-09-29 17:46  tim
8322 > 2004-09-29 12:46  tim
8323  
8324          * Makefile: If makefile does not exist, print error message
8325  
8326 < 2004-09-29 17:12  tim
8326 > 2004-09-29 12:12  tim
8327  
8328          * make/: Make.conf.in, Makefile: fix dependencies rule
8329  
8330 < 2004-09-29 15:58  gezelter
8330 > 2004-09-29 10:58  gezelter
8331  
8332          * Makefile, make/Makefile: still working on build process
8333  
8334 < 2004-09-29 15:00  tim
8334 > 2004-09-29 10:00  tim
8335  
8336          * make/Makefile: add print statment to rules
8337  
8338 < 2004-09-29 14:59  tim
8338 > 2004-09-29 09:59  tim
8339  
8340          * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
8341          applications/dump2Xyz/Makefile, applications/oopse/Makefile,
# Line 4803 | Line 8345
8345          profiling/Makefile, restraints/Makefile, types/Makefile,
8346          utils/Makefile, visitors/Makefile: change Makefile to relative path
8347  
8348 < 2004-09-29 02:55  tim
8348 > 2004-09-28 21:55  tim
8349  
8350          * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
8351          which cause headache in bulding libutils
8352  
8353 < 2004-09-28 23:24  tim
8353 > 2004-09-28 18:24  tim
8354  
8355          * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
8356          Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
# Line 4831 | Line 8373
8373          change directory structure of application. Every executable file is
8374          replaced in seperate directory
8375  
8376 < 2004-09-28 22:15  gezelter
8376 > 2004-09-28 17:15  gezelter
8377  
8378          * lib/dummy: Keep that lib around, please.
8379  
8380 < 2004-09-28 22:14  gezelter
8380 > 2004-09-28 17:14  gezelter
8381  
8382          * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
8383          starting a configure version
8384  
8385 < 2004-09-28 21:08  tim
8385 > 2004-09-28 16:08  tim
8386  
8387          * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
8388          UseTheForce/DarkSide/Makefile,
# Line 4849 | Line 8391
8391          brains/Makefile, brains/simulation_module.F90: move fortran files
8392          around to solve dependency problem
8393  
8394 < 2004-09-28 20:43  tim
8394 > 2004-09-28 15:43  tim
8395  
8396          * Makefile, src/UseTheForce/ForceFields.hpp,
8397          src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
# Line 4859 | Line 8401
8401          src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
8402          src/utils/Makefile: [no log message]
8403  
8404 < 2004-09-28 20:41  tim
8404 > 2004-09-28 15:41  tim
8405  
8406          * make/Makefile, scripts/sfmakedepend: fix fortran dependency
8407          problem
8408  
8409 < 2004-09-28 16:13  tim
8409 > 2004-09-28 11:13  tim
8410  
8411          * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
8412          src/io/Makefile: add yacc and lex rules
8413  
8414 < 2004-09-27 20:24  tim
8414 > 2004-09-27 15:24  tim
8415  
8416          * make/Makefile: adding include path to F90Options
8417  
8418 < 2004-09-27 20:13  tim
8418 > 2004-09-27 15:13  tim
8419  
8420          * make/Makefile: change suffix from .cc to .cpp
8421  
8422 < 2004-09-24 16:27  tim
8422 > 2004-09-24 11:27  tim
8423  
8424          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8425          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4944 | Line 8486
8486          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
8487          visitors/ZconsVisitor.hpp: change the #include in source files
8488  
8489 < 2004-09-24 04:16  gezelter
8489 > 2004-09-23 23:16  gezelter
8490  
8491          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
8492          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 5090 | Line 8632
8632          samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
8633          samples/alkane/Makefile.in, samples/alkane/alkanes.md,
8634          samples/alkane/butane.in, samples/alkane/butane.md,
8635 +        samples/argon/500.in, samples/argon/500.md,
8636 +        samples/argon/Makefile.in, samples/argon/ar864.in,
8637 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
8638 +        samples/argon/argonNVT.md, samples/argon/lj.md,
8639          samples/lipid/5x5.in, samples/lipid/5x5.md,
8640          samples/lipid/Makefile.in, samples/lipid/lipid.md,
8641          samples/lipid/water.md, samples/minimizer/Makefile.in,
# Line 5116 | Line 8662
8662          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
8663          forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
8664  
8665 < 2004-09-24 04:16  gezelter
8665 > 2004-09-23 23:16  gezelter
8666  
8667          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
8668          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 5262 | Line 8808
8808          samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
8809          samples/alkane/Makefile.in, samples/alkane/alkanes.md,
8810          samples/alkane/butane.in, samples/alkane/butane.md,
8811 +        samples/argon/500.in, samples/argon/500.md,
8812 +        samples/argon/Makefile.in, samples/argon/ar864.in,
8813 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
8814 +        samples/argon/argonNVT.md, samples/argon/lj.md,
8815          samples/lipid/5x5.in, samples/lipid/5x5.md,
8816          samples/lipid/Makefile.in, samples/lipid/lipid.md,
8817          samples/lipid/water.md, samples/minimizer/Makefile.in,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines