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 1681 by tim, Thu Oct 28 22:26:32 2004 UTC vs.
Revision 2762 by chrisfen, Fri May 19 21:26:41 2006 UTC

# Line 1 | Line 1
1 < 2004-10-28 16:28  tim
2 <
3 <        * src/utils/next_combination.hpp,
4 <        test/utils/NextCombinationTestCase.cpp,
5 <        test/utils/ReplaceWildCardTestCase.cpp: Done with combination
6 <
7 < 2004-10-28 16:11  tim
8 <
9 <        * src/utils/next_combination.hpp: change documentation of
10 <        next_combination.hpp
11 <
12 < 2004-10-28 15:41  tim
13 <
14 <        * ChangeLog, src/utils/next_combination.hpp,
15 <        test/utils/NextCombinationTestCase.cpp,
16 <        test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
17 <
18 < 2004-10-28 15:01  tim
19 <
20 <        * src/utils/next_combination.hpp: adding replace wildcard function
21 <
22 < 2004-10-28 14:33  tim
23 <
24 <        * src/utils/next_combination.hpp: Minor change
25 <
26 < 2004-10-28 14:06  tim
27 <
28 <        * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
29 <        src/applications/simpleBuilder/simpleBuilder.cpp,
30 <        src/utils/next_combination.hpp, test/utils/Makefile,
31 <        test/utils/NextCombinationTestCase.cpp,
32 <        test/utils/ReplaceWildCardTestCase.cpp,
33 <        test/utils/next_combination.hpp: STL next_permutation like
34 <        next_combination is working
35 <
36 < 2004-10-28 12:22  chrisfen
37 <
38 <        * src/UseTheForce/WATER.cpp: fix of setDipoles
39 <
40 < 2004-10-28 12:20  gezelter
41 <
42 <        * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
43 <        shapeFile
44 <
45 < 2004-10-28 12:20  gezelter
46 <
47 <        * samples/shape/linear.md: forgot the orientation line
48 <
49 < 2004-10-28 11:56  gezelter
50 <
51 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
52 <        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
53 <        UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
54 <        declaration foo
55 <
56 < 2004-10-28 11:55  gezelter
57 <
58 <        * samples/lipid/5x5.md: uncommented .in line
59 <
60 < 2004-10-28 10:42  tim
61 <
62 <        * test/utils/: Makefile, NextCombinationTestCase.cpp,
63 <        NextCombinationTestCase.hpp, next_combination.hpp: next_combination
64 <        in progress
65 <
66 < 2004-10-28 10:15  tim
67 <
68 <        * test/utils/: NextCombinationTestCase.cpp,
69 <        NextCombinationTestCase.hpp: adding next_combination test case
70 <
71 < 2004-10-28 10:02  tim
72 <
73 <        * test/utils/next_combination.hpp: STL Compatible combination
74 <        sequence generator
75 <
76 < 2004-10-28 01:23  tim
77 <
78 <        * test/utils/: GenerateCombination.hpp,
79 <        ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
80 <
81 < 2004-10-28 01:16  tim
82 <
83 <        * test/utils/GenerateCombination.hpp: a STL next_permutaion like
84 <        next_combination function.
85 <
86 < 2004-10-27 22:27  tim
87 <
88 <        * test/utils/ReplaceWildCard.hpp: no message
89 <
90 < 2004-10-27 22:14  tim
91 <
92 <        * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
93 <        ReplaceWildCard(recursive version) is working, need refactoring. An
94 <        iterative version is on the way
95 <
96 < 2004-10-27 21:28  tim
97 <
98 <        * test/utils/: Makefile, ReplaceWildCard.hpp,
99 <        ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
100 <
101 < 2004-10-27 21:08  tim
102 <
103 <        * test/utils/: ReplaceWildCardTestCase.cpp,
104 <        ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
105 <
106 < 2004-10-27 18:17  tim
107 <
108 <        * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
109 <        test
110 <
111 < 2004-10-27 01:25  tim
112 <
113 <        * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
114 <        char matching is on the way
115 <
116 < 2004-10-27 01:07  tim
117 <
118 <        * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
119 <
120 < 2004-10-26 22:00  gezelter
121 <
122 <        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
123 <
124 < 2004-10-26 21:20  gezelter
125 <
126 <        * src/UseTheForce/ForceFields.hpp: subclass foo
127 <
128 < 2004-10-26 21:16  gezelter
129 <
130 <        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
131 <        string conversion
132 <
133 < 2004-10-26 19:01  gezelter
134 <
135 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
136 <        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
137 <        brains/SimSetup.hpp: char* -> string
138 <
139 < 2004-10-26 17:25  gezelter
140 <
141 <        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
142 <        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
143 <        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
144 <        isXXX
145 <
146 < 2004-10-26 17:25  gezelter
147 <
148 <        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
149 <        define name collision
150 <
151 < 2004-10-26 17:24  gezelter
152 <
153 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
154 <        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
155 <        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
156 <        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
157 <        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
158 <        forcefield refactoring for shapes
159 <
160 < 2004-10-26 17:24  gezelter
161 <
162 <        * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
163 <        Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
164 <        linear.md, linear.shape, toluene.shape: adding sample shape
165 <        directory
166 <
167 < 2004-10-26 17:19  tim
168 <
169 <        * ChangeLog, src/brains/DataStorage.cpp,
170 <        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
171 <        test/brains/DataStorageTestCase.cpp,
172 <        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
173 <        DataStorage passes unit test
174 <
175 < 2004-10-26 13:03  chrisfen
176 <
177 <        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
178 <        Changes to help advance shapes
179 <
180 < 2004-10-26 13:02  chrisfen
181 <
182 <        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
183 <        Shapes force field reader
184 <
185 < 2004-10-26 12:28  tim
186 <
187 <        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
188 <        SnapshotTestCase in progress
189 <
190 < 2004-10-25 17:46  tim
191 <
192 <        * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
193 <        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
194 <        src/math/Vector3.hpp, test/brains/StuntDouble.hpp,
195 <        test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp,
196 <        test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
197 <        and Vector classes
198 <
199 < 2004-10-25 12:03  tim
200 <
201 <        * ChangeLog, src/utils/GenericFactory.hpp,
202 <        test/utils/GenericFactoryTestCase.cpp,
203 <        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
204 <        GenericFactory Test Case. GenericFactory now can bed used to creat
205 <        ForcefieldFactory and IntegratorFactory etc.
206 <
207 < 2004-10-24 23:08  tim
208 <
209 <        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
210 <        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
211 <        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
212 <        get reconstructed
213 <
214 < 2004-10-24 02:55  tim
215 <
216 <        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
217 <
218 < 2004-10-23 18:09  tim
219 <
220 <        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
221 <        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
222 <        RigidBody.cpp: Refactoring in progress
223 <
224 < 2004-10-22 18:09  tim
225 <
226 <        * ChangeLog, src/brains/Snapshot.hpp,
227 <        src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
228 <        test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
229 <        test/brains/StuntDouble.hpp: more work in Snapshot
230 <
231 < 2004-10-22 17:59  chrisfen
232 <
233 <        * src/: UseTheForce/LJFF.cpp,
234 <        UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
235 <        god!  It runs and conserves energy!
236 <
237 < 2004-10-22 17:54  chrisfen
238 <
239 <        * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
240 <
241 < 2004-10-22 17:53  chrisfen
242 <
243 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
244 <        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
245 <        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
246 <        brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
247 <        breakey
248 <
249 < 2004-10-22 17:53  chrisfen
250 <
251 <        * make/Makefile.in: compiler flags
252 <
253 < 2004-10-22 16:20  gezelter
254 <
255 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
256 <        UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
257 <        brains/fSimulation.h, types/AtomType.hpp,
258 <        types/DirectionalAtomType.hpp: fixey fixey
259 <
260 < 2004-10-22 15:22  gezelter
261 <
262 <        * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
263 <        charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
264 <        lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
265 <        fortran files and c/Fortran interfaces
266 <
267 < 2004-10-22 15:21  gezelter
268 <
269 <        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
270 <        DirectionalAtomType.hpp, Makefile: More on AtomType and
271 <        DirectionalAtomType
272 <
273 < 2004-10-22 09:47  gezelter
274 <
275 <        * src/types/AtomType.hpp: Adding AtomType
276 <
277 < 2004-10-21 16:31  tim
278 <
279 <        * ChangeLog, src/brains/Snapshot.hpp,
280 <        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
281 <        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
282 <        src/math/Vector.hpp, src/math/Vector3.hpp,
283 <        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
284 <        Snapshot and SnapshotManager in progress
285 <
286 < 2004-10-21 16:30  tim
287 <
288 <        * test/brains/: BrainsTest.cpp, Makefile,
289 <        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
290 <        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
291 <        Snapshot and snapshotManager.
292 <
293 < 2004-10-21 15:15  gezelter
294 <
295 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
296 <        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
297 <        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
298 <        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
299 <        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
300 <        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
301 <        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
302 <        Fixey Fixey.
303 <
304 < 2004-10-21 11:32  tim
305 <
306 <        * src/utils/GenericData.cpp, src/utils/Makefile,
307 <        test/utils/Makefile, test/utils/UtilTest: remove some junk files
308 <
309 < 2004-10-21 11:24  tim
310 <
311 <        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
312 <
313 < 2004-10-21 11:22  tim
314 <
315 <        * ChangeLog, src/brains/SimSetup.cpp,
316 <        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
317 <        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
318 <        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
319 <        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
320 <        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
321 <        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
322 <        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
323 <        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
324 <        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
325 <        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
326 <        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
327 <        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
328 <        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
329 <        GenericData
330 <
331 < 2004-10-21 10:25  chuckv
332 <
333 <        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
334 <        module.
335 <
336 < 2004-10-21 10:24  chuckv
337 <
338 <        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
339 <        fortran lj module.
340 <
341 < 2004-10-20 17:54  tim
342 <
343 <        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
344 <        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
345 <        test/utils/PropertyMapTestCase.cpp,
346 <        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
347 <        GenericData and PropertyMap  pass unit test.
348 <
349 < 2004-10-20 16:52  gezelter
350 <
351 <        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
352 <        DarkSide/sticky_interface.h: fixed a fortran name problem
353 <
354 < 2004-10-20 16:38  tim
355 <
356 <        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
357 <        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
358 <        UtilTest, UtilTest.cpp: adding generic data test case
359 <
360 < 2004-10-20 16:16  chuckv
361 <
362 <        * configure, ac-tools/aclocal.m4,
363 <        src/UseTheForce/DarkSide/Makefile,
364 <        src/UseTheForce/DarkSide/mpiSimulation.F90,
365 <        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
366 <        src/UseTheForce/DarkSide/simParallel.F90,
367 <        src/UseTheForce/DarkSide/simParallel_interface.h,
368 <        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
369 <        Fortran/C++ interface de-obfuscation project appears to be
370 <        complete!  Woo hoo!
371 <
372 < 2004-10-20 15:47  chuckv
373 <
374 <        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
375 <        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
376 <        continues
377 <
378 < 2004-10-20 15:46  chuckv
379 <
380 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
381 <        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
382 <        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
383 <        UseTheForce/doForces_interface.h,
384 <        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
385 <        UseTheForce/DarkSide/atype_interface.h,
386 <        UseTheForce/DarkSide/eam_interface.h,
387 <        UseTheForce/DarkSide/gb_interface.h,
388 <        UseTheForce/DarkSide/mpiSimulation_interface.h,
389 <        UseTheForce/DarkSide/shapes_interface.h,
390 <        UseTheForce/DarkSide/simulation_interface.h,
391 <        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
392 <        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
393 <        de-obfuscation project (It is a very long story)
394 <
395 < 2004-10-20 13:07  tim
396 <
397 <        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
398 <        test/math/SquareMatrix3TestCase.cpp,
399 <        test/math/SquareMatrixTestCase.cpp,
400 <        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
401 <
402 < 2004-10-20 00:52  tim
403 <
404 <        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
405 <        SnapshotManager in design phase
406 <
407 < 2004-10-19 23:54  gezelter
408 <
409 <        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
410 <        problem prevented linking
411 <
412 < 2004-10-19 23:54  gezelter
413 <
414 <        * src/UseTheForce/Shapes_FF.cpp: fixed include
415 <
416 < 2004-10-19 23:26  gezelter
417 <
418 <        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
419 <        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
420 <        more fortran name mangling
421 <
422 < 2004-10-19 23:23  gezelter
423 <
424 <        * src/profiling/timing.F90: yet more fortran renaming
425 <
426 < 2004-10-19 23:19  gezelter
427 <
428 <        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
429 <        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
430 <        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
431 <        wrappers.F90: Fortran name cleanup continues
432 <
433 < 2004-10-19 23:12  gezelter
434 <
435 <        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
436 <        broken fortran stuff
437 <
438 < 2004-10-19 23:02  gezelter
439 <
440 <        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
441 <        atype_interface.h, atype_module.F90, atype_module_interface.h,
442 <        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
443 <        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
444 <        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
445 <        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
446 <        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
447 <        mpiSimulation_interface.h, mpiSimulation_module.F90,
448 <        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
449 <        shapes_interface.h, shapes_module.h, simulation.F90,
450 <        simulation_interface.h, simulation_module.F90,
451 <        simulation_module_interface.h, sticky.F90, sticky_interface.h,
452 <        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
453 <        name sanity on the fortran side
454 <
455 < 2004-10-19 19:18  tim
456 <
457 <        * test/math/SquareMatrix3TestCase.hpp: [no log message]
458 <
459 < 2004-10-19 18:01  tim
460 <
461 <        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
462 <        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
463 <        except diagonalize(), all of functions in math library pass the
464 <        test
465 <
466 < 2004-10-19 17:43  chuckv
467 <
468 <        * src/UseTheForce/do_Forces.h: Added correct prototypes for
469 <        C-fortran interface functions.
470 <
471 < 2004-10-19 17:37  chuckv
472 <
473 <        * src/UseTheForce/DarkSide/: atype_module_interface.h,
474 <        eam_module_inteface.h, gb_module_interface.h,
475 <        mpisimulation_module_interface.h, simulation_module_interface.h,
476 <        sticky_pair_module_interface.h: Added correct prototypes for
477 <        C-fortran interface functions.
478 <
479 < 2004-10-19 16:28  tim
480 <
481 <        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
482 <        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
483 <        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
484 <        test/math/RectMatrixTestCase.cpp,
485 <        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
486 <        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
487 <        bugs get fixed at math library
488 <
489 < 2004-10-19 15:43  chuckv
490 <
491 <        * src/UseTheForce/: DarkSide/atype_module_interface.h,
492 <        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
493 <        DarkSide/mpisimulation_module_interface.h,
494 <        DarkSide/simulation_module_interface.h,
495 <        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
496 <        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
497 <        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
498 <        DarkSide/simulation_module.F90, do_Forces.F90,
499 <        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
500 <        notifycutoffs_module_interface.h: Added new files for fortran
501 <        interface.
502 <
503 < 2004-10-19 15:43  gezelter
504 <
505 <        * src/UseTheForce/Makefile: regressing
506 <
507 < 2004-10-19 15:40  gezelter
508 <
509 <        * src/: UseTheForce/DarkSide/calc_shapes.F90,
510 <        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
511 <        working on shapes for portability
512 <
513 < 2004-10-19 15:40  gezelter
514 <
515 <        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
516 <
517 < 2004-10-19 13:21  chrisfen
518 <
519 <        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
520 <        findBegin
521 <
522 < 2004-10-18 23:34  tim
523 <
524 <        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
525 <        are fixed in Vector class
526 <
527 < 2004-10-18 23:28  tim
528 <
529 <        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
530 <        some bugs in RectMatrixTestCase
531 <
532 < 2004-10-18 23:21  tim
533 <
534 <        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
535 <        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
536 <        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
537 <        test/math/VectorTestCase.hpp: implement more test cases
538 <
539 < 2004-10-18 18:13  tim
540 <
541 <        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
542 <        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
543 <        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
544 <        src/utils/StringTokenizer.hpp, test/math/Makefile,
545 <        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
546 <        tests on math library
547 <
548 < 2004-10-18 16:03  tim
549 <
550 <        * test/math/: Makefile, QuaternionTestCase.cpp,
551 <        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
552 <        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
553 <        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
554 <        more testing units
555 <
556 < 2004-10-18 12:07  tim
557 <
558 <        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
559 <        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
560 <        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
561 <        utils/GenericFactory.hpp: fix some bugs in Quaternion class
562 <
563 < 2004-10-18 11:30  gezelter
564 <
565 <        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
566 <        Your basic run of the mill real-valued versions of Y_l^m(\theta,
567 <        \phi)
568 <
569 < 2004-10-18 11:29  gezelter
570 <
571 <        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
572 <        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
573 <        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
574 <        Shapes into OOPSE
575 <
576 < 2004-10-18 10:21  gezelter
577 <
578 <        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
579 <
580 < 2004-10-18 00:23  tim
581 <
582 <        * test/math/VectorTestCase.hpp: adding  vector test case
583 <
584 < 2004-10-18 00:23  tim
585 <
586 <        * src/utils/GenericFactory.hpp: adding generic factory and vector
587 <        test case
588 <
589 < 2004-10-16 20:19  tim
590 <
591 <        * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
592 <        SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
593 <        progress
594 <
595 < 2004-10-15 20:31  tim
596 <
597 <        * src/math/Quaternion.hpp: add quaternion class
598 <
599 < 2004-10-15 16:11  tim
600 <
601 <        * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
602 <        IfstrstreamTestCase.hpp: adding test file
603 <
604 < 2004-10-15 16:10  tim
605 <
606 <        * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
607 <
608 < 2004-10-15 15:42  tim
609 <
610 <        * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
611 <
612 < 2004-10-15 15:35  tim
613 <
614 <        * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
615 <
616 < 2004-10-15 15:34  tim
617 <
618 <        * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
619 <        namespace oopse
620 <
621 < 2004-10-15 14:38  chuckv
622 <
623 <        * configure, ac-tools/aclocal.m4: Changed optimization flags for
624 <        XLF and XLC.
625 <
626 < 2004-10-15 13:28  tim
627 <
628 <        * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
629 <        adding ifstrstream test case
630 <
631 < 2004-10-15 13:20  tim
632 <
633 <        * src/io/basic_ifstrstream.hpp: fix include
634 <
635 < 2004-10-15 13:18  tim
636 <
637 <        * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
638 <
639 < 2004-10-15 13:17  tim
640 <
641 <        * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
642 <
643 < 2004-10-15 13:16  tim
644 <
645 <        * test/io/: Makefile, ifstrstreamTestCase.cpp,
646 <        ifstrstreamTestCase.hpp: adding test case for ifstrstream
647 <
648 < 2004-10-15 10:37  tim
649 <
650 <        * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
651 <        ifstrstreamTestCase.hpp: add ifstrstreamTestCase
652 <
653 < 2004-10-15 10:20  tim
654 <
655 <        * src/io/basic_ifstrstream.hpp: add checkFilename Option
656 <
657 < 2004-10-15 10:19  tim
658 <
659 <        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
660 <        SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
661 <        SquareMatrixTestCase class
662 <
663 < 2004-10-15 02:52  tim
664 <
665 <        * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
666 <
667 < 2004-10-14 18:28  tim
668 <
669 <        * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
670 <        Vector.hpp: math library in progress
671 <
672 < 2004-10-14 18:27  tim
673 <
674 <        * src/io/FileReader.hpp: FileReader in progress
675 <
676 < 2004-10-13 18:53  tim
677 <
678 <        * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
679 <        test in isOrthogonal of SquareMatrix is failed by some reasons
680 <
681 < 2004-10-13 17:28  tim
682 <
683 <        * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
684 <        class
685 <
686 < 2004-10-13 17:27  tim
687 <
688 <        * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
689 <        RectMatrixTestCase.hpp: adding testing unit
690 <
691 < 2004-10-13 17:24  tim
692 <
693 <        * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
694 <
695 < 2004-10-13 01:51  tim
696 <
697 <        * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
698 <        Vector3.hpp: refactory vector and matrix classes
699 <
700 < 2004-10-13 01:50  tim
701 <
702 <        * src/math/Vector3d.hpp: Remove some Makefile.in
703 <
704 < 2004-10-12 18:57  tim
705 <
706 <        * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
707 <        Matrix3x3d.hpp
708 <
709 < 2004-10-12 14:08  tim
710 <
711 <        * doc/: cppstyle.html, style.css: adding c++ coding style
712 <
713 < 2004-10-11 17:15  tim
714 <
715 <        * src/: constraints/AbstractClasses.hpp,
716 <        integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
717 <        change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
718 <
719 < 2004-10-11 16:54  tim
720 <
721 <        * scripts/filepp: fix a bug in filepp
722 <
723 < 2004-10-11 16:13  tim
724 <
725 <        * make/Makefile.in: using filepp to generate dependencies instead
726 <        of compilers
727 <
728 < 2004-10-11 16:10  tim
729 <
730 <        * scripts/filepp: filepp can be used to generate dependencies for
731 <        c/c++ now
732 <
733 < 2004-10-11 13:40  tim
734 <
735 <        * make/Makefile.in: remove -module from F90Options
736 <
737 < 2004-10-11 13:01  tim
738 <
739 <        * make/Makefile.in: adding rules to move fortran 90 module to
740 <        target directory
741 <
742 < 2004-10-11 10:43  gezelter
743 <
744 <        * make/Makefile.in: fixed makefile.in
745 <
746 < 2004-10-11 09:51  tim
747 <
748 <        * scripts/filepp: remove "use bytes" which causes problem in sgi
749 <        machine
750 <
751 < 2004-10-11 09:26  tim
752 <
753 <        * forceFields/Makefile: add Makefile
754 <
755 < 2004-10-11 09:23  tim
756 <
757 <        * samples/: water/dimer/Makefile, water/spce/Makefile,
758 <        water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
759 <        water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
760 <        directory
761 <
762 < 2004-10-11 09:23  tim
763 <
764 <        * samples/argon/Makefile: remove argon.dump and argon.eor from
765 <        Makefile
766 <
767 < 2004-10-09 01:01  tim
768 <
769 <        * samples/: alkane/Makefile.in, argon/Makefile.in,
770 <        lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
771 <        Remove some Makefile.in
772 <
773 < 2004-10-08 18:15  tim
774 <
775 <        * make/Makefile.in: [no log message]
776 <
777 < 2004-10-08 17:51  tim
778 <
779 <        * make/Makefile.in: fix make install
780 <
781 < 2004-10-08 17:10  tim
782 <
783 <        * make/Makefile.in: adding make install
784 <
785 < 2004-10-08 17:04  tim
786 <
787 <        * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
788 <        metals/Makefile, minimizer/Makefile, water/Makefile.in,
789 <        water/dimer/Makefile, water/dimer/Makefile.in, water/spce/Makefile,
790 <        water/spce/Makefile.in, water/ssd/Makefile, water/ssd/Makefile.in,
791 <        water/ssde/Makefile, water/ssde/Makefile.in,
792 <        water/tip3p_ice/Makefile, water/tip3p_ice/Makefile.in,
793 <        water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
794 <        zcons/Makefile.in: add Makefile to sample directory
795 <
796 < 2004-10-06 18:03  gezelter
797 <
798 <        * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
799 <        stuff
800 <
801 < 2004-10-06 18:03  gezelter
802 <
803 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
804 <        make/Doxyfile, src/applications/getopt.c,
805 <        src/applications/getopt1.c, src/applications/gnugetopt.h: more
806 <        build fixes
807 <
808 < 2004-10-06 17:20  tim
809 <
810 <        * make/: Doxyfile, Makefile.in: adding doxygen configuration file
811 <
812 < 2004-10-06 17:19  tim
813 <
814 <        * scripts/filepp: filepp can handle different fortran module case
815 <        and suffix
816 <
817 < 2004-10-06 16:27  gezelter
818 <
819 <        * src/restraints/Restraints.cpp: Chris doesn't know about the
820 <        OOPSE-2.0 directory structure yet
821 <
822 < 2004-10-06 16:27  gezelter
823 <
824 <        * ChangeLog: Yeah yeah, we'lll get around to it later
825 <
826 < 2004-10-06 16:22  gezelter
827 <
828 <        * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
829 <        make/Makefile.in: cleaning up build process
830 <
831 < 2004-10-06 15:01  chrisfen
832 <
833 <        * src/restraints/Restraints.cpp: made the file reading in
834 <        restraints more intelligent - no longer gives uninformative seg
835 <        faults
836 <
837 < 2004-10-06 14:55  gezelter
838 <
839 <        * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
840 <
841 < 2004-10-06 14:51  gezelter
842 <
843 <        * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
844 <        scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
845 <
846 < 2004-10-06 13:53  tim
847 <
848 <        * make/: Makefile, Makefile.in: fix make statistics
849 <
850 < 2004-10-06 13:18  tim
851 <
852 <        * make/: Makefile, Makefile.in: adding GNU make functions to
853 <        combine all of the static libraries to a big library
854 <
855 < 2004-10-05 17:57  tim
856 <
857 <        * make/: Makefile, Makefile.in:  adding shared library flag
858 <
859 < 2004-10-05 14:37  tim
860 <
861 <        * src/: Makefile, UseTheForce/Makefile,
862 <        UseTheForce/mpiSimulation_module.F90,
863 <        UseTheForce/DarkSide/Makefile,
864 <        UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
865 <        mpiSimulation_module to DarkSide
866 <
867 < 2004-10-05 14:35  tim
868 <
869 <        * make/: Makefile, Makefile.in: building MPI version;using static
870 <        library instead of shared library
871 <
872 < 2004-10-05 09:14  tim
873 <
874 <        * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
875 <        to filepp
876 <
877 < 2004-10-04 15:56  tim
878 <
879 <        * make/: Makefile, Makefile.in: add make cvslog
880 <
881 < 2004-10-04 11:24  gezelter
882 <
883 <        * make/: Makefile, Makefile.in: more work on the parallel build
884 <
885 < 2004-10-04 11:06  gezelter
886 <
887 <        * make/: Makefile, Makefile.in: changes to backport declare flags
888 <
889 < 2004-10-04 10:27  gezelter
890 <
891 <        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
892 <        DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
893 <        shapes
894 <
895 < 2004-10-01 23:40  tim
896 <
897 <        * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
898 <
899 < 2004-10-01 23:22  tim
900 <
901 <        * make/: Makefile, Makefile.in: add oopse_ as library prefix
902 <
903 < 2004-10-01 16:59  tim
904 <
905 <        * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
906 <
907 < 2004-10-01 16:22  gezelter
908 <
909 <        * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
910 <        few minor build changes
911 <
912 < 2004-10-01 16:11  tim
913 <
914 <        * scripts/filepp: adding fortran90 make dependency tool
915 <
916 < 2004-09-30 10:41  tim
917 <
918 <        * make/: Makefile, Makefile.in: make clean is smart enough to only
919 <        remove object files belong to current package.  turn off silent
920 <        mode
921 <
922 < 2004-09-29 16:55  tim
923 <
924 <        * src/: Makefile, UseTheForce/Makefile,
925 <        UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
926 <        applications/oopse/Makefile, applications/simpleBuilder/Makefile,
927 <        brains/Makedepend, brains/Makefile, constraints/Makefile,
928 <        integrators/Makefile, io/Makefile, math/Makefile,
929 <        minimizers/Makefile, primitives/Makefile, profiling/Makefile,
930 <        restraints/Makefile, types/Makefile, utils/Makefile,
931 <        visitors/Makefile: define DEV_ROOT as relative path
932 <
933 < 2004-09-29 16:54  tim
934 <
935 <        * make/: Makefile, Makefile.in: get the relative path by shell
936 <        script
937 <
938 < 2004-09-29 16:32  tim
939 <
940 <        * make/Makefile: eliminate DEV_ROOT by relative path
941 <
942 < 2004-09-29 13:37  tim
943 <
944 <        * make/Makefile.in: add PackageLibs;  fix dependency rule
945 <
946 < 2004-09-29 12:57  gezelter
947 <
948 <        * configure, ac-tools/configure.in: updates
949 <
950 < 2004-09-29 12:56  gezelter
951 <
952 <        * make/: Make.conf.in, Makefile.in: Working on make stuff
953 <
954 < 2004-09-29 12:46  tim
955 <
956 <        * Makefile: If makefile does not exist, print error message
957 <
958 < 2004-09-29 12:12  tim
959 <
960 <        * make/: Make.conf.in, Makefile: fix dependencies rule
961 <
962 < 2004-09-29 10:58  gezelter
963 <
964 <        * Makefile, make/Makefile: still working on build process
965 <
966 < 2004-09-29 10:00  tim
967 <
968 <        * make/Makefile: add print statment to rules
969 <
970 < 2004-09-29 09:59  tim
971 <
972 <        * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
973 <        applications/dump2Xyz/Makefile, applications/oopse/Makefile,
974 <        applications/simpleBuilder/Makefile, brains/Makefile,
975 <        constraints/Makefile, integrators/Makefile, io/Makefile,
976 <        math/Makefile, minimizers/Makefile, primitives/Makefile,
977 <        profiling/Makefile, restraints/Makefile, types/Makefile,
978 <        utils/Makefile, visitors/Makefile: change Makefile to relative path
979 <
980 < 2004-09-28 21:55  tim
981 <
982 <        * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
983 <        which cause headache in bulding libutils
984 <
985 < 2004-09-28 18:24  tim
986 <
987 <        * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
988 <        Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
989 <        Lattice.cpp, Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
990 <        LatticeFactory.cpp, LatticeFactory.hpp, MoLocator.cpp,
991 <        MoLocator.hpp, Vector3d.hpp, cmdline.c, cmdline.h, nanoBuilder.cpp,
992 <        nanoBuilder.hpp, oopse.cpp, simpleBuilder.cpp, simpleBuilder.ggo,
993 <        simpleBuilderCmd.c, simpleBuilderCmd.h, dump2Xyz/Dump2XYZ.cpp,
994 <        dump2Xyz/Dump2XYZ.ggo, dump2Xyz/Dump2XYZCmd.c,
995 <        dump2Xyz/Dump2XYZCmd.h, dump2Xyz/Makefile, oopse/Makefile,
996 <        oopse/oopse.cpp, simpleBuilder/BaseLattice.cpp,
997 <        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
998 <        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
999 <        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
1000 <        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Make.ftemp.old,
1001 <        simpleBuilder/Makefile, simpleBuilder/MoLocator.cpp,
1002 <        simpleBuilder/MoLocator.hpp, simpleBuilder/Vector3d.hpp,
1003 <        simpleBuilder/simpleBuilder.cpp, simpleBuilder/simpleBuilder.ggo,
1004 <        simpleBuilder/simpleBuilderCmd.c, simpleBuilder/simpleBuilderCmd.h:
1005 <        change directory structure of application. Every executable file is
1006 <        replaced in seperate directory
1007 <
1008 < 2004-09-28 17:15  gezelter
1009 <
1010 <        * lib/dummy: Keep that lib around, please.
1011 <
1012 < 2004-09-28 17:14  gezelter
1013 <
1014 <        * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
1015 <        starting a configure version
1016 <
1017 < 2004-09-28 16:08  tim
1018 <
1019 <        * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
1020 <        UseTheForce/DarkSide/Makefile,
1021 <        UseTheForce/DarkSide/notifyCutoffs.F90,
1022 <        UseTheForce/DarkSide/simulation_module.F90, brains/Makedepend,
1023 <        brains/Makefile, brains/simulation_module.F90: move fortran files
1024 <        around to solve dependency problem
1025 <
1026 < 2004-09-28 15:43  tim
1027 <
1028 <        * Makefile, src/UseTheForce/ForceFields.hpp,
1029 <        src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
1030 <        src/applications/Makedepend, src/applications/Makefile,
1031 <        src/brains/Makedepend, src/brains/simulation_module.F90,
1032 <        src/integrators/AllIntegrator.hpp, src/math/Euler3.cpp,
1033 <        src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
1034 <        src/utils/Makefile: [no log message]
1035 <
1036 < 2004-09-28 15:41  tim
1037 <
1038 <        * make/Makefile, scripts/sfmakedepend: fix fortran dependency
1039 <        problem
1040 <
1041 < 2004-09-28 11:13  tim
1042 <
1043 <        * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
1044 <        src/io/Makefile: add yacc and lex rules
1045 <
1046 < 2004-09-27 15:24  tim
1047 <
1048 <        * make/Makefile: adding include path to F90Options
1049 <
1050 < 2004-09-27 15:13  tim
1051 <
1052 <        * make/Makefile: change suffix from .cc to .cpp
1053 <
1054 < 2004-09-24 11:27  tim
1055 <
1056 <        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
1057 <        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
1058 <        UseTheForce/LJFF.cpp, UseTheForce/WATER.cpp,
1059 <        UseTheForce/do_Forces.F90, UseTheForce/fortranWrapDefines.hpp,
1060 <        UseTheForce/fortranWrappers.cpp, UseTheForce/fortranWrappers.hpp,
1061 <        UseTheForce/mpiForceField.c, UseTheForce/mpiSimulation_module.F90,
1062 <        UseTheForce/DarkSide/calc_LJ_FF.F90,
1063 <        UseTheForce/DarkSide/notifyCutoffs.F90,
1064 <        UseTheForce/DarkSide/switch_module.F90,
1065 <        applications/BaseLattice.cpp, applications/Dump2XYZ.cpp,
1066 <        applications/Dump2XYZCmd.c, applications/Lattice.cpp,
1067 <        applications/Lattice.hpp, applications/LatticeCreator.cpp,
1068 <        applications/LatticeCreator.hpp, applications/LatticeFactory.cpp,
1069 <        applications/MoLocator.cpp, applications/MoLocator.hpp,
1070 <        applications/cmdline.c, applications/nanoBuilder.cpp,
1071 <        applications/oopse.cpp, applications/simpleBuilder.cpp,
1072 <        applications/simpleBuilderCmd.c, brains/Exclude.cpp,
1073 <        brains/ForceFields.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1074 <        brains/SimSetup.cpp, brains/SimSetup.hpp, brains/SimState.cpp,
1075 <        brains/SkipList.cpp, brains/Thermo.cpp, brains/Thermo.hpp,
1076 <        brains/mpiSimulation.cpp, brains/mpiSimulation.hpp,
1077 <        constraints/AbstractClasses.hpp, constraints/ZConstraint.cpp,
1078 <        integrators/AbstractClasses.hpp, integrators/Integrator.cpp,
1079 <        integrators/Integrator.hpp, integrators/NPT.cpp,
1080 <        integrators/NPTf.cpp, integrators/NPTi.cpp, integrators/NPTxyz.cpp,
1081 <        integrators/NVT.cpp, io/BASS_interface.cpp, io/BASS_parse.c,
1082 <        io/DumpReader.cpp, io/DumpWriter.cpp, io/Globals.cpp,
1083 <        io/Globals.hpp, io/InitializeFromFile.cpp, io/LinkedAssign.cpp,
1084 <        io/LinkedCommand.cpp, io/ReadWrite.hpp, io/StatWriter.cpp,
1085 <        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
1086 <        io/ZConsWriter.hpp, io/interface.c, io/make_nodes.c,
1087 <        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/parse_interface.h,
1088 <        io/parse_tree.c, io/parse_tree.h, math/Euler3.cpp, math/MatVec3.c,
1089 <        math/MatVec3.h, math/randomSPRNG.cpp,
1090 <        minimizers/CGFamilyMinimizer.cpp, minimizers/OOPSEMinimizer.cpp,
1091 <        minimizers/OOPSEMinimizer.hpp, minimizers/PRCG.cpp,
1092 <        minimizers/SDMinimizer.cpp, primitives/AbstractClasses.hpp,
1093 <        primitives/Atom.cpp, primitives/Atom.hpp, primitives/Bend.cpp,
1094 <        primitives/BendExtensions.cpp, primitives/Bond.cpp,
1095 <        primitives/BondExtensions.cpp, primitives/CutoffGroup.hpp,
1096 <        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
1097 <        primitives/GhostBend.cpp, primitives/Molecule.cpp,
1098 <        primitives/Molecule.hpp, primitives/RigidBody.cpp,
1099 <        primitives/RigidBody.hpp, primitives/SRI.hpp,
1100 <        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
1101 <        primitives/Torsion.cpp, primitives/TorsionExtensions.cpp,
1102 <        profiling/mdProfile.cpp, restraints/Restraints.cpp,
1103 <        restraints/Restraints.hpp, types/AtomStamp.cpp,
1104 <        types/AtomStamp.hpp, types/BendStamp.cpp, types/BendStamp.hpp,
1105 <        types/BondStamp.cpp, types/BondStamp.hpp, types/Component.cpp,
1106 <        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1107 <        types/MakeStamps.cpp, types/MakeStamps.hpp,
1108 <        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
1109 <        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
1110 <        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
1111 <        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/GenericData.cpp,
1112 <        utils/StreamTokenizer.cpp, utils/StringUtils.c,
1113 <        utils/StringUtils.cpp, utils/Utility.cpp, utils/fError.c,
1114 <        utils/simError.c, visitors/AtomVisitor.cpp,
1115 <        visitors/AtomVisitor.hpp, visitors/CompositeVisitor.cpp,
1116 <        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
1117 <        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
1118 <        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
1119 <        visitors/ZconsVisitor.hpp: change the #include in source files
1120 <
1121 < 2004-09-23 23:16  gezelter
1122 <
1123 <        * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
1124 <        src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
1125 <        src/constraints/Makefile, src/constraints/ZConstraint.cpp,
1126 <        src/UseTheForce/DUFF.cpp, src/UseTheForce/EAM_FF.cpp,
1127 <        src/UseTheForce/ForceFields.cpp, src/UseTheForce/ForceFields.hpp,
1128 <        src/UseTheForce/LJFF.cpp, src/UseTheForce/Makefile,
1129 <        src/UseTheForce/WATER.cpp, src/UseTheForce/do_Forces.F90,
1130 <        src/UseTheForce/fForceField.h,
1131 <        src/UseTheForce/fSwitchingFunction.h,
1132 <        src/UseTheForce/fortranWrapDefines.hpp,
1133 <        src/UseTheForce/fortranWrappers.cpp,
1134 <        src/UseTheForce/fortranWrappers.hpp,
1135 <        src/UseTheForce/mpiComponentPlan.h,
1136 <        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
1137 <        src/UseTheForce/mpiSimulation_module.F90,
1138 <        src/UseTheForce/wrappers.F90, src/UseTheForce/DarkSide/Makefile,
1139 <        src/UseTheForce/DarkSide/atype_module.F90,
1140 <        src/UseTheForce/DarkSide/calc_LJ_FF.F90,
1141 <        src/UseTheForce/DarkSide/calc_charge_charge.F90,
1142 <        src/UseTheForce/DarkSide/calc_dipole_dipole.F90,
1143 <        src/UseTheForce/DarkSide/calc_eam.F90,
1144 <        src/UseTheForce/DarkSide/calc_gb.F90,
1145 <        src/UseTheForce/DarkSide/calc_reaction_field.F90,
1146 <        src/UseTheForce/DarkSide/calc_sticky_pair.F90,
1147 <        src/UseTheForce/DarkSide/force_globals.F90,
1148 <        src/UseTheForce/DarkSide/neighborLists.F90,
1149 <        src/UseTheForce/DarkSide/notifyCutoffs.F90,
1150 <        src/UseTheForce/DarkSide/switch_module.F90,
1151 <        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
1152 <        src/io/BASSlex.l, src/io/BASSyacc.y, src/io/DumpReader.cpp,
1153 <        src/io/DumpWriter.cpp, src/io/Globals.cpp,
1154 <        src/io/InitializeFromFile.cpp, src/io/LinkedAssign.hpp,
1155 <        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
1156 <        src/io/Makefile, src/io/ReadWrite.hpp, src/io/StatWriter.cpp,
1157 <        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1158 <        src/io/ZConsWriter.hpp, src/io/interface.c, src/io/make_nodes.c,
1159 <        src/io/make_nodes.h, src/io/mpiBASS.c, src/io/mpiBASS.h,
1160 <        src/io/node_list.h, src/io/parse_interface.h, src/io/parse_me.h,
1161 <        src/io/parse_tree.c, src/io/parse_tree.h, src/types/AtomStamp.cpp,
1162 <        src/types/AtomStamp.hpp, src/types/BendStamp.cpp,
1163 <        src/types/BendStamp.hpp, src/types/BondStamp.cpp,
1164 <        src/types/BondStamp.hpp, src/types/Component.cpp,
1165 <        src/types/Component.hpp, src/types/CutoffGroupStamp.cpp,
1166 <        src/types/CutoffGroupStamp.hpp, src/types/MakeStamps.cpp,
1167 <        src/types/MakeStamps.hpp, src/types/Makefile,
1168 <        src/types/MoleculeStamp.cpp, src/types/MoleculeStamp.hpp,
1169 <        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
1170 <        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
1171 <        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
1172 <        src/applications/simpleBuilderCmd.h, src/brains/Exclude.cpp,
1173 <        src/brains/Exclude.hpp, src/brains/ForceFields.cpp,
1174 <        src/brains/Makedepend, src/brains/Makefile, src/brains/SimInfo.cpp,
1175 <        src/brains/SimInfo.hpp, src/brains/SimSetup.cpp,
1176 <        src/brains/SimSetup.hpp, src/brains/SimState.cpp,
1177 <        src/brains/SimState.hpp, src/brains/SkipList.cpp,
1178 <        src/brains/SkipList.hpp, src/brains/Thermo.cpp,
1179 <        src/brains/Thermo.hpp, src/brains/fSimulation.h,
1180 <        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
1181 <        src/brains/simulation_module.F90, src/io/BASS_interface.cpp,
1182 <        src/io/Globals.hpp, src/io/LinkedAssign.cpp,
1183 <        src/io/ZConsReader.cpp, src/math/Euler3.cpp, src/math/Euler3.hpp,
1184 <        src/math/Makefile, src/math/MatVec3.c, src/math/MatVec3.h,
1185 <        src/math/mt19937ar.c, src/math/randomSPRNG.cpp,
1186 <        src/math/randomSPRNG.hpp, src/minimizers/CGFamilyMinimizer.cpp,
1187 <        src/minimizers/Makefile, src/minimizers/MinimizerParameterSet.hpp,
1188 <        src/minimizers/OOPSEMinimizer.cpp,
1189 <        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
1190 <        src/minimizers/SDMinimizer.cpp, src/primitives/AbstractClasses.hpp,
1191 <        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1192 <        src/primitives/Bend.cpp, src/primitives/BendExtensions.cpp,
1193 <        src/primitives/Bond.cpp, src/primitives/BondExtensions.cpp,
1194 <        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
1195 <        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1196 <        src/primitives/Makefile, src/primitives/Molecule.cpp,
1197 <        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
1198 <        src/primitives/RigidBody.hpp, src/primitives/SRI.hpp,
1199 <        src/primitives/StuntDouble.cpp, src/primitives/StuntDouble.hpp,
1200 <        src/primitives/Torsion.cpp, src/primitives/TorsionExtensions.cpp,
1201 <        src/restraints/Makefile, src/restraints/Restraints.cpp,
1202 <        src/restraints/Restraints.hpp, src/utils/GenericData.cpp,
1203 <        src/utils/GenericData.hpp, src/utils/Makefile,
1204 <        src/utils/StreamTokenizer.cpp, src/utils/StreamTokenizer.hpp,
1205 <        src/utils/StringUtils.c, src/utils/StringUtils.cpp,
1206 <        src/utils/StringUtils.h, src/utils/StringUtils.hpp,
1207 <        src/utils/TypeInfo.hpp, src/utils/Utility.cpp,
1208 <        src/utils/Utility.hpp, src/utils/definitions_module.F90,
1209 <        src/utils/fError.c, src/utils/oopseMPI_module.F90,
1210 <        src/utils/simError.c, src/utils/simError.h,
1211 <        src/utils/status_module.F90, src/utils/vector_class.F90,
1212 <        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
1213 <        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
1214 <        src/visitors/CompositeVisitor.hpp, src/visitors/Makefile,
1215 <        src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1216 <        src/visitors/RigidBodyVisitor.cpp,
1217 <        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1218 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1219 <        samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1220 <        samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1221 <        samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
1222 <        samples/metals/Au_nanoparticle.md, samples/metals/Makefile.in,
1223 <        samples/zcons/Makefile.in, samples/zcons/water.md,
1224 <        samples/zcons/zconsFixed.in, samples/zcons/zconsFixed.md,
1225 <        samples/zcons/zconsMoving.in, samples/zcons/zconsMoving.md,
1226 <        src/applications/BaseLattice.cpp, src/applications/BaseLattice.hpp,
1227 <        src/applications/Dump2XYZ.cpp, src/applications/Dump2XYZ.ggo,
1228 <        src/applications/Dump2XYZCmd.c, src/applications/Dump2XYZCmd.h,
1229 <        src/applications/Lattice.cpp, src/applications/Lattice.hpp,
1230 <        src/applications/LatticeCreator.cpp,
1231 <        src/applications/LatticeCreator.hpp,
1232 <        src/applications/LatticeFactory.cpp,
1233 <        src/applications/LatticeFactory.hpp, src/applications/Makedepend,
1234 <        src/applications/Makefile, src/applications/MoLocator.cpp,
1235 <        src/applications/MoLocator.hpp, src/applications/Vector3d.hpp,
1236 <        src/applications/cmdline.c, src/applications/cmdline.h,
1237 <        src/applications/getopt.c, src/applications/getopt1.c,
1238 <        src/applications/gnugetopt.h, src/applications/nanoBuilder.cpp,
1239 <        src/applications/nanoBuilder.hpp, src/applications/oopse.cpp,
1240 <        src/applications/quickLate.c, src/applications/simpleBuilder.cpp,
1241 <        src/applications/simpleBuilder.ggo,
1242 <        src/applications/simpleBuilderCmd.c,
1243 <        src/integrators/AbstractClasses.hpp,
1244 <        src/integrators/AllIntegrator.hpp, src/integrators/Integrator.cpp,
1245 <        src/integrators/Integrator.hpp, src/integrators/Makefile,
1246 <        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
1247 <        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
1248 <        src/integrators/NVT.cpp, src/profiling/Makefile,
1249 <        src/profiling/mdProfile.cpp, src/profiling/mdProfile.hpp,
1250 <        src/profiling/timing.F90, samples/metals/Au_bulk.in,
1251 <        samples/metals/Au_nanoparticle.in, samples/metals/metals.md,
1252 <        samples/water/Makefile.in, samples/water/dimer/Makefile.in,
1253 <        samples/water/dimer/two.in, samples/water/dimer/two.md,
1254 <        samples/water/dimer/water.md, samples/water/spce/Makefile.in,
1255 <        samples/water/spce/spce.in, samples/water/spce/spce.md,
1256 <        samples/water/spce/water.md, samples/water/ssde/Makefile.in,
1257 <        samples/water/ssde/ssde.in, samples/water/ssde/ssde.md,
1258 <        samples/water/ssde/water.md, samples/water/tip3p_ice/Makefile.in,
1259 <        samples/water/tip3p_ice/tp3.in, samples/water/tip3p_ice/tp3.md,
1260 <        samples/water/tip3p_ice/water.md, samples/water/ssd/Makefile.in,
1261 <        samples/water/ssd/ssd.in, samples/water/ssd/ssd.md,
1262 <        samples/water/ssd/water.md, samples/water/tip4p/tp4.in,
1263 <        samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
1264 <        samples/alkane/Makefile.in, samples/alkane/alkanes.md,
1265 <        samples/alkane/butane.in, samples/alkane/butane.md,
1266 <        samples/argon/500.in, samples/argon/500.md,
1267 <        samples/argon/Makefile.in, samples/argon/ar864.in,
1268 <        samples/argon/ar864.md, samples/argon/argonNVT.in,
1269 <        samples/argon/argonNVT.md, samples/argon/lj.md,
1270 <        samples/lipid/5x5.in, samples/lipid/5x5.md,
1271 <        samples/lipid/Makefile.in, samples/lipid/lipid.md,
1272 <        samples/lipid/water.md, samples/minimizer/Makefile.in,
1273 <        samples/minimizer/WATER.frc, samples/minimizer/ssdEM.in,
1274 <        samples/minimizer/ssdEM.md, samples/minimizer/tip4p_two.in,
1275 <        samples/minimizer/tip4p_two.md, samples/minimizer/water.md,
1276 <        samples/water/tip4p/Makefile.in, forceFields/Ag.VC.funcfl,
1277 <        forceFields/Ag.u3.funcfl, forceFields/Ag.u6.funcfl,
1278 <        forceFields/Au.u6.funcfl, forceFields/Cu.VC.funcfl,
1279 <        forceFields/Cu.u3.funcfl, forceFields/Cu.u6.funcfl,
1280 <        forceFields/DUFF.frc, forceFields/DipoleTest.frc,
1281 <        forceFields/EAM.VC.frc, forceFields/EAM.frc,
1282 <        forceFields/EAM.u3.frc, forceFields/EAM.u6.frc,
1283 <        forceFields/Makefile.in, forceFields/Ni.u3.funcfl,
1284 <        forceFields/Ni.u6.funcfl, forceFields/Pd.VC.funcfl,
1285 <        forceFields/Pd.u6.funcfl, forceFields/Pt.u3.funcfl,
1286 <        forceFields/Pt.u6.funcfl, forceFields/WATER.frc, scripts/cleanSrc,
1287 <        scripts/cvs2cl.pl, scripts/makers, scripts/sfmakedepend,
1288 <        ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
1289 <        ac-tools/config.sub, ac-tools/configure.in, ac-tools/fortran90.m4,
1290 <        ac-tools/install-sh, ac-tools/shtool, doc/OOPSE.pdf,
1291 <        forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl,
1292 <        forceFields/Au.u3.funcfl, forceFields/LJFF.frc,
1293 <        forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
1294 <        forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
1295 <
1296 < 2004-09-23 23:16  gezelter
1297 <
1298 <        * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
1299 <        src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
1300 <        src/constraints/Makefile, src/constraints/ZConstraint.cpp,
1301 <        src/UseTheForce/DUFF.cpp, src/UseTheForce/EAM_FF.cpp,
1302 <        src/UseTheForce/ForceFields.cpp, src/UseTheForce/ForceFields.hpp,
1303 <        src/UseTheForce/LJFF.cpp, src/UseTheForce/Makefile,
1304 <        src/UseTheForce/WATER.cpp, src/UseTheForce/do_Forces.F90,
1305 <        src/UseTheForce/fForceField.h,
1306 <        src/UseTheForce/fSwitchingFunction.h,
1307 <        src/UseTheForce/fortranWrapDefines.hpp,
1308 <        src/UseTheForce/fortranWrappers.cpp,
1309 <        src/UseTheForce/fortranWrappers.hpp,
1310 <        src/UseTheForce/mpiComponentPlan.h,
1311 <        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
1312 <        src/UseTheForce/mpiSimulation_module.F90,
1313 <        src/UseTheForce/wrappers.F90, src/UseTheForce/DarkSide/Makefile,
1314 <        src/UseTheForce/DarkSide/atype_module.F90,
1315 <        src/UseTheForce/DarkSide/calc_LJ_FF.F90,
1316 <        src/UseTheForce/DarkSide/calc_charge_charge.F90,
1317 <        src/UseTheForce/DarkSide/calc_dipole_dipole.F90,
1318 <        src/UseTheForce/DarkSide/calc_eam.F90,
1319 <        src/UseTheForce/DarkSide/calc_gb.F90,
1320 <        src/UseTheForce/DarkSide/calc_reaction_field.F90,
1321 <        src/UseTheForce/DarkSide/calc_sticky_pair.F90,
1322 <        src/UseTheForce/DarkSide/force_globals.F90,
1323 <        src/UseTheForce/DarkSide/neighborLists.F90,
1324 <        src/UseTheForce/DarkSide/notifyCutoffs.F90,
1325 <        src/UseTheForce/DarkSide/switch_module.F90,
1326 <        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
1327 <        src/io/BASSlex.l, src/io/BASSyacc.y, src/io/DumpReader.cpp,
1328 <        src/io/DumpWriter.cpp, src/io/Globals.cpp,
1329 <        src/io/InitializeFromFile.cpp, src/io/LinkedAssign.hpp,
1330 <        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
1331 <        src/io/Makefile, src/io/ReadWrite.hpp, src/io/StatWriter.cpp,
1332 <        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1333 <        src/io/ZConsWriter.hpp, src/io/interface.c, src/io/make_nodes.c,
1334 <        src/io/make_nodes.h, src/io/mpiBASS.c, src/io/mpiBASS.h,
1335 <        src/io/node_list.h, src/io/parse_interface.h, src/io/parse_me.h,
1336 <        src/io/parse_tree.c, src/io/parse_tree.h, src/types/AtomStamp.cpp,
1337 <        src/types/AtomStamp.hpp, src/types/BendStamp.cpp,
1338 <        src/types/BendStamp.hpp, src/types/BondStamp.cpp,
1339 <        src/types/BondStamp.hpp, src/types/Component.cpp,
1340 <        src/types/Component.hpp, src/types/CutoffGroupStamp.cpp,
1341 <        src/types/CutoffGroupStamp.hpp, src/types/MakeStamps.cpp,
1342 <        src/types/MakeStamps.hpp, src/types/Makefile,
1343 <        src/types/MoleculeStamp.cpp, src/types/MoleculeStamp.hpp,
1344 <        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
1345 <        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
1346 <        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
1347 <        src/applications/simpleBuilderCmd.h, src/brains/Exclude.cpp,
1348 <        src/brains/Exclude.hpp, src/brains/ForceFields.cpp,
1349 <        src/brains/Makedepend, src/brains/Makefile, src/brains/SimInfo.cpp,
1350 <        src/brains/SimInfo.hpp, src/brains/SimSetup.cpp,
1351 <        src/brains/SimSetup.hpp, src/brains/SimState.cpp,
1352 <        src/brains/SimState.hpp, src/brains/SkipList.cpp,
1353 <        src/brains/SkipList.hpp, src/brains/Thermo.cpp,
1354 <        src/brains/Thermo.hpp, src/brains/fSimulation.h,
1355 <        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
1356 <        src/brains/simulation_module.F90, src/io/BASS_interface.cpp,
1357 <        src/io/Globals.hpp, src/io/LinkedAssign.cpp,
1358 <        src/io/ZConsReader.cpp, src/math/Euler3.cpp, src/math/Euler3.hpp,
1359 <        src/math/Makefile, src/math/MatVec3.c, src/math/MatVec3.h,
1360 <        src/math/mt19937ar.c, src/math/randomSPRNG.cpp,
1361 <        src/math/randomSPRNG.hpp, src/minimizers/CGFamilyMinimizer.cpp,
1362 <        src/minimizers/Makefile, src/minimizers/MinimizerParameterSet.hpp,
1363 <        src/minimizers/OOPSEMinimizer.cpp,
1364 <        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
1365 <        src/minimizers/SDMinimizer.cpp, src/primitives/AbstractClasses.hpp,
1366 <        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1367 <        src/primitives/Bend.cpp, src/primitives/BendExtensions.cpp,
1368 <        src/primitives/Bond.cpp, src/primitives/BondExtensions.cpp,
1369 <        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
1370 <        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1371 <        src/primitives/Makefile, src/primitives/Molecule.cpp,
1372 <        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
1373 <        src/primitives/RigidBody.hpp, src/primitives/SRI.hpp,
1374 <        src/primitives/StuntDouble.cpp, src/primitives/StuntDouble.hpp,
1375 <        src/primitives/Torsion.cpp, src/primitives/TorsionExtensions.cpp,
1376 <        src/restraints/Makefile, src/restraints/Restraints.cpp,
1377 <        src/restraints/Restraints.hpp, src/utils/GenericData.cpp,
1378 <        src/utils/GenericData.hpp, src/utils/Makefile,
1379 <        src/utils/StreamTokenizer.cpp, src/utils/StreamTokenizer.hpp,
1380 <        src/utils/StringUtils.c, src/utils/StringUtils.cpp,
1381 <        src/utils/StringUtils.h, src/utils/StringUtils.hpp,
1382 <        src/utils/TypeInfo.hpp, src/utils/Utility.cpp,
1383 <        src/utils/Utility.hpp, src/utils/definitions_module.F90,
1384 <        src/utils/fError.c, src/utils/oopseMPI_module.F90,
1385 <        src/utils/simError.c, src/utils/simError.h,
1386 <        src/utils/status_module.F90, src/utils/vector_class.F90,
1387 <        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
1388 <        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
1389 <        src/visitors/CompositeVisitor.hpp, src/visitors/Makefile,
1390 <        src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1391 <        src/visitors/RigidBodyVisitor.cpp,
1392 <        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1393 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1 > 2006-05-19 16:45  tim
2 >
3 >        * src/io/DumpWriter.cpp: Fix a bug of printing empty line in
4 >        DumpWriter
5 >
6 > 2006-05-19 11:11  tim
7 >
8 >        * make/Makefile.in: change the order of include path and library
9 >        path
10 >
11 > 2006-05-17 17:51  tim
12 >
13 >        * ChangeLog, samples/water/ssd/ssd.md, src/config.h.in,
14 >        src/UseTheForce/EAM_FF.cpp, src/UseTheForce/EAM_FF.hpp,
15 >        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
16 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
17 >        src/UseTheForce/doForces_interface.h,
18 >        src/UseTheForce/fForceOptions.h,
19 >        src/UseTheForce/DarkSide/eam_interface.h,
20 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
21 >        src/UseTheForce/DarkSide/gb_interface.h,
22 >        src/UseTheForce/DarkSide/lj_interface.h,
23 >        src/UseTheForce/DarkSide/shapes_interface.h,
24 >        src/UseTheForce/DarkSide/simulation_interface.h,
25 >        src/UseTheForce/DarkSide/sticky_interface.h,
26 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
27 >        src/applications/dynamicProps/CrossTimeCorrFunc.cpp,
28 >        src/applications/dynamicProps/CrossTimeCorrFunc.hpp,
29 >        src/applications/dynamicProps/DipoleCorrFunc.cpp,
30 >        src/applications/dynamicProps/DipoleCorrFunc.hpp,
31 >        src/applications/dynamicProps/LegendreCorrFunc.cpp,
32 >        src/applications/dynamicProps/LegendreCorrFunc.hpp,
33 >        src/applications/dynamicProps/ParticleTimeCorrFunc.cpp,
34 >        src/applications/dynamicProps/ParticleTimeCorrFunc.hpp,
35 >        src/applications/dynamicProps/RCorrFunc.cpp,
36 >        src/applications/dynamicProps/RCorrFunc.hpp,
37 >        src/applications/dynamicProps/TimeCorrFunc.hpp,
38 >        src/applications/dynamicProps/VCorrFunc.cpp,
39 >        src/applications/dynamicProps/VCorrFunc.hpp,
40 >        src/applications/hydrodynamics/Makefile,
41 >        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
42 >        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
43 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
44 >        src/applications/randomBuilder/randomBuilder.cpp,
45 >        src/applications/simpleBuilder/randomBuilder.cpp,
46 >        src/applications/staticProps/DensityPlot.cpp,
47 >        src/applications/staticProps/DensityPlot.hpp,
48 >        src/applications/staticProps/GofAngle2.cpp,
49 >        src/applications/staticProps/GofAngle2.hpp,
50 >        src/applications/staticProps/GofR.cpp,
51 >        src/applications/staticProps/GofR.hpp,
52 >        src/applications/staticProps/GofRAngle.cpp,
53 >        src/applications/staticProps/GofRAngle.hpp,
54 >        src/applications/staticProps/GofXyz.cpp,
55 >        src/applications/staticProps/GofXyz.hpp,
56 >        src/applications/staticProps/Hxy.cpp,
57 >        src/applications/staticProps/Hxy.hpp,
58 >        src/applications/staticProps/P2OrderParameter.cpp,
59 >        src/applications/staticProps/P2OrderParameter.hpp,
60 >        src/applications/staticProps/RhoZ.cpp,
61 >        src/applications/staticProps/RhoZ.hpp,
62 >        src/applications/staticProps/SCDOrderParameter.cpp,
63 >        src/applications/staticProps/SCDOrderParameter.hpp,
64 >        src/applications/staticProps/StaticProps.cpp,
65 >        src/brains/BlockSnapshotManager.cpp, src/brains/DataStorage.cpp,
66 >        src/brains/DataStorage.hpp, src/brains/ForceManager.cpp,
67 >        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
68 >        src/brains/SimInfo.hpp, src/brains/Snapshot.cpp,
69 >        src/brains/Snapshot.hpp, src/brains/Stats.hpp,
70 >        src/brains/Thermo.cpp, src/brains/Thermo.hpp,
71 >        src/brains/fSimulation.h, src/constraints/ConstraintElem.hpp,
72 >        src/constraints/ConstraintPair.hpp, src/constraints/Rattle.cpp,
73 >        src/constraints/Rattle.hpp, src/constraints/ZconsStruct.hpp,
74 >        src/constraints/ZconstraintForceManager.cpp,
75 >        src/constraints/ZconstraintForceManager.hpp,
76 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
77 >        src/hydrodynamics/Shape.hpp, src/hydrodynamics/Sphere.cpp,
78 >        src/hydrodynamics/Sphere.hpp, src/integrators/DLM.cpp,
79 >        src/integrators/DLM.hpp, src/integrators/Integrator.hpp,
80 >        src/integrators/LDForceManager.cpp,
81 >        src/integrators/LDForceManager.hpp,
82 >        src/integrators/LangevinDynamics.cpp,
83 >        src/integrators/LangevinDynamics.hpp, src/integrators/NPAT.cpp,
84 >        src/integrators/NPAT.hpp, src/integrators/NPT.cpp,
85 >        src/integrators/NPT.hpp, src/integrators/NPTf.cpp,
86 >        src/integrators/NPTf.hpp, src/integrators/NPTi.cpp,
87 >        src/integrators/NPTi.hpp, src/integrators/NPTxyz.cpp,
88 >        src/integrators/NPTxyz.hpp, src/integrators/NPrT.cpp,
89 >        src/integrators/NPrT.hpp, src/integrators/NVE.cpp,
90 >        src/integrators/NVE.hpp, src/integrators/NVT.cpp,
91 >        src/integrators/NVT.hpp, src/integrators/RotationAlgorithm.hpp,
92 >        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
93 >        src/integrators/VelocityVerletIntegrator.cpp,
94 >        src/integrators/VelocityVerletIntegrator.hpp,
95 >        src/io/AtomTypesSectionParser.cpp,
96 >        src/io/BendTypesSectionParser.cpp,
97 >        src/io/BondTypesSectionParser.cpp,
98 >        src/io/ChargeAtomTypesSectionParser.cpp,
99 >        src/io/DirectionalAtomTypesSectionParser.cpp,
100 >        src/io/DumpReader.cpp, src/io/DumpWriter.cpp,
101 >        src/io/EAMAtomTypesSectionParser.cpp,
102 >        src/io/EAMAtomTypesSectionParser.hpp, src/io/ForceFieldOptions.hpp,
103 >        src/io/Globals.hpp, src/io/MultipoleAtomTypesSectionParser.cpp,
104 >        src/io/RestReader.cpp, src/io/RestReader.hpp,
105 >        src/io/RestWriter.cpp, src/io/TorsionTypesSectionParser.cpp,
106 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
107 >        src/lattice/CubicLattice.cpp, src/lattice/CubicLattice.hpp,
108 >        src/lattice/FCCLattice.cpp, src/lattice/Lattice.cpp,
109 >        src/lattice/Lattice.hpp, src/lattice/shapedLattice.cpp,
110 >        src/lattice/shapedLattice.hpp, src/math/ChebyshevPolynomials.hpp,
111 >        src/math/CholeskyDecomposition.hpp,
112 >        src/math/LegendrePolynomial.cpp, src/math/LegendrePolynomial.hpp,
113 >        src/math/MatVec3.c, src/math/MatVec3.h,
114 >        src/math/MersenneTwister.hpp, src/math/Polynomial.hpp,
115 >        src/math/Quaternion.hpp, src/math/RandNumGen.hpp,
116 >        src/math/RealSphericalHarmonic.cpp,
117 >        src/math/RealSphericalHarmonic.hpp, src/math/SquareMatrix.hpp,
118 >        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
119 >        src/math/Vector3.hpp, src/mdParser/MDTreeParser.cpp,
120 >        src/mdParser/MDTreeParser.g, src/mdParser/MDTreeParser.hpp,
121 >        src/minimizers/CGFamilyMinimizer.cpp,
122 >        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Minimizer.cpp,
123 >        src/minimizers/Minimizer.hpp,
124 >        src/minimizers/MinimizerParameterSet.hpp, src/minimizers/PRCG.cpp,
125 >        src/minimizers/SDMinimizer.cpp, src/minimizers/SDMinimizer.hpp,
126 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
127 >        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
128 >        src/primitives/Bond.hpp, src/primitives/CutoffGroup.hpp,
129 >        src/primitives/DirectionalAtom.cpp,
130 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
131 >        src/primitives/GhostBend.hpp, src/primitives/GhostTorsion.cpp,
132 >        src/primitives/GhostTorsion.hpp, src/primitives/Molecule.cpp,
133 >        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
134 >        src/primitives/RigidBody.hpp, src/primitives/StuntDouble.hpp,
135 >        src/primitives/Torsion.cpp, src/primitives/Torsion.hpp,
136 >        src/primitives/UreyBradleyBend.cpp,
137 >        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
138 >        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
139 >        src/restraints/ThermoIntegrationForceManager.hpp,
140 >        src/selection/DistanceFinder.cpp, src/selection/DistanceFinder.hpp,
141 >        src/selection/SelectionEvaluator.cpp,
142 >        src/selection/SelectionEvaluator.hpp, src/types/AtomStamp.cpp,
143 >        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
144 >        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
145 >        src/types/BendType.hpp, src/types/BondType.hpp,
146 >        src/types/CharmmTorsionType.hpp, src/types/CubicBendType.hpp,
147 >        src/types/CubicBondType.hpp, src/types/CubicTorsionType.hpp,
148 >        src/types/DirectionalAtomType.cpp,
149 >        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
150 >        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
151 >        src/types/MorseBondType.hpp, src/types/OplsTorsionType.hpp,
152 >        src/types/PolynomialBendType.hpp, src/types/PolynomialBondType.hpp,
153 >        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
154 >        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
155 >        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
156 >        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
157 >        src/types/ZconsStamp.hpp, src/utils/Algorithm.hpp,
158 >        src/utils/GenericData.hpp, src/utils/MoLocator.cpp,
159 >        src/utils/MoLocator.hpp, src/utils/NumericConstant.hpp,
160 >        src/utils/OOPSEConstant.hpp, src/utils/ParameterManager.hpp,
161 >        src/utils/StringTokenizer.cpp, src/utils/StringTokenizer.hpp,
162 >        src/utils/Utility.hpp, src/utils/physmem.c, src/utils/physmem.h,
163 >        src/utils/residentMem.c, src/utils/residentMem.h,
164 >        src/visitors/ZconsVisitor.cpp, src/visitors/ZconsVisitor.hpp:
165 >        Adding single precision capabilities to c++ side
166 >
167 > 2006-05-17 15:54  gezelter
168 >
169 >        * configure, ac-tools/configure.in, make/Makefile.in,
170 >        src/UseTheForce/doForces.F90,
171 >        src/UseTheForce/DarkSide/neighborLists.F90,
172 >        src/UseTheForce/DarkSide/shapes.F90,
173 >        src/UseTheForce/DarkSide/simParallel.F90,
174 >        src/UseTheForce/DarkSide/simulation_interface.F90,
175 >        src/utils/definitions.F90: Adding single precision capabilities to
176 >        the fortran side
177 >
178 > 2006-05-17 12:10  gezelter
179 >
180 >        * configure, ac-tools/configure.in, src/config.h.in: adding
181 >        --enable-single to configure script
182 >
183 > 2006-05-17 11:37  gezelter
184 >
185 >        * ac-tools/aclocal.m4, src/UseTheForce/doForces.F90,
186 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
187 >        src/UseTheForce/DarkSide/electrostatic.F90,
188 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
189 >        src/UseTheForce/DarkSide/gb.F90,
190 >        src/UseTheForce/DarkSide/lj_interface.F90,
191 >        src/UseTheForce/DarkSide/shapes.F90,
192 >        src/UseTheForce/DarkSide/sticky.F90,
193 >        src/UseTheForce/DarkSide/suttonchen.F90,
194 >        src/UseTheForce/DarkSide/suttonchen_interface.F90,
195 >        src/UseTheForce/DarkSide/switcheroo.F90, src/math/derfc.F90,
196 >        src/math/erfc.F90, src/utils/interpolation.F90: Getting fortran
197 >        side prepped for single precision...
198 >
199 > 2006-05-17 10:03  chrisfen
200 >
201 >        * samples/water/ssd-ion/ssdCl.md,
202 >        src/UseTheForce/DarkSide/electrostatic.F90: electrostatic
203 >        refinement
204 >
205 > 2006-05-16 23:03  gezelter
206 >
207 >        * configure, ac-tools/OOPSE.m4, make/Makefile.in: zlib fixes
208 >
209 > 2006-05-16 16:38  gezelter
210 >
211 >        * configure, ac-tools/OOPSE.m4, ac-tools/config.guess,
212 >        ac-tools/config.sub, ac-tools/configure.in, ac-tools/install-sh,
213 >        ac-tools/missing, ac-tools/mkinstalldirs, make/Makefile.in,
214 >        src/config.h.in, src/applications/staticProps/Hxy.cpp,
215 >        src/applications/staticProps/Hxy.hpp,
216 >        src/applications/staticProps/StaticProps.cpp: Autoconf fixes for
217 >        FFTW.  Multiple FFTW version support.
218 >
219 > 2006-05-15 22:06  gezelter
220 >
221 >        * README, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
222 >        make/Makefile.in, src/config.h.in,
223 >        src/applications/hydrodynamics/AnalyticalModel.cpp,
224 >        src/applications/hydrodynamics/AnalyticalModel.hpp,
225 >        src/applications/staticProps/Hxy.cpp,
226 >        src/applications/staticProps/Hxy.hpp,
227 >        src/applications/staticProps/StaticProps.cpp,
228 >        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
229 >        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
230 >        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
231 >        src/integrators/LDForceManager.cpp,
232 >        src/integrators/LDForceManager.hpp, src/math/SquareMatrix.hpp,
233 >        src/utils/HydroProps.hpp: [no log message]
234 >
235 > 2006-05-12 17:34  xsun
236 >
237 >        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, Makefile,
238 >        StaticProps.cpp, StaticPropsCmd.c, StaticPropsCmd.h: Changes to
239 >        calculate undulation spectrum
240 >
241 > 2006-05-09 21:44  tim
242 >
243 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
244 >        applications/dump2Xyz/Dump2XYZ.ggo,
245 >        applications/dump2Xyz/Dump2XYZCmd.c,
246 >        applications/dump2Xyz/Dump2XYZCmd.h,
247 >        applications/hydrodynamics/ApproximationModel.cpp,
248 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: adding a
249 >        gay-berne switch to Dump2XYZ
250 >
251 > 2006-05-05 13:58  gezelter
252 >
253 >        * src/UseTheForce/DarkSide/qpole.F90: Adding qpole
254 >
255 > 2006-05-05 10:34  tim
256 >
257 >        * ac-tools/aclocal.m4: finding ifort arguments that won't die under
258 >        two different versions of the intel fortran compiler
259 >
260 > 2006-05-03 09:15  chrisfen
261 >
262 >        * src/applications/randomBuilder/Makefile: missing makefile was
263 >        hanging up 'make clean'
264 >
265 > 2006-04-25 18:59  chuckv
266 >
267 >        * src/applications/randomBuilder/: randomBuilder.cpp,
268 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added
269 >        random builder to cvs.
270 >
271 > 2006-04-25 18:54  chuckv
272 >
273 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
274 >        Change in siminfo used in nanoparticleBuilder.
275 >
276 > 2006-04-25 18:30  chuckv
277 >
278 >        * make/Makefile.in: Added random builder
279 >
280 > 2006-04-25 18:29  chuckv
281 >
282 >        * src/applications/simpleBuilder/: Makefile, randomBuilder.cpp,
283 >        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added a
284 >        random builder to oopse.
285 >
286 > 2006-04-25 09:35  gezelter
287 >
288 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
289 >        ShapeBuilder.cpp, ShapeBuilder.hpp: Using OpenBabel element table
290 >        to pick vdw radii for hydrodynamics if the LJ sigma can't be found.
291 >
292 > 2006-04-24 22:09  gezelter
293 >
294 >        * configure, ac-tools/aclocal.m4, src/UseTheForce/DarkSide/LJ.F90,
295 >        src/applications/hydrodynamics/Hydro.cpp, src/brains/Register.cpp,
296 >        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
297 >        src/brains/SimInfo.hpp, src/brains/Thermo.cpp,
298 >        src/brains/Thermo.hpp, src/integrators/LDForceManager.cpp,
299 >        src/integrators/LDForceManager.hpp,
300 >        src/integrators/LangevinDynamics.cpp, src/io/Globals.cpp,
301 >        src/io/Globals.hpp, src/primitives/StuntDouble.hpp: Adding
302 >        spherical boundary conditions to LD integrator
303 >
304 > 2006-04-24 22:06  gezelter
305 >
306 >        * src/applications/hydrodynamics/: BeadModel.cpp, ShapeBuilder.cpp:
307 >        Added EAM atom types to Hydro models
308 >
309 > 2006-04-21 16:02  chrisfen
310 >
311 >        * src/UseTheForce/DarkSide/eam.F90: put spline subroutines in the
312 >        EAM module
313 >
314 > 2006-04-21 15:32  chrisfen
315 >
316 >        * ChangeLog, samples/shape/5CB.shape, samples/shape/8CB.shape,
317 >        samples/shape/C60.shape, samples/shape/C70.shape,
318 >        samples/shape/Makefile, samples/shape/Shapes.frc,
319 >        samples/shape/cholesterol.shape, samples/shape/ethylBenzene.shape,
320 >        samples/shape/linear.in, samples/shape/linear.md,
321 >        samples/shape/linear.shape, samples/shape/toluene.shape,
322 >        samples/thermoIntegration/liquid/ssde.md,
323 >        samples/thermoIntegration/solid/ssde.md,
324 >        samples/water/spce/spce.md, samples/water/ssd/ssd.md,
325 >        samples/water/ssd-ion/ssdCl.md, samples/water/ssde/ssde.md,
326 >        samples/water/ssdrf/ssdrf.md, samples/water/tip3p_ice/tp3.md,
327 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90,
328 >        src/UseTheForce/DarkSide/LJ.F90: Removed sqrt splines and shape
329 >        stuff (doesn't work, so why was it in there?).  Changed some of the
330 >        water samples to use shifted_force.  Probably should set the
331 >        defaults to use the damped version now that we sped it up.
332 >
333 > 2006-04-20 23:19  chrisfen
334 >
335 >        * samples/water/spce/spce.md,
336 >        src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
337 >
338 > 2006-04-20 17:02  chrisfen
339 >
340 >        * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
341 >        src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
342 >
343 > 2006-04-20 14:24  gezelter
344 >
345 >        * samples/metals/EAM/Au_bulk_voter.md,
346 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
347 >        samples/water/ssde/ssde.md, src/UseTheForce/ForceField.cpp,
348 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/LJ.F90,
349 >        src/UseTheForce/DarkSide/eam.F90,
350 >        src/UseTheForce/DarkSide/electrostatic.F90,
351 >        src/UseTheForce/DarkSide/suttonchen.F90,
352 >        src/UseTheForce/DarkSide/switcheroo.F90,
353 >        src/UseTheForce/DarkSide/switcheroo_interface.F90,
354 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
355 >        src/utils/interpolation.F90: Complete rewrite of spline code and
356 >        everything that uses it.
357 >
358 > 2006-04-17 17:49  gezelter
359 >
360 >        * configure, ac-tools/aclocal.m4, samples/argon/500.md,
361 >        samples/metals/EAM/Au_bulk_voter.md,
362 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
363 >        samples/water/ssde/ssde.md, src/UseTheForce/doForces.F90,
364 >        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
365 >        src/UseTheForce/DarkSide/electrostatic.F90,
366 >        src/UseTheForce/DarkSide/interpolation.F90,
367 >        src/UseTheForce/DarkSide/sticky.F90,
368 >        src/UseTheForce/DarkSide/suttonchen.F90,
369 >        src/UseTheForce/DarkSide/switcheroo.F90,
370 >        src/applications/hydrodynamics/Hydro.ggo,
371 >        src/applications/hydrodynamics/HydroCmd.c,
372 >        src/applications/hydrodynamics/HydroCmd.h,
373 >        src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
374 >        src/utils/interpolation.F90: Many performance improvements
375 >
376 > 2006-04-15 22:51  chrisfen
377 >
378 >        * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
379 >        src/UseTheForce/fSwitchingFunction.h,
380 >        src/UseTheForce/DarkSide/electrostatic.F90,
381 >        src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
382 >        switcheroo
383 >
384 > 2006-04-15 17:58  chrisfen
385 >
386 >        * src/utils/Makefile.in: Since status.F90 is used by
387 >        interpolation.F90, the former needs to be listed above the later in
388 >        the Makefile.
389 >
390 > 2006-04-14 17:59  gezelter
391 >
392 >        * src/utils/interpolation.F90: changed the interface a bit
393 >
394 > 2006-04-14 17:49  gezelter
395 >
396 >        * src/utils/interpolation.F90: added some logical flags
397 >
398 > 2006-04-14 17:06  chrisfen
399 >
400 >        * src/utils/interpolation.F90: Wiped the spline with derivatives
401 >        and corrected a boundary comparision error by eliminating the
402 >        check.  This algorithm REQUIRES known first derivatives at the
403 >        endpoints.
404 >
405 > 2006-04-14 16:04  gezelter
406 >
407 >        * src/utils/: Makefile.in, interpolation.F90: bug fixes for
408 >        interpolation module
409 >
410 > 2006-04-14 15:57  gezelter
411 >
412 >        * src/utils/interpolation.F90: Heavily modified interpolation
413 >        module, also moved to "utils"
414 >
415 > 2006-04-12 17:15  chuckv
416 >
417 >        * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
418 >        module.
419 >
420 > 2006-04-11 11:33  gezelter
421 >
422 >        * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
423 >        StaticPropsCmd.h: [no log message]
424 >
425 > 2006-04-03 11:37  chuckv
426 >
427 >        * configure, ac-tools/aclocal.m4, make/Makefile.in,
428 >        src/UseTheForce/DarkSide/simParallel.F90: Added status module to
429 >        simParallel for error reporting.
430 >
431 > 2006-03-31 13:09  tim
432 >
433 >        * src/: integrators/NPrT.cpp, io/Globals.cpp: NPrT might work now
434 >
435 > 2006-03-30 16:08  chuckv
436 >
437 >        * src/UseTheForce/DarkSide/suttonchen.F90: Fixed memory leak bug
438 >        where SCList capacity was not reset to zero on destruction.
439 >
440 > 2006-03-30 14:37  chuckv
441 >
442 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
443 >        More testing of nanoparticleBuilder.
444 >
445 > 2006-03-29 17:24  chuckv
446 >
447 >        * src/mdParser/SimplePreprocessor.hpp: Added check to make sure md
448 >        file exists.
449 >
450 > 2006-03-29 14:17  chuckv
451 >
452 >        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
453 >        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: Fixed
454 >        latticeOrt in shapedlatice and latticebuilder.
455 >
456 > 2006-03-29 13:11  tim
457 >
458 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
459 >        LegendreCorrFunc.cpp, VCorrFunc.cpp: Fix the normalization problem
460 >        in calculating correlation functions
461 >
462 > 2006-03-29 13:09  tim
463 >
464 >        * src/applications/hydrodynamics/: ApproximationModel.cpp,
465 >        ApproximationModel.hpp, CompositeShape.cpp, Hydro.cpp, Hydro.ggo,
466 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.hpp, RoughShell.cpp: (1)
467 >        RoughShell Model is working; (20)Adding a new option into Hydro
468 >        which allows user to generate the beads only
469 >
470 > 2006-03-27 11:21  chuckv
471 >
472 >        * src/applications/nanoparticleBuilder/Makefile: Makefile for
473 >        nanoparticle builder.
474 >
475 > 2006-03-27 11:03  chuckv
476 >
477 >        * make/Makefile.in, src/lattice/shapedLattice.cpp,
478 >        src/lattice/shapedLattice.hpp: Added nanoparticle builder to
479 >        makefile
480 >
481 > 2006-03-24 15:46  chuckv
482 >
483 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
484 >        Debugging changes to nanoparticle builder.
485 >
486 > 2006-03-24 12:29  tim
487 >
488 >        * src/applications/dynamicProps/: DynamicProps.cpp,
489 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
490 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: back to previous DynamicProps
491 >
492 > 2006-03-24 11:49  tim
493 >
494 >        * src/applications/dynamicProps/: DynamicProps.cpp,
495 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
496 >        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: Adding position correlation
497 >        function. The command line option for DynamicProps is now changed.
498 >        --rcorr is for position correlation and --rmsd is for mean square
499 >        displacement.
500 >
501 > 2006-03-23 10:03  tim
502 >
503 >        * src/applications/hydrodynamics/: AnalyticalModel.cpp,
504 >        AnalyticalModel.hpp, ApproximationModel.cpp,
505 >        ApproximationModel.hpp, HydrodynamicsModel.hpp: update writeBeads
506 >        method
507 >
508 > 2006-03-23 10:02  tim
509 >
510 >        * src/io/Globals.hpp: remove a unknown method
511 >
512 > 2006-03-23 10:00  tim
513 >
514 >        * src/math/CholeskyDecomposition.hpp: The off diagnal is not set
515 >
516 > 2006-03-23 09:59  tim
517 >
518 >        * src/mdParser/SimplePreprocessor.hpp: Throw exception if the file
519 >        can not be opened for preprocessing
520 >
521 > 2006-03-22 15:57  chuckv
522 >
523 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
524 >        shapedLatticeSpherical.cpp, shapedLatticeSpherical.hpp: Added
525 >        shaped lattice.
526 >
527 > 2006-03-21 10:33  tim
528 >
529 >        * src/applications/hydrodynamics/ApproximationModel.cpp: fix a bug
530 >        in calculating hydrodynamics tensor when the radius of beads are
531 >        not the same
532 >
533 > 2006-03-20 19:26  tim
534 >
535 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
536 >        applications/hydrodynamics/BeadModel.cpp,
537 >        applications/hydrodynamics/ShapeBuilder.cpp,
538 >        integrators/LDForceManager.cpp: Fix a bug in friction calculation
539 >        for ellipsoid
540 >
541 > 2006-03-20 14:12  tim
542 >
543 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
544 >        applications/hydrodynamics/Ellipsoid.cpp,
545 >        applications/hydrodynamics/Ellipsoid.hpp,
546 >        applications/hydrodynamics/ShapeBuilder.cpp,
547 >        integrators/LDForceManager.cpp: Verify the correctness of
548 >        Ellipsoid's hydrodynamics properties
549 >
550 > 2006-03-17 18:51  tim
551 >
552 >        * src/applications/hydrodynamics/: Hydro.cpp, ShapeBuilder.cpp: New
553 >        version of Hydro is working now.
554 >
555 > 2006-03-17 18:20  tim
556 >
557 >        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
558 >        applications/hydrodynamics/AnalyticalModel.hpp,
559 >        applications/hydrodynamics/ApproximationModel.cpp,
560 >        applications/hydrodynamics/ApproximationModel.hpp,
561 >        applications/hydrodynamics/BeadModel.hpp,
562 >        applications/hydrodynamics/CompositeShape.cpp,
563 >        applications/hydrodynamics/CompositeShape.hpp,
564 >        applications/hydrodynamics/Ellipsoid.cpp,
565 >        applications/hydrodynamics/Ellipsoid.hpp,
566 >        applications/hydrodynamics/Hydro.cpp,
567 >        applications/hydrodynamics/Hydro.ggo,
568 >        applications/hydrodynamics/HydroCmd.c,
569 >        applications/hydrodynamics/HydroCmd.h,
570 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
571 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
572 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
573 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
574 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
575 >        applications/hydrodynamics/Makefile,
576 >        applications/hydrodynamics/RoughShell.cpp,
577 >        applications/hydrodynamics/RoughShell.hpp,
578 >        applications/hydrodynamics/Shape.hpp,
579 >        applications/hydrodynamics/ShapeBuilder.cpp,
580 >        applications/hydrodynamics/ShapeBuilder.hpp,
581 >        applications/hydrodynamics/Spheric.cpp,
582 >        applications/hydrodynamics/Spheric.hpp,
583 >        applications/hydrodynamics/StuntDoubleShape.cpp,
584 >        applications/hydrodynamics/StuntDoubleShape.hpp,
585 >        integrators/LDForceManager.cpp, integrators/LDForceManager.hpp,
586 >        io/Globals.cpp, io/Globals.hpp, math/SquareMatrix.hpp,
587 >        utils/HydroProps.hpp: refactor Hydrodynamics module.
588 >
589 > 2006-03-17 11:10  chuckv
590 >
591 >        * src/lattice/: shapedLattice.cpp, shapedLattice.hpp, Makefile:
592 >        Generic Shaped Lattice for oopse. Can overload to get spherical or
593 >        nanorod.
594 >
595 > 2006-03-16 17:50  tim
596 >
597 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
598 >        integrators/LDForceManager.cpp, math/MersenneTwister.hpp:
599 >        LagevinDynamics is working?
600 >
601 > 2006-03-16 16:52  gezelter
602 >
603 >        * src/applications/hydrodynamics/RoughShell.hpp: fixed a const
604 >        problem
605 >
606 > 2006-03-15 17:08  tim
607 >
608 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: unit
609 >        conversion for diffusion tensor is wrong
610 >
611 > 2006-03-15 16:28  tim
612 >
613 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
614 >        utils/NumericConstant.hpp: change the epsilon of numeric_limit
615 >
616 > 2006-03-15 15:58  tim
617 >
618 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: correcting
619 >        the unit in HydrodynamicsModel
620 >
621 > 2006-03-15 12:35  tim
622 >
623 >        * src/primitives/RigidBody.cpp: using setFrc in
624 >        RigidBody::calcForcesAndTorques will discard if there are force and
625 >        torque applied in rigid body itself. use addFrc instead.
626 >
627 > 2006-03-15 10:51  tim
628 >
629 >        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
630 >        RoughShell.cpp, RoughShell.hpp: Adding RoughShell and BeadModel
631 >
632 > 2006-03-15 10:50  tim
633 >
634 >        * make/Makefile.in, src/applications/hydrodynamics/Makefile: adding
635 >        hydrodynamics module into build system
636 >
637 > 2006-03-14 18:46  tim
638 >
639 >        * src/math/CholeskyDecomposition.hpp: adding Cholesky Decomposition
640 >
641 > 2006-03-13 17:42  tim
642 >
643 >        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
644 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
645 >        applications/hydrodynamics/StuntDoubleShape.cpp,
646 >        applications/hydrodynamics/StuntDoubleShape.hpp,
647 >        brains/Register.cpp, integrators/LDForceManager.cpp,
648 >        integrators/LDForceManager.hpp, integrators/LangevinDynamics.cpp,
649 >        integrators/LangevinDynamics.hpp, integrators/Makefile,
650 >        io/Globals.cpp, io/Globals.hpp, math/MersenneTwister.hpp,
651 >        math/RandNumGen.hpp, math/SquareMatrix3.hpp: LangevinDynamics in
652 >        progress
653 >
654 > 2006-03-07 11:43  gezelter
655 >
656 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Fixed a
657 >        double/int bug.  Surprised no one ever noticed before...
658 >
659 > 2006-02-24 16:17  tim
660 >
661 >        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: fix bugs
662 >        in HydrodynamicsModel; (1) sign issue of Xirr calculation (2) out
663 >        product of Rij
664 >
665 > 2006-02-23 18:16  tim
666 >
667 >        * src/applications/hydrodynamics/: Hydro.cpp, Hydro.ggo,
668 >        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.cpp,
669 >        HydrodynamicsModel.hpp, HydrodynamicsModelCreator.hpp,
670 >        HydrodynamicsModelFactory.cpp, HydrodynamicsModelFactory.hpp,
671 >        MoleculeShape.cpp, MoleculeShape.hpp, StuntDoubleShape.cpp,
672 >        StuntDoubleShape.hpp: Bead Model is working
673 >
674 > 2006-02-22 15:35  tim
675 >
676 >        * src/: applications/hydrodynamics/Hydro.cpp,
677 >        applications/hydrodynamics/Hydro.ggo,
678 >        applications/hydrodynamics/HydroCmd.c,
679 >        applications/hydrodynamics/HydroCmd.h,
680 >        applications/hydrodynamics/HydrodynamicsModel.cpp,
681 >        applications/hydrodynamics/HydrodynamicsModel.hpp,
682 >        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
683 >        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
684 >        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
685 >        applications/hydrodynamics/MoleculeShape.cpp,
686 >        applications/hydrodynamics/MoleculeShape.hpp,
687 >        math/DynamicRectMatrix.hpp, math/DynamicVector.hpp, math/LU.hpp,
688 >        math/RectMatrix.hpp, math/SquareMatrix3.hpp: Adding Hydrodynamics
689 >        Module
690 >
691 > 2006-02-16 17:05  gezelter
692 >
693 >        * src/brains/Snapshot.cpp: fixed a spelling error
694 >
695 > 2006-02-16 16:40  gezelter
696 >
697 >        * src/: UseTheForce/doForces.F90,
698 >        UseTheForce/DarkSide/simulation.F90, math/Makefile,
699 >        math/linearAlgebra.F90: fixed a problem with cutoff radii being set
700 >        larger than 1/2 the length of the shortest box dimension.  added a
701 >        few fortran utility routines
702 >
703 > 2006-02-15 15:46  chuckv
704 >
705 >        * src/applications/nanoparticleBuilder/: sphericalNanoparticle.cpp,
706 >        sphericalNanoparticle.hpp: Changed Names of class files.
707 >
708 > 2006-02-10 10:45  kdaily
709 >
710 >        * src/applications/dynamicProps/LegendreCorrFunc.cpp: [no log
711 >        message]
712 >
713 > 2006-02-10 10:12  tim
714 >
715 >        * src/math/: LegendrePolynomial.cpp, Vector.hpp: fix a bug in
716 >        converting integer to double
717 >
718 > 2006-02-08 13:21  chrisfen
719 >
720 >        * forceFields/DUFF2.frc: added DPD molecule type parameters
721 >
722 > 2006-02-07 11:39  tim
723 >
724 >        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
725 >        LegendreCorrFunc.cpp: Fixing a bug which reads the wrong frame of
726 >        trajectory file during analysis
727 >
728 > 2006-02-02 12:14  tim
729 >
730 >        * src/: math/Polynomial.hpp, math/SquareMatrix3.hpp,
731 >        types/AtomStamp.cpp: adding transpose into SquareMatrix3; fix a bug
732 >        in AtomStamp where orientation is not set correctly.
733 >
734 > 2006-02-02 11:49  gezelter
735 >
736 >        * src/primitives/RigidBody.cpp: fixed a bug in rigid bodies that
737 >        contain directional atoms
738 >
739 > 2006-02-02 10:49  xsun
740 >
741 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
742 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Adding visitor
743 >        for GBlipid atom type
744 >
745 > 2006-02-01 21:57  gezelter
746 >
747 >        * make/Makefile.in: added CXXFLAGS to the LinkOptions to allow
748 >        compilation with icc9 (skipping the gcc-4 std c++ libraries).
749 >
750 > 2006-02-01 16:06  chrisfen
751 >
752 >        * src/brains/SimInfo.cpp: Missing brace caused the last commit not
753 >        to build
754 >
755 > 2006-02-01 15:54  chrisfen
756 >
757 >        * samples/water/spce/spce.md, src/brains/SimInfo.cpp: Changes to
758 >        cutoff radius setting to a more logical procedure - still may
759 >        change...
760 >
761 > 2006-02-01 12:26  gezelter
762 >
763 >        * src/: math/Polynomial.hpp, utils/GenericData.hpp, utils/any.hpp:
764 >        Fixing some compile-time warnings and bugs for icc 9.1 on Mac OS X
765 >
766 > 2006-01-30 17:25  tim
767 >
768 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
769 >        applications/dynamicProps/DynamicProps.cpp,
770 >        applications/dynamicProps/DynamicProps.ggo,
771 >        applications/dynamicProps/DynamicPropsCmd.c,
772 >        applications/dynamicProps/DynamicPropsCmd.h,
773 >        applications/dynamicProps/LegendreCorrFunc.cpp,
774 >        applications/dynamicProps/LegendreCorrFunc.hpp,
775 >        applications/dynamicProps/Makefile, math/LegendrePolynomial.cpp,
776 >        math/LegendrePolynomial.hpp, math/Makefile, math/Polynomial.hpp:
777 >        Adding :LegendrePolynomial
778 >
779 > 2006-01-19 17:54  chuckv
780 >
781 >        * src/applications/nanoparticleBuilder/: Makefile,
782 >        nanoparticleBuilder.cpp, sphericalNanoparticle.hpp: Changes to
783 >        nanoparticle builder
784 >
785 > 2006-01-18 16:08  chuckv
786 >
787 >        * src/applications/nanoparticleBuilder/Makefile: Added Makefile for
788 >        nanoparticle builder.
789 >
790 > 2006-01-17 11:16  gezelter
791 >
792 >        * AUTHORS, README: Cleaning up for 3.0.1 release
793 >
794 > 2006-01-17 10:50  gezelter
795 >
796 >        * ChangeLog: Prepping 3.0.1 release
797 >
798 > 2006-01-17 10:32  gezelter
799 >
800 >        * src/config.h.in: new version number
801 >
802 > 2006-01-17 10:32  gezelter
803 >
804 >        * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
805 >        definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
806 >        oopseManual.pdf: Updated Documentation
807 >
808 > 2006-01-16 18:10  gezelter
809 >
810 >        * ChangeLog, README: Getting ready for release!
811 >
812 > 2006-01-16 10:26  gezelter
813 >
814 >        * configure: Testing commit
815 >
816 > 2006-01-13 16:57  chuckv
817 >
818 >        * src/: UseTheForce/SC_FF.cpp,
819 >        applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
820 >        io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
821 >        Handled by forceField now.
822 >
823 > 2006-01-13 14:17  chuckv
824 >
825 >        * src/io/Globals.cpp: Added NPAT to Globals integrators.
826 >
827 > 2006-01-13 11:33  gezelter
828 >
829 >        * Makefile: [no log message]
830 >
831 > 2006-01-13 11:26  gezelter
832 >
833 >        * Makefile: testing to make sure GNU make is the make that was used
834 >        to build OOPSE
835 >
836 > 2006-01-13 10:48  gezelter
837 >
838 >        * configure, ac-tools/configure.in: changed compiler search order
839 >
840 > 2006-01-12 19:09  chuckv
841 >
842 >        * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
843 >        samples/metals/Sutton-Chen/Au_bulk.in,
844 >        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
845 >        samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
846 >        units
847 >
848 > 2006-01-12 16:16  gezelter
849 >
850 >        * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
851 >        version info and the copyright date
852 >
853 > 2006-01-12 15:52  gezelter
854 >
855 >        * src/config.h.in: added some missing checks for header files
856 >        (particularly zlib.h), used autoheader to help generate config.h.in
857 >
858 > 2006-01-12 15:51  gezelter
859 >
860 >        * configure, ac-tools/configure.in: added some missing checks for
861 >        header files (particularly zlib.h)
862 >
863 > 2006-01-12 15:19  gezelter
864 >
865 >        * make/Makefile.in: fixed a dependency problem for the Executable
866 >        builds
867 >
868 > 2006-01-12 15:02  gezelter
869 >
870 >        * samples/gbljtest/Makefile: Missing Makefile in this sample
871 >        directory
872 >
873 > 2006-01-12 15:01  gezelter
874 >
875 >        * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
876 >        Old makefile.in no longer required
877 >
878 > 2006-01-12 15:01  gezelter
879 >
880 >        * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
881 >        needs to be installed
882 >
883 > 2006-01-12 14:56  chuckv
884 >
885 >        * src/io/DumpWriter.cpp: Changed formating.
886 >
887 > 2006-01-12 11:47  chrisfen
888 >
889 >        * samples/water/tip4p/tp4.md,
890 >        src/UseTheForce/DarkSide/electrostatic.F90,
891 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
892 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
893 >        src/brains/SimInfo.cpp: unifying function name in electrostatics
894 >
895 > 2006-01-12 11:04  tim
896 >
897 >        * samples/metals/: EAM/nanoparticle/Makefile,
898 >        EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
899 >        Sutton-Chen/Makefile: fix make install problem for metals samples
900 >
901 > 2006-01-12 10:22  tim
902 >
903 >        * make/Makefile.in: remove samples/metals from install list.
904 >
905 > 2006-01-12 09:31  tim
906 >
907 >        * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
908 >        handle multiple line macro, just convert multiple line macro into
909 >        single line macro.
910 >
911 > 2006-01-11 23:13  chrisfen
912 >
913 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
914 >        UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
915 >        changes to electrostatics for shifted-potential and shifted-force
916 >        with mono and multipoles
917 >
918 > 2006-01-11 18:04  gezelter
919 >
920 >        * src/config.h.in, src/UseTheForce/doForces_interface.h,
921 >        src/UseTheForce/DarkSide/atype_interface.h,
922 >        src/UseTheForce/DarkSide/eam_interface.h,
923 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
924 >        src/UseTheForce/DarkSide/fForceOptions_interface.h,
925 >        src/UseTheForce/DarkSide/gb_interface.h,
926 >        src/UseTheForce/DarkSide/lj_interface.h,
927 >        src/UseTheForce/DarkSide/shapes_interface.h,
928 >        src/UseTheForce/DarkSide/simParallel_interface.h,
929 >        src/UseTheForce/DarkSide/simulation_interface.h,
930 >        src/UseTheForce/DarkSide/sticky_interface.h,
931 >        src/UseTheForce/DarkSide/suttonchen_interface.h,
932 >        src/UseTheForce/DarkSide/switcheroo_interface.h,
933 >        src/mdParser/MDParser.g, src/profiling/mdProfile.cpp,
934 >        src/utils/fError.c, configure, make/Makefile.in: autoconf
935 >        modernization and cruft removal
936 >
937 > 2006-01-11 18:04  gezelter
938 >
939 >        * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
940 >        modernization and cruft-removal
941 >
942 > 2006-01-11 17:50  tim
943 >
944 >        * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
945 >        some error messages
946 >
947 > 2006-01-11 14:01  tim
948 >
949 >        * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
950 >        io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
951 >        types/BondStamp.hpp, types/DataHolder.hpp, types/MoleculeStamp.cpp,
952 >        types/TorsionStamp.hpp, utils/OOPSEException.hpp,
953 >        utils/StringUtils.hpp: instead of printing to std::cout, throwing
954 >        an exception when error is found.
955 >
956 > 2006-01-11 13:41  gezelter
957 >
958 >        * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
959 >        error
960 >
961 > 2006-01-10 17:55  chuckv
962 >
963 >        * forceFields/SuttonChen.frc: Changed conversion factor.
964 >
965 > 2006-01-10 16:14  chuckv
966 >
967 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
968 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
969 >        working now.
970 >
971 > 2006-01-09 17:22  chuckv
972 >
973 >        * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
974 >
975 > 2006-01-09 17:14  tim
976 >
977 >        * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
978 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
979 >        StaticPropsCmd.h: fixing RhoZ
980 >
981 > 2006-01-09 14:26  chuckv
982 >
983 >        * forceFields/SuttonChen.frc,
984 >        samples/metals/Sutton-Chen/Au_bulk_SC.md,
985 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
986 >        src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
987 >        section parsers.
988 >
989 > 2006-01-09 14:11  tim
990 >
991 >        * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
992 >        utils/StringUtils.hpp: replace isType<int> with isInteger
993 >
994 > 2006-01-06 16:15  tim
995 >
996 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
997 >        forceFieldOptions from SC_FF
998 >
999 > 2006-01-06 15:27  chuckv
1000 >
1001 >        * forceFields/SuttonChen.frc: Add force file.
1002 >
1003 > 2005-12-31 17:42  chuckv
1004 >
1005 >        * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
1006 >        segfaults or produces 0 potential, but rather produces Inf for the
1007 >        potential. Progress....
1008 >
1009 > 2005-12-30 18:15  chuckv
1010 >
1011 >        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
1012 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
1013 >        src/UseTheForce/DarkSide/suttonchen.F90, src/brains/SimInfo.cpp,
1014 >        src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
1015 >        Sutton-Chen bug fixes.
1016 >
1017 > 2005-12-30 16:25  tim
1018 >
1019 >        * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
1020 >        potential return from fortran is already accumulated, it should not
1021 >        be accumulated again; nGroupTypesCol is not initialized;
1022 >        GroupMaxCutoffCol is not allocated;
1023 >
1024 > 2005-12-30 10:32  tim
1025 >
1026 >        * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
1027 >        MPI version, we need to cast const char* to void* for
1028 >        stringstream.str(); Previous Makefile use bjects of single version
1029 >        to make the MPI library;
1030 >
1031 > 2005-12-29 19:18  chuckv
1032 >
1033 >        * make/Makefile.in, samples/metals/Makefile,
1034 >        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
1035 >        src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
1036 >        Almost there...
1037 >
1038 > 2005-12-29 15:19  chuckv
1039 >
1040 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
1041 >        forcefield.
1042 >
1043 > 2005-12-29 15:07  chuckv
1044 >
1045 >        * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
1046 >        metals.md: added files for sutton-chen
1047 >
1048 > 2005-12-29 11:37  chuckv
1049 >
1050 >        * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
1051 >        metals.md: More cvs changing.
1052 >
1053 > 2005-12-29 11:34  chuckv
1054 >
1055 >        * samples/metals/Au_nanoparticle.in: More moving...
1056 >
1057 > 2005-12-29 11:33  chuckv
1058 >
1059 >        * samples/metals/EAM/nanoparticle/:
1060 >        Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
1061 >        Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
1062 >        changes to directory structure.
1063 >
1064 > 2005-12-29 11:21  chuckv
1065 >
1066 >        * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
1067 >        Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
1068 >
1069 > 2005-12-29 11:17  chuckv
1070 >
1071 >        * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
1072 >        Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
1073 >        Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
1074 >        directory structure
1075 >
1076 > 2005-12-29 11:03  chuckv
1077 >
1078 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
1079 >        brains/SimCreator.cpp: Fixed issue with symbol naming and added
1080 >        call to set force options in SimCreator.
1081 >
1082 > 2005-12-28 16:44  chuckv
1083 >
1084 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
1085 >        changes to forcefield options.
1086 >
1087 > 2005-12-28 16:42  chuckv
1088 >
1089 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
1090 >        passed to fortran.
1091 >
1092 > 2005-12-23 18:04  chuckv
1093 >
1094 >        * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
1095 >        io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
1096 >        changes.
1097 >
1098 > 2005-12-16 16:52  tim
1099 >
1100 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1101 >        src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
1102 >        src/openbabel/bitvec.cpp, src/openbabel/bondtyper.cpp,
1103 >        src/openbabel/chains.cpp, src/openbabel/chiral.cpp,
1104 >        src/openbabel/data.cpp, src/openbabel/fingerprint.cpp,
1105 >        src/openbabel/fingerprintformat.cpp, src/openbabel/generic.cpp,
1106 >        src/openbabel/gromos96format.hpp, src/openbabel/kekulize.cpp,
1107 >        src/openbabel/matrix3x3.cpp, src/openbabel/mol.cpp,
1108 >        src/openbabel/molchrg.cpp, src/openbabel/obatom.cpp,
1109 >        src/openbabel/obbond.cpp, src/openbabel/oberror.cpp,
1110 >        src/openbabel/oberror.hpp, src/openbabel/obmolecformat.hpp,
1111 >        src/openbabel/obutil.cpp, src/openbabel/patty.cpp,
1112 >        src/openbabel/pdbformat.cpp, src/openbabel/phmodel.cpp,
1113 >        src/openbabel/povrayformat.hpp, src/openbabel/residue.cpp,
1114 >        src/openbabel/ring.cpp, src/openbabel/rotor.cpp,
1115 >        src/openbabel/smilesformat.cpp, src/openbabel/tinkerformat.hpp,
1116 >        src/openbabel/typer.cpp, src/openbabel/xyzformat.cpp: changed
1117 >        __FUNCTION__ to __func__ to match C99 standard, and then added an
1118 >        autoconf test to check for __func__ usability.  Changed some
1119 >        default compile flags for the Sun architecture
1120 >
1121 > 2005-12-16 14:01  gezelter
1122 >
1123 >        * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
1124 >
1125 > 2005-12-16 13:55  tim
1126 >
1127 >        * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
1128 >        change to build oopse under solaris
1129 >
1130 > 2005-12-16 13:26  tim
1131 >
1132 >        * src/: brains/SimCreator.cpp, io/Globals.cpp,
1133 >        types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
1134 >        came with SUN compiler does not have a conforming std::use_facet,
1135 >        define a macro to handle it. Adding exception handling to
1136 >        SimCreator.
1137 >
1138 > 2005-12-16 10:53  gezelter
1139 >
1140 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1141 >        GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
1142 >        which was living inside the GB particle.  No alien-like ripping out
1143 >        of the stomach was required.
1144 >
1145 > 2005-12-15 21:57  tim
1146 >
1147 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
1148 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
1149 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
1150 >        replace grammar for numerical parsing
1151 >
1152 > 2005-12-15 16:43  gezelter
1153 >
1154 >        * src/UseTheForce/doForces.F90: fixed a cutoff bug
1155 >
1156 > 2005-12-15 09:48  gezelter
1157 >
1158 >        * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
1159 >        dependencies and replacing them with real autoconf checks
1160 >
1161 > 2005-12-15 09:47  gezelter
1162 >
1163 >        * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
1164 >        ac-tools/configure.in, src/config.h.in: Adding checks for various
1165 >        features used by ANTLR
1166 >
1167 > 2005-12-14 13:02  tim
1168 >
1169 >        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
1170 >        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
1171 >        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
1172 >        nasty negative integer parsing problem by refining the grammar
1173 >
1174 > 2005-12-12 14:32  gezelter
1175 >
1176 >        * src/: UseTheForce/doForces_interface.F90,
1177 >        UseTheForce/doForces_interface.h,
1178 >        UseTheForce/DarkSide/electrostatic.F90,
1179 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1180 >        UseTheForce/DarkSide/electrostatic_interface.h,
1181 >        brains/MoleculeCreator.cpp, brains/SimInfo.cpp,
1182 >        math/ChebyshevPolynomials.hpp, openbabel/obconversion.hpp: made
1183 >        some minor changes to allow compilation with the portland group
1184 >        compilers
1185 >
1186 > 2005-12-10 11:54  tim
1187 >
1188 >        * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
1189 >        problem for icc7
1190 >
1191 > 2005-12-09 16:18  gezelter
1192 >
1193 >        * src/utils/CaseConversion.hpp: added missing include
1194 >
1195 > 2005-12-09 12:11  gezelter
1196 >
1197 >        * configure, ac-tools/aclocal.m4: added some checks for pathscale
1198 >        compiler
1199 >
1200 > 2005-12-08 17:05  gezelter
1201 >
1202 >        * src/io/ForceFieldOptions.cpp: added copyright
1203 >
1204 > 2005-12-08 17:04  gezelter
1205 >
1206 >        * src/UseTheForce/doForces.F90: added info printout
1207 >
1208 > 2005-12-08 17:04  gezelter
1209 >
1210 >        * configure, ac-tools/configure.in: added pathscale
1211 >
1212 > 2005-12-08 10:38  chuckv
1213 >
1214 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
1215 >        UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
1216 >        UseTheForce/SHAPES_FF.cpp, io/BendTypesSectionParser.cpp,
1217 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
1218 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
1219 >        io/ChargeAtomTypesSectionParser.hpp,
1220 >        io/DirectionalAtomTypesSectionParser.cpp,
1221 >        io/DirectionalAtomTypesSectionParser.hpp,
1222 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
1223 >        io/GayBerneAtomTypesSectionParser.cpp,
1224 >        io/GayBerneAtomTypesSectionParser.hpp,
1225 >        io/MultipoleAtomTypesSectionParser.cpp,
1226 >        io/MultipoleAtomTypesSectionParser.hpp,
1227 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
1228 >        io/ShapeAtomTypesSectionParser.cpp,
1229 >        io/ShapeAtomTypesSectionParser.hpp,
1230 >        io/StickyAtomTypesSectionParser.cpp,
1231 >        io/StickyAtomTypesSectionParser.hpp,
1232 >        io/StickyPowerAtomTypesSectionParser.cpp,
1233 >        io/StickyPowerAtomTypesSectionParser.hpp,
1234 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp:
1235 >        Wow thats alot o' files. Now passing forceFieldOptions to all of
1236 >        the parsers.
1237 >
1238 > 2005-12-07 18:10  chuckv
1239 >
1240 >        * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
1241 >        SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
1242 >        Started adding support for ForceOptions to section parsers.
1243 >
1244 > 2005-12-07 18:01  gezelter
1245 >
1246 >        * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
1247 >
1248 > 2005-12-07 18:00  chuckv
1249 >
1250 >        * src/io/: LennardJonesAtomTypesSectionParser.cpp,
1251 >        LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
1252 >        section parser
1253 >
1254 > 2005-12-07 14:58  chuckv
1255 >
1256 >        * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
1257 >        lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
1258 >        suttonchen_interface.h: Removed geometric distance mixing from
1259 >        individual modules and now use force options to detemine what the
1260 >        deal is.
1261 >
1262 > 2005-12-07 14:46  chuckv
1263 >
1264 >        * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
1265 >        Further fixes for compiler issues.
1266 >
1267 > 2005-12-07 14:44  chuckv
1268 >
1269 >        * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
1270 >
1271 > 2005-12-07 14:38  chuckv
1272 >
1273 >        * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
1274 >        fForceOptions_interface.F90, fForceOptions_interface.h: Added
1275 >        support for fortran force options.
1276 >
1277 > 2005-12-06 16:01  tim
1278 >
1279 >        * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
1280 >
1281 > 2005-12-06 14:26  chuckv
1282 >
1283 >        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
1284 >
1285 > 2005-12-06 12:53  chuckv
1286 >
1287 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
1288 >        GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
1289 >        crystal
1290 >
1291 > 2005-12-06 12:52  chuckv
1292 >
1293 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
1294 >        dumpwriter.
1295 >
1296 > 2005-12-06 11:49  tim
1297 >
1298 >        * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
1299 >        argon/ar864.md, argon/argonNVT.md, argon/lj.md,
1300 >        dipole/splitDipole.md, dipole/splitInWater.md, dipole/split_SSD.md,
1301 >        dipole/twoSplitDipole.md, dipole/water.md, gbljtest/2gb.md,
1302 >        gbljtest/gb.md, gbljtest/gb2lj1.md, gbljtest/gbRotRoundX.md,
1303 >        gbljtest/gbRotRoundY.md, gbljtest/gbRotRoundZ.md, gbljtest/lj.md,
1304 >        lipid/5x5.md, lipid/lipid.md, lipid/water.md,
1305 >        metals/Au-Core-Ag-Shell_Nanoparticle.md, metals/Au_bulk_FBD.md,
1306 >        metals/Au_bulk_voter.md, metals/Au_nanoparticle.md,
1307 >        metals/metals.md, minimizer/ssdEM.md, minimizer/tip4p_two.md,
1308 >        minimizer/water.md, shape/linear.md,
1309 >        thermoIntegration/liquid/ssde.md,
1310 >        thermoIntegration/liquid/water.md, thermoIntegration/solid/ssde.md,
1311 >        thermoIntegration/solid/water.md, water/dimer/cl.md,
1312 >        water/dimer/mix.md, water/dimer/mix2.md, water/dimer/ssd.md,
1313 >        water/dimer/tap.md, water/dimer/two.md, water/dimer/water.md,
1314 >        water/spce/spce.md, water/spce/water.md, water/ssd/ssd.md,
1315 >        water/ssd/water.md, water/ssd-ion/ssdCl.md, water/ssd-ion/water.md,
1316 >        water/ssde/ssde.md, water/ssde/water.md, water/ssdrf/ssdrf.md,
1317 >        water/ssdrf/water.md, water/tap/tap.md, water/tap/water.md,
1318 >        water/tip3p_ice/tp3.md, water/tip3p_ice/water.md,
1319 >        water/tip4p/tp4.md, water/tip4p/water.md, zcons/water.md,
1320 >        zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
1321 >        keywords from samples
1322 >
1323 > 2005-12-05 18:37  tim
1324 >
1325 >        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
1326 >        Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
1327 >
1328 > 2005-12-05 17:23  gezelter
1329 >
1330 >        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
1331 >        UseTheForce/Makefile, brains/Register.cpp,
1332 >        io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
1333 >        handler for CLAY force field
1334 >
1335 > 2005-12-05 16:45  chuckv
1336 >
1337 >        * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
1338 >        in openbabel.
1339 >
1340 > 2005-12-05 14:10  tim
1341 >
1342 >        * src/types/MoleculeStamp.cpp: reformat error message
1343 >
1344 > 2005-12-05 14:07  gezelter
1345 >
1346 >        * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
1347 >
1348 > 2005-12-05 13:23  tim
1349 >
1350 >        * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
1351 >        types/BendStamp.hpp, types/MoleculeStamp.cpp,
1352 >        types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
1353 >        adding more checking for topology
1354 >
1355 > 2005-12-02 17:37  gezelter
1356 >
1357 >        * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
1358 >        removal
1359 >
1360 > 2005-12-02 17:37  gezelter
1361 >
1362 >        * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
1363 >
1364 > 2005-12-02 17:37  gezelter
1365 >
1366 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1367 >        GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
1368 >        traditional.md: removing deprecated nAtoms and nComponents lines
1369 >
1370 > 2005-12-02 15:34  tim
1371 >
1372 >        * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
1373 >
1374 > 2005-12-02 15:18  tim
1375 >
1376 >        * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
1377 >        FragmentStamp
1378 >
1379 > 2005-12-02 15:11  gezelter
1380 >
1381 >        * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
1382 >        longer thrown with consts (fixes compilation bug on the Mac).
1383 >
1384 > 2005-12-02 15:10  gezelter
1385 >
1386 >        * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
1387 >        printing out of timestep
1388 >
1389 > 2005-12-02 15:10  gezelter
1390 >
1391 >        * src/brains/ForceManager.cpp: Got rid of spurious printing out of
1392 >        junk
1393 >
1394 > 2005-12-02 15:10  gezelter
1395 >
1396 >        * make/Makefile.in: Change build process for libOOPSE.a so that the
1397 >        libraries aren't unpacked.  libOOPSE.a is now made directly from
1398 >        the object files
1399 >
1400 > 2005-12-02 15:09  gezelter
1401 >
1402 >        * configure, ac-tools/configure.in: added check for egrep (grep -E)
1403 >        needed for new build of libOOPSE.a
1404 >
1405 > 2005-12-02 13:43  tim
1406 >
1407 >        * src/types/DataHolder.hpp: adding DataHolder
1408 >
1409 > 2005-12-02 12:01  gezelter
1410 >
1411 >        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1412 >        GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
1413 >        case for the cutoff policies
1414 >
1415 > 2005-12-02 10:38  tim
1416 >
1417 >        * make/Makefile.in: update Makefile
1418 >
1419 > 2005-12-02 10:38  tim
1420 >
1421 >        * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
1422 >        antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
1423 >        antlr/ASTFactory.cpp, antlr/ASTFactory.hpp, antlr/ASTNULLType.cpp,
1424 >        antlr/ASTNULLType.hpp, antlr/ASTPair.hpp, antlr/ASTRefCount.cpp,
1425 >        antlr/ASTRefCount.hpp, antlr/BaseAST.cpp, antlr/BaseAST.hpp,
1426 >        antlr/BitSet.cpp, antlr/BitSet.hpp, antlr/CharBuffer.cpp,
1427 >        antlr/CharBuffer.hpp, antlr/CharInputBuffer.hpp,
1428 >        antlr/CharScanner.cpp, antlr/CharScanner.hpp,
1429 >        antlr/CharStreamException.hpp, antlr/CharStreamIOException.hpp,
1430 >        antlr/CircularQueue.hpp, antlr/CommonAST.cpp, antlr/CommonAST.hpp,
1431 >        antlr/CommonASTWithHiddenTokens.cpp,
1432 >        antlr/CommonASTWithHiddenTokens.hpp,
1433 >        antlr/CommonHiddenStreamToken.cpp,
1434 >        antlr/CommonHiddenStreamToken.hpp, antlr/CommonToken.cpp,
1435 >        antlr/CommonToken.hpp, antlr/IOException.hpp,
1436 >        antlr/InputBuffer.cpp, antlr/InputBuffer.hpp, antlr/LLkParser.cpp,
1437 >        antlr/LLkParser.hpp, antlr/LexerSharedInputState.hpp,
1438 >        antlr/Makefile, antlr/MismatchedCharException.cpp,
1439 >        antlr/MismatchedCharException.hpp,
1440 >        antlr/MismatchedTokenException.cpp,
1441 >        antlr/MismatchedTokenException.hpp, antlr/NoViableAltException.cpp,
1442 >        antlr/NoViableAltException.hpp,
1443 >        antlr/NoViableAltForCharException.cpp,
1444 >        antlr/NoViableAltForCharException.hpp, antlr/Parser.cpp,
1445 >        antlr/Parser.hpp, antlr/ParserSharedInputState.hpp,
1446 >        antlr/RecognitionException.cpp, antlr/RecognitionException.hpp,
1447 >        antlr/RefCount.hpp, antlr/SemanticException.hpp, antlr/String.cpp,
1448 >        antlr/String.hpp, antlr/Token.cpp, antlr/Token.hpp,
1449 >        antlr/TokenBuffer.cpp, antlr/TokenBuffer.hpp,
1450 >        antlr/TokenRefCount.cpp, antlr/TokenRefCount.hpp,
1451 >        antlr/TokenStream.hpp, antlr/TokenStreamBasicFilter.cpp,
1452 >        antlr/TokenStreamBasicFilter.hpp, antlr/TokenStreamException.hpp,
1453 >        antlr/TokenStreamHiddenTokenFilter.cpp,
1454 >        antlr/TokenStreamHiddenTokenFilter.hpp,
1455 >        antlr/TokenStreamIOException.hpp,
1456 >        antlr/TokenStreamRecognitionException.hpp,
1457 >        antlr/TokenStreamRetryException.hpp,
1458 >        antlr/TokenStreamRewriteEngine.cpp,
1459 >        antlr/TokenStreamRewriteEngine.hpp, antlr/TokenStreamSelector.cpp,
1460 >        antlr/TokenStreamSelector.hpp, antlr/TokenWithIndex.hpp,
1461 >        antlr/TreeParser.cpp, antlr/TreeParser.hpp,
1462 >        antlr/TreeParserSharedInputState.hpp, antlr/config.hpp,
1463 >        applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1464 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
1465 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1466 >        constraints/ZconstraintForceManager.cpp,
1467 >        integrators/VelocityVerletIntegrator.cpp, io/BASS_interface.cpp,
1468 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
1469 >        io/BASSlex.l, io/BASSyacc.y, io/Globals.cpp, io/Globals.hpp,
1470 >        io/LinkedAssign.cpp, io/LinkedAssign.hpp, io/Makefile,
1471 >        io/ZConsReader.cpp, io/interface.c, io/make_nodes.c,
1472 >        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/node_list.h,
1473 >        io/parse_interface.h, io/parse_me.h, io/parse_tree.c,
1474 >        io/parse_tree.h, mdParser/FilenameObserver.cpp,
1475 >        mdParser/FilenameObserver.hpp, mdParser/MDLexer.cpp,
1476 >        mdParser/MDLexer.hpp, mdParser/MDParser.cpp, mdParser/MDParser.g,
1477 >        mdParser/MDParser.hpp, mdParser/MDTokenTypes.hpp,
1478 >        mdParser/MDTreeParser.cpp, mdParser/MDTreeParser.g,
1479 >        mdParser/MDTreeParser.hpp, mdParser/MDTreeParserTokenTypes.hpp,
1480 >        mdParser/Makefile, mdParser/SimplePreprocessor.hpp,
1481 >        openbabel/obconversion.cpp, openbabel/oopseformat.cpp,
1482 >        openbabel/xyzformat.cpp, primitives/RigidBody.cpp,
1483 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
1484 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
1485 >        selection/Makefile, selection/NameFinder.cpp,
1486 >        selection/NameFinder.hpp, selection/SelectionCompiler.hpp,
1487 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
1488 >        selection/SelectionManager.hpp, selection/SelectionToken.hpp,
1489 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.hpp,
1490 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/BendStamp.cpp,
1491 >        types/BendStamp.hpp, types/BondStamp.cpp, types/BondStamp.hpp,
1492 >        types/Component.cpp, types/Component.hpp,
1493 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1494 >        types/MakeStamps.cpp, types/MakeStamps.hpp, types/Makefile,
1495 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
1496 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
1497 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
1498 >        types/ZconStamp.cpp, types/ZconStamp.hpp, types/ZconsStamp.cpp,
1499 >        types/ZconsStamp.hpp, utils/BitSet.cpp, utils/BitSet.hpp,
1500 >        utils/Makefile.in, utils/MoLocator.cpp, utils/OOPSEBitSet.cpp,
1501 >        utils/OOPSEBitSet.hpp, utils/StringTokenizer.cpp,
1502 >        utils/StringTokenizer.hpp, visitors/ZconsVisitor.cpp: End of the
1503 >        Link --> List Return of the Oject-Oriented replace yacc/lex parser
1504 >        with antlr parser
1505 >
1506 > 2005-11-30 16:00  chuckv
1507 >
1508 >        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
1509 >        calculate rho(Z) to calculate density profiles for water slabs.
1510 >
1511 > 2005-11-29 17:54  chuckv
1512 >
1513 >        * configure, ac-tools/configure.in: added checks for some functions
1514 >        to configure script
1515 >
1516 > 2005-11-22 20:05  chuckv
1517 >
1518 >        * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
1519 >        obbond.cpp: Changed file names that conflict w/ oopse file name
1520 >        object files.
1521 >
1522 > 2005-11-21 17:59  gezelter
1523 >
1524 >        * src/utils/residentMem.c: compilation bug
1525 >
1526 > 2005-11-21 17:59  gezelter
1527 >
1528 >        * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
1529 >
1530 > 2005-11-21 17:59  gezelter
1531 >
1532 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
1533 >
1534 > 2005-11-21 17:59  gezelter
1535 >
1536 >        * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
1537 >        issue
1538 >
1539 > 2005-11-21 17:58  gezelter
1540 >
1541 >        * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
1542 >        doForces_interface.F90, doForces_interface.h, fForceOptions.h,
1543 >        notifyCutoffs.F90, notifyCutoffs_interface.F90,
1544 >        notifyCutoffs_interface.h, DarkSide/LJ.F90,
1545 >        DarkSide/electrostatic.F90, DarkSide/gb.F90,
1546 >        DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
1547 >
1548 > 2005-11-21 11:22  tim
1549 >
1550 >        * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
1551 >
1552 > 2005-11-21 09:59  tim
1553 >
1554 >        * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
1555 >        atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
1556 >        isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
1557 >        resdata.txt, torlib.txt, types.txt: adding openbabel data files
1558 >
1559 > 2005-11-18 15:17  tim
1560 >
1561 >        * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
1562 >        adding support for soft linking
1563 >
1564 > 2005-11-18 15:17  tim
1565 >
1566 >        * make/Makefile.in: Adding support for soft linking
1567 >
1568 > 2005-11-18 12:50  gezelter
1569 >
1570 >        * make/Makefile.in: Adding linking stuff
1571 >
1572 > 2005-11-18 11:38  tim
1573 >
1574 >        * make/Makefile.in, src/applications/atom2mdin/Makefile,
1575 >        src/applications/atom2mdin/atom2mdin.cpp,
1576 >        src/applications/mdinConverter/Makefile,
1577 >        src/applications/mdinConverter/mdinConverter.cpp,
1578 >        src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
1579 >        rename mdinConverter to atom2mdin
1580 >
1581 > 2005-11-17 15:44  gezelter
1582 >
1583 >        * src/openbabel/obconversion.cpp: fixed a bug
1584 >
1585 > 2005-11-17 15:39  gezelter
1586 >
1587 >        * configure: Adding some config checks for OpenBabel codes we are
1588 >        using
1589 >
1590 > 2005-11-17 15:39  gezelter
1591 >
1592 >        * ac-tools/configure.in: Adding some checks for OpenBabel code
1593 >
1594 > 2005-11-17 15:39  gezelter
1595 >
1596 >        * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
1597 >
1598 > 2005-11-17 15:38  gezelter
1599 >
1600 >        * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
1601 >        bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
1602 >        fingerprint.cpp, generic.hpp, grid.hpp, matrix.hpp, mol.hpp,
1603 >        obconversion.hpp, oberror.cpp, oberror.hpp, obutil.cpp, obutil.hpp,
1604 >        patty.cpp, pdbformat.hpp, phmodel.cpp, povrayformat.hpp,
1605 >        residue.cpp, rotor.cpp, smilesformat.cpp, tokenst.cpp, typer.cpp:
1606 >        Unifying config.h stuff and making sure the OpenBabel codes can
1607 >        find our default (and environment variable) Force Field
1608 >        directories.
1609 >
1610 > 2005-11-17 13:35  tim
1611 >
1612 >        * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
1613 >
1614 > 2005-11-16 18:10  tim
1615 >
1616 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
1617 >        brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
1618 >        brains/ForceManager.hpp, brains/SimCreator.cpp, brains/SimInfo.cpp,
1619 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
1620 >        io/Globals.hpp, io/Makefile, io/OptionSectionParser.cpp,
1621 >        io/OptionSectionParser.hpp, io/ParamConstraint.hpp,
1622 >        io/SectionParser.hpp, io/SectionParserManager.cpp,
1623 >        io/TorsionTypesSectionParser.cpp, math/ChebyshevPolynomials.hpp,
1624 >        math/Makefile, math/Polynomial.hpp, primitives/Bend.cpp,
1625 >        primitives/Bend.hpp, primitives/GhostBend.cpp,
1626 >        primitives/GhostBend.hpp, primitives/GhostTorsion.cpp,
1627 >        primitives/GhostTorsion.hpp, primitives/Torsion.cpp,
1628 >        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
1629 >        primitives/UreyBradleyBend.hpp, types/CharmmTorsionType.cpp,
1630 >        types/CharmmTorsionType.hpp, types/CubicTorsionType.hpp,
1631 >        types/PolynomialTorsionType.hpp, types/QuarticTorsionType.hpp,
1632 >        types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
1633 >        get compiled
1634 >
1635 > 2005-11-16 16:37  chuckv
1636 >
1637 >        * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
1638 >        io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
1639 >        UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
1640 >        optional parameters....
1641 >
1642 > 2005-11-16 16:24  tim
1643 >
1644 >        * src/applications/mdinConverter/: Makefile, mdinConverter.cpp:
1645 >        adding mdinConverter
1646 >
1647 > 2005-11-16 16:22  tim
1648 >
1649 >        * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
1650 >        fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
1651 >        gromos96format.cpp, gromos96format.hpp, oopseformat.cpp,
1652 >        oopseformat.hpp, pdbformat.cpp, pdbformat.hpp, povrayformat.cpp,
1653 >        povrayformat.hpp, smilesformat.cpp, smilesformat.hpp,
1654 >        tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
1655 >        adding more readers/writers
1656 >
1657 > 2005-11-16 16:20  tim
1658 >
1659 >        * make/Makefile.in: adding openbabel
1660 >
1661 > 2005-11-16 16:20  tim
1662 >
1663 >        * src/brains/: Register.cpp, Register.hpp: register openbabel
1664 >        readers/writers
1665 >
1666 > 2005-11-16 14:57  chrisfen
1667 >
1668 >        * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
1669 >        potential self term
1670 >
1671 > 2005-11-16 14:57  chrisfen
1672 >
1673 >        * samples/water/spce/spce.md: just some parameters
1674 >
1675 > 2005-11-16 14:42  tim
1676 >
1677 >        * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
1678 >        babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
1679 >        bond.cpp, bondtyp.hpp, bondtyper.cpp, bondtyper.hpp, chains.cpp,
1680 >        chains.hpp, chiral.cpp, chiral.hpp, config.h.in, config.hpp,
1681 >        data.cpp, data.hpp, element.hpp, extable.hpp, fingerprint.cpp,
1682 >        fingerprint.hpp, generic.cpp, generic.hpp, grid.cpp, grid.hpp,
1683 >        isotope.hpp, kekulize.cpp, matrix.cpp, matrix.hpp, matrix3x3.cpp,
1684 >        matrix3x3.hpp, mol.cpp, mol.hpp, molchrg.cpp, molchrg.hpp,
1685 >        obconversion.cpp, obconversion.hpp, obconversion.lo, oberror.cpp,
1686 >        oberror.hpp, obiter.cpp, obiter.hpp, obmolecformat.hpp, obutil.cpp,
1687 >        obutil.hpp, oopseformat.cpp, parsmart.cpp, parsmart.hpp, patty.cpp,
1688 >        patty.hpp, pdbformat.cpp, phmodel.cpp, phmodel.hpp,
1689 >        phmodeldata.hpp, rand.cpp, reaction.hpp, resdata.hpp, residue.cpp,
1690 >        ring.cpp, ring.hpp, rotamer.cpp, rotamer.hpp, rotor.cpp, rotor.hpp,
1691 >        snprintf.c, snprintf.h, strncasecmp.c, tinkerformat.cpp,
1692 >        tokenst.cpp, torlib.hpp, transform.cpp, typer.cpp, typer.hpp,
1693 >        types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
1694 >        zipstreamimpl.hpp: adding openbabel
1695 >
1696 > 2005-11-15 14:42  chrisfen
1697 >
1698 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
1699 >        commented code
1700 >
1701 > 2005-11-15 14:04  chrisfen
1702 >
1703 >        * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
1704 >        charge-charge interactions a bit...
1705 >
1706 > 2005-11-15 14:03  chrisfen
1707 >
1708 >        * samples/water/spce/: spce.md, water.md: just playing
1709 >
1710 > 2005-11-15 11:38  chrisfen
1711 >
1712 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
1713 >        shifted_potential case
1714 >
1715 > 2005-11-15 11:37  chrisfen
1716 >
1717 >        * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
1718 >        just playing around - we need to refresh all the samples sometime
1719 >        soon...
1720 >
1721 > 2005-11-15 11:18  chuckv
1722 >
1723 >        * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
1724 >        preforce calc public in suttonchen.
1725 >
1726 > 2005-11-15 11:05  chuckv
1727 >
1728 >        * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
1729 >        SimInfo
1730 >
1731 > 2005-11-15 11:01  chuckv
1732 >
1733 >        * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
1734 >        DarkSide/simulation.F90: Added Sutton-Chen to force loop...
1735 >
1736 > 2005-11-15 10:34  chuckv
1737 >
1738 >        * forceFields/Makefile: Added sutton-chen to makefile.
1739 >
1740 > 2005-11-14 17:20  chuckv
1741 >
1742 >        * src/UseTheForce/DarkSide/: suttonchen.F90,
1743 >        suttonchen_interface.h: Build Fixes for sutton-chen.
1744 >
1745 > 2005-11-14 17:03  chuckv
1746 >
1747 >        * src/io/Makefile: Missed makefile for sutton-chen.
1748 >
1749 > 2005-11-14 17:03  chuckv
1750 >
1751 >        * src/UseTheForce/: Makefile, DarkSide/Makefile,
1752 >        DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
1753 >
1754 > 2005-11-14 16:29  chuckv
1755 >
1756 >        * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
1757 >        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
1758 >        UseTheForce/DarkSide/suttonchen.F90,
1759 >        UseTheForce/DarkSide/suttonchen_interface.F90,
1760 >        UseTheForce/DarkSide/suttonchen_interface.h, brains/Register.cpp,
1761 >        brains/fSimulation.h, types/AtomType.cpp, types/AtomType.hpp,
1762 >        types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
1763 >        fix do_forces to use Sutton-Chen.
1764 >
1765 > 2005-11-11 12:21  chrisfen
1766 >
1767 >        * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
1768 >        switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
1769 >        some files
1770 >
1771 > 2005-11-11 10:22  chrisfen
1772 >
1773 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
1774 >        io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
1775 >        switching function option
1776 >
1777 > 2005-11-11 10:21  chrisfen
1778 >
1779 >        * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
1780 >        5th order polynomial switching function
1781 >
1782 > 2005-11-11 10:21  chrisfen
1783 >
1784 >        * samples/water/ssd/ssd.md: playing with switching functions again
1785 >
1786 > 2005-11-11 10:21  chrisfen
1787 >
1788 >        * samples/argon/500.md: playing with switching functions
1789 >
1790 > 2005-11-08 19:11  chuckv
1791 >
1792 >        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
1793 >        files for Sutton-Chen and Quantum Sutton-Chen
1794 >
1795 > 2005-11-08 08:32  chrisfen
1796 >
1797 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
1798 >        DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
1799 >        ability to output forces and torques
1800 >
1801 > 2005-11-08 08:32  chrisfen
1802 >
1803 >        * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
1804 >        output of forces and torques
1805 >
1806 > 2005-11-08 08:31  chrisfen
1807 >
1808 >        * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
1809 >        Working on shifted_force...
1810 >
1811 > 2005-11-08 08:31  chrisfen
1812 >
1813 >        * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
1814 >
1815 > 2005-11-03 18:22  chrisfen
1816 >
1817 >        * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
1818 >        commented section
1819 >
1820 > 2005-11-03 18:12  chrisfen
1821 >
1822 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1823 >        UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
1824 >        UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
1825 >        io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
1826 >
1827 > 2005-11-03 18:11  chrisfen
1828 >
1829 >        * samples/water/spce/spce.md: mmm...  damped shifted force...
1830 >
1831 > 2005-11-03 18:06  chuckv
1832 >
1833 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
1834 >
1835 > 2005-11-02 18:50  chuckv
1836 >
1837 >        * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
1838 >
1839 > 2005-11-02 16:01  chrisfen
1840 >
1841 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1842 >        removed some test code
1843 >
1844 > 2005-11-02 15:45  chrisfen
1845 >
1846 >        * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
1847 >        screening method header
1848 >
1849 > 2005-11-02 15:36  chrisfen
1850 >
1851 >        * src/brains/SimInfo.cpp: again, changing how we deal with
1852 >        summation and screening methods
1853 >
1854 > 2005-11-02 15:36  chrisfen
1855 >
1856 >        * src/: UseTheForce/DarkSide/electrostatic.F90,
1857 >        UseTheForce/DarkSide/electrostatic_interface.F90,
1858 >        UseTheForce/DarkSide/electrostatic_interface.h,
1859 >        UseTheForce/DarkSide/fElectrostaticSummationMethod.h,
1860 >        io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
1861 >        and screening methods
1862 >
1863 > 2005-11-02 15:35  chrisfen
1864 >
1865 >        * src/UseTheForce/doForces.F90: debug stuff for rf removed
1866 >
1867 > 2005-11-01 18:32  chuckv
1868 >
1869 >        * src/: UseTheForce/DarkSide/atype.F90,
1870 >        UseTheForce/DarkSide/atype_interface.F90,
1871 >        UseTheForce/DarkSide/suttonchen.F90, types/AtomType.cpp,
1872 >        types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
1873 >        sutton-chen
1874 >
1875 > 2005-11-01 14:24  chrisfen
1876 >
1877 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1878 >        removed some testing code...
1879 >
1880 > 2005-11-01 14:14  chrisfen
1881 >
1882 >        * src/: brains/Register.cpp, brains/SimInfo.cpp,
1883 >        brains/fSimulation.h, integrators/IntegratorFactory.hpp,
1884 >        io/Globals.cpp: fixed a capitalization problem with NPT integrator
1885 >        initialization
1886 >
1887 > 2005-11-01 14:13  chrisfen
1888 >
1889 >        * src/applications/oopse/oopse.cpp: nothing
1890 >
1891 > 2005-11-01 14:09  chrisfen
1892 >
1893 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1894 >        DarkSide/simulation.F90: still fixing up wolf...
1895 >
1896 > 2005-11-01 13:29  chuckv
1897 >
1898 >        * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
1899 >        process of adding sutton-chen forcefield.
1900 >
1901 > 2005-10-26 19:32  chrisfen
1902 >
1903 >        * src/brains/SimInfo.cpp: changed the default switching radius to
1904 >        85% of rcut
1905 >
1906 > 2005-10-26 19:31  chrisfen
1907 >
1908 >        * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
1909 >        to be working now - for charges and dipoles alike
1910 >
1911 > 2005-10-26 19:31  chrisfen
1912 >
1913 >        * src/UseTheForce/doForces.F90: reaction field looks to be working
1914 >        now
1915 >
1916 > 2005-10-26 19:30  chrisfen
1917 >
1918 >        * samples/water/ssdrf/water.md: added a test molecule
1919 >
1920 > 2005-10-26 19:30  chrisfen
1921 >
1922 >        * forceFields/DUFF2.frc: added a test atom type
1923 >
1924 > 2005-10-24 10:06  chrisfen
1925 >
1926 >        * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
1927 >        reaction field - don't know if it works...
1928 >
1929 > 2005-10-23 17:08  chrisfen
1930 >
1931 >        * src/: UseTheForce/doForces.F90,
1932 >        UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
1933 >        streamlined reaction field for dipoles (now a good bit faster) and
1934 >        added reaction field for charges - still need to do charge-dipole
1935 >        RF
1936 >
1937 > 2005-10-23 17:07  chrisfen
1938 >
1939 >        * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
1940 >        field
1941 >
1942 > 2005-10-23 17:06  chrisfen
1943 >
1944 >        * samples/water/spce/spce.md: reaction field now works for charges
1945 >
1946 > 2005-10-20 16:27  tim
1947 >
1948 >        * src/primitives/Torsion.cpp: Fix the other branch of force
1949 >        calculation in Torision.cpp
1950 >
1951 > 2005-10-19 15:24  chrisfen
1952 >
1953 >        * src/: UseTheForce/doForces.F90,
1954 >        UseTheForce/DarkSide/electrostatic.F90,
1955 >        UseTheForce/DarkSide/simulation.F90, applications/oopse/oopse.cpp,
1956 >        brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
1957 >        toUpper problems - these changes should fix those...
1958 >
1959 > 2005-10-19 15:23  chrisfen
1960 >
1961 >        * samples/water/ssdrf/ssdrf.md: nothing
1962 >
1963 > 2005-10-19 13:03  gezelter
1964 >
1965 >        * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
1966 >        GayBerne
1967 >
1968 > 2005-10-19 12:49  tim
1969 >
1970 >        * src/: UseTheForce/DarkSide/fInteractionMap.h,
1971 >        brains/ForceManager.cpp: fix an index mismathcing between c and
1972 >        fortran
1973 >
1974 > 2005-10-18 19:03  gezelter
1975 >
1976 >        * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
1977 >        samples for the cutoff methods that Yang Zheng has been working on
1978 >
1979 > 2005-10-18 17:13  gezelter
1980 >
1981 >        * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
1982 >        and a rotation matrix bug
1983 >
1984 > 2005-10-18 17:13  gezelter
1985 >
1986 >        * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
1987 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1988 >        added a few GB test cases
1989 >
1990 > 2005-10-18 17:13  gezelter
1991 >
1992 >        * forceFields/DUFF2.frc: Fixing GB parameters
1993 >
1994 > 2005-10-18 14:36  kdaily
1995 >
1996 >        * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
1997 >        type
1998 >
1999 > 2005-10-18 11:01  chrisfen
2000 >
2001 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
2002 >        UseTheForce/DarkSide/Makefile,
2003 >        UseTheForce/DarkSide/electrostatic.F90,
2004 >        UseTheForce/DarkSide/electrostatic_interface.F90,
2005 >        UseTheForce/DarkSide/electrostatic_interface.h,
2006 >        UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
2007 >        reaction field with electrostatics.F90
2008 >
2009 > 2005-10-17 19:13  tim
2010 >
2011 >        * src/: brains/ForceManager.cpp, brains/Stats.cpp,
2012 >        brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
2013 >        io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
2014 >        io/StatWriter.hpp: Customized StatWriter is working
2015 >
2016 > 2005-10-17 18:42  kdaily
2017 >
2018 >        * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
2019 >        paper
2020 >
2021 > 2005-10-17 17:47  gezelter
2022 >
2023 >        * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
2024 >
2025 > 2005-10-17 15:24  tim
2026 >
2027 >        * src/io/ParamConstraint.hpp: Another bug fix
2028 >
2029 > 2005-10-17 15:22  tim
2030 >
2031 >        * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
2032 >        issues in Globals
2033 >
2034 > 2005-10-17 15:12  gezelter
2035 >
2036 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
2037 >        UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
2038 >        UseTheForce/DarkSide/gb_interface.F90,
2039 >        UseTheForce/DarkSide/gb_interface.h,
2040 >        io/GayBerneAtomTypesSectionParser.cpp,
2041 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
2042 >        changing GB architecture
2043 >
2044 > 2005-10-17 15:12  gezelter
2045 >
2046 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
2047 >        gbRotRoundZ.in: Adding samples for gb tests
2048 >
2049 > 2005-10-16 23:06  tim
2050 >
2051 >        * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
2052 >        a  string to event's err_msg, there are still tons of memory
2053 >        leaking problem in Globals
2054 >
2055 > 2005-10-16 20:51  tim
2056 >
2057 >        * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
2058 >        error message in Globals
2059 >
2060 > 2005-10-14 17:43  tim
2061 >
2062 >        * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
2063 >        parameters are working now
2064 >
2065 > 2005-10-14 12:43  gezelter
2066 >
2067 >        * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
2068 >
2069 > 2005-10-14 12:05  gezelter
2070 >
2071 >        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
2072 >        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
2073 >        Adding some Gay Berne tests
2074 >
2075 > 2005-10-14 12:05  gezelter
2076 >
2077 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
2078 >        cutoff tests
2079 >
2080 > 2005-10-14 11:44  kdaily
2081 >
2082 >        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
2083 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
2084 >        src/UseTheForce/DarkSide/gb_interface.F90,
2085 >        src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
2086 >        LJ
2087 >
2088 > 2005-10-14 10:48  tim
2089 >
2090 >        * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
2091 >
2092 > 2005-10-14 10:18  chrisfen
2093 >
2094 >        * samples/thermoIntegration/liquid/ssde.md,
2095 >        samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
2096 >        src/restraints/Restraints.cpp: added default restraint spring
2097 >        constants into Globals
2098 >
2099 > 2005-10-13 18:26  tim
2100 >
2101 >        * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
2102 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
2103 >        constraints/ZconstraintForceManager.cpp,
2104 >        integrators/Integrator.cpp, integrators/NPT.cpp,
2105 >        integrators/NVT.cpp, integrators/Velocitizer.cpp, io/Globals.cpp,
2106 >        io/Globals.hpp, io/ZConsReader.cpp, minimizers/Minimizer.cpp,
2107 >        minimizers/MinimizerParameterSet.cpp, restraints/Restraints.cpp,
2108 >        restraints/ThermoIntegrationForceManager.cpp,
2109 >        visitors/ZconsVisitor.cpp: rewrite Globals
2110 >
2111 > 2005-10-12 17:57  chuckv
2112 >
2113 >        * src/brains/ForceManager.cpp: Fix to forceManager to pass
2114 >        potential array to fortran.
2115 >
2116 > 2005-10-12 17:00  gezelter
2117 >
2118 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
2119 >        remember what we did
2120 >
2121 > 2005-10-12 17:00  gezelter
2122 >
2123 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
2124 >        DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
2125 >        DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
2126 >        DarkSide/sticky.F90: simplifying long range potential array
2127 >
2128 > 2005-10-12 17:00  gezelter
2129 >
2130 >        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
2131 >        cutoff methods
2132 >
2133 > 2005-10-12 17:00  gezelter
2134 >
2135 >        * forceFields/DUFF2.frc: Messing with 2-point water models
2136 >
2137 > 2005-10-12 16:22  chuckv
2138 >
2139 >        * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
2140 >        interface now expects an array for pot.
2141 >
2142 > 2005-10-12 16:18  chuckv
2143 >
2144 >        * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
2145 >        DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
2146 >        calculation of potential.
2147 >
2148 > 2005-10-12 15:55  chuckv
2149 >
2150 >        * src/UseTheForce/doForces.F90: More changes to MPI potential
2151 >        calculations.
2152 >
2153 > 2005-10-12 14:59  chuckv
2154 >
2155 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
2156 >        DarkSide/eam.F90, DarkSide/electrostatic.F90,
2157 >        DarkSide/fInteractionMap.h, DarkSide/force_globals.F90,
2158 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
2159 >        Breaky: Add Support for seperating potential contributions.
2160 >
2161 > 2005-10-11 18:00  chuckv
2162 >
2163 >        * src/UseTheForce/doForces.F90: Free some variables that weren't
2164 >        freed before.
2165 >
2166 > 2005-10-11 17:59  chuckv
2167 >
2168 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
2169 >        GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
2170 >        builder --twinned.
2171 >
2172 > 2005-10-11 17:57  chuckv
2173 >
2174 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
2175 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
2176 >        nanoparticleBuilderCmd.h, sphericalNanoparticle.cpp,
2177 >        sphericalNanoparticle.hpp: Added code for nanoparticle builder to
2178 >        cvs.
2179 >
2180 > 2005-10-10 17:34  chuckv
2181 >
2182 >        * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
2183 >        in MPI.
2184 >
2185 > 2005-10-10 17:20  chuckv
2186 >
2187 >        * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
2188 >        indexing of groupToGtype. We now have two seperate maps
2189 >        groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
2190 >        that is set to groupToGtypeRow in the single processor version.
2191 >
2192 > 2005-10-06 14:44  chrisfen
2193 >
2194 >        * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
2195 >        ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
2196 >        tip3p_ice/water.md, tip4p/water.md: fixing up the samples
2197 >
2198 > 2005-10-05 17:12  tim
2199 >
2200 >        * src/primitives/RigidBody.cpp: There is still something wrong with
2201 >        inertia tensor projection
2202 >
2203 > 2005-10-05 15:35  tim
2204 >
2205 >        * src/primitives/RigidBody.cpp: erase output of inertia tensor.
2206 >        There is still something wrong with current implementation.
2207 >
2208 > 2005-10-05 15:34  tim
2209 >
2210 >        * src/brains/MoleculeCreator.cpp: fix a bug in creating
2211 >        cutoffGroup. When cutoffGroup is turned off, there is a mismatch
2212 >        between group and center of mass array
2213 >
2214 > 2005-10-05 15:12  tim
2215 >
2216 >        * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
2217 >        When cutoffGroup is turned off, there is a mismatch between group
2218 >        and center of mass array
2219 >
2220 > 2005-10-04 15:34  chrisfen
2221 >
2222 >        * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
2223 >        mass ratio bug that results in simulation failure with massless
2224 >        particles
2225 >
2226 > 2005-10-04 15:33  chrisfen
2227 >
2228 >        * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
2229 >        wolf
2230 >
2231 > 2005-10-04 15:32  chrisfen
2232 >
2233 >        * samples/water/dimer/two.md, samples/water/dimer/water.md,
2234 >        samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
2235 >        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
2236 >        random changes when testing
2237 >
2238 > 2005-10-03 11:54  tim
2239 >
2240 >        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
2241 >        projecting the inertia tensor of directional atom in rigibody into
2242 >        rigidbody's body frame (previous commit is wrong)
2243 >
2244 > 2005-10-03 10:31  tim
2245 >
2246 >        * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
2247 >        tensor of directional atom in rigibody into rigidbody's body frame
2248 >
2249 > 2005-09-28 14:47  chrisfen
2250 >
2251 >        * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
2252 >
2253 > 2005-09-28 14:46  chrisfen
2254 >
2255 >        * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
2256 >        dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
2257 >        ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
2258 >        tip4p/tp4.md: fixed some samples
2259 >
2260 > 2005-09-28 14:46  chrisfen
2261 >
2262 >        * ChangeLog: updated
2263 >
2264 > 2005-09-28 12:55  tim
2265 >
2266 >        * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
2267 >        divergence in rotation matrix to quaternion transformation
2268 >
2269 > 2005-09-28 12:32  gezelter
2270 >
2271 >        * src/primitives/RigidBody.cpp: Rotation matrix multiplication
2272 >        order error
2273 >
2274 > 2005-09-28 12:32  gezelter
2275 >
2276 >        * src/io/DumpReader.cpp: tracking down quaternion bug
2277 >
2278 > 2005-09-28 12:32  gezelter
2279 >
2280 >        * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
2281 >        model
2282 >
2283 > 2005-09-27 16:02  tim
2284 >
2285 >        * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
2286 >        to quaternion
2287 >
2288 > 2005-09-26 14:38  chuckv
2289 >
2290 >        * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
2291 >        7 so derfc is external. Other compilers should treat erfc as
2292 >        intrinsic.
2293 >
2294 > 2005-09-26 13:07  chuckv
2295 >
2296 >        * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
2297 >        and declared it to be external to fix issure with ifc7. Hopefully
2298 >        this will not cause a problem with other compilers where derfc is
2299 >        an intrinsic function.
2300 >
2301 > 2005-09-26 12:42  chuckv
2302 >
2303 >        * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
2304 >        in simulation module. We needed a seperate receive buffer.
2305 >
2306 > 2005-09-26 11:58  chuckv
2307 >
2308 >        * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
2309 >        support for skinThickness keyword to Globals.
2310 >
2311 > 2005-09-26 11:56  tim
2312 >
2313 >        * src/io/DumpReader.cpp: fix a typo in DumpReader
2314 >
2315 > 2005-09-26 10:27  chrisfen
2316 >
2317 >        * samples/: minimizer/tip4p_two.md,
2318 >        thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
2319 >        water/dimer/cl.md, water/dimer/mix.md, water/dimer/mix2.md,
2320 >        water/dimer/ssd.md, water/dimer/tap.md, water/dimer/two.md,
2321 >        water/spce/spce.md, water/ssd/ssd.md, water/ssd-ion/ssdCl.md,
2322 >        water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
2323 >        water/tip4p/tp4.md: fixing up some samples
2324 >
2325 > 2005-09-24 13:39  chrisfen
2326 >
2327 >        * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
2328 >        roughly the same speed as the old version when using dipoles
2329 >        
2330 >        energies are now exactly the same between the old version of OOPSE
2331 >        and this version
2332 >
2333 > 2005-09-24 13:38  chrisfen
2334 >
2335 >        * samples/water/ssdrf/ssdrf.md: turned rf on
2336 >
2337 > 2005-09-23 16:31  chuckv
2338 >
2339 >        * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
2340 >        skin thickness and hardcode listSkin to be 1.0. We now get listskin
2341 >        from skin. This will get fixed to where we can manually set skin
2342 >        thickness.
2343 >
2344 > 2005-09-22 14:50  gezelter
2345 >
2346 >        * src/math/derfc.F90: added error function
2347 >
2348 > 2005-09-21 20:08  chuckv
2349 >
2350 >        * src/integrators/Velocitizer.cpp: Removed print statement for
2351 >        angular momentum and inertia tensor from velocitizer.
2352 >
2353 > 2005-09-21 20:04  chuckv
2354 >
2355 >        * src/integrators/Velocitizer.cpp: Removed print statements for
2356 >        remove angular momentum.
2357 >
2358 > 2005-09-21 19:45  chuckv
2359 >
2360 >        * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
2361 >        (say we are using EAM), we probably shouldn't rebuild the LJ mixing
2362 >        map.
2363 >
2364 > 2005-09-21 16:59  tim
2365 >
2366 >        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
2367 >        DumpReader using pure c++ io
2368 >
2369 > 2005-09-21 13:20  chrisfen
2370 >
2371 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
2372 >        defaultCutoff bug (HEMES!)
2373 >
2374 > 2005-09-20 18:13  gezelter
2375 >
2376 >        * make/Makefile.in: libz additions
2377 >
2378 > 2005-09-20 18:03  gezelter
2379 >
2380 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2381 >        src/config.h.in: added check for zlib in configure
2382 >
2383 > 2005-09-20 17:22  tim
2384 >
2385 >        * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
2386 >        gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
2387 >
2388 > 2005-09-20 12:22  tim
2389 >
2390 >        * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
2391 >        testcase for zipstream
2392 >
2393 > 2005-09-20 11:41  tim
2394 >
2395 >        * src/io/zipstream.hpp: adding zipstream.hpp
2396 >
2397 > 2005-09-20 11:34  chrisfen
2398 >
2399 >        * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
2400 >        dipole/twoSplitDipole.md, minimizer/ssdEM.md,
2401 >        minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
2402 >        zcons/zconsMoving.md: fixed up some sample md files
2403 >
2404 > 2005-09-19 19:21  chrisfen
2405 >
2406 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2407 >        src/UseTheForce/doForces.F90,
2408 >        src/UseTheForce/DarkSide/electrostatic.F90,
2409 >        src/UseTheForce/DarkSide/simulation.F90, src/brains/SimInfo.cpp,
2410 >        src/brains/fSimulation.h: Fixed bugs in reaction field, now it
2411 >        appears as though it really is working...
2412 >
2413 > 2005-09-18 16:45  chrisfen
2414 >
2415 >        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2416 >        src/UseTheForce/doForces.F90,
2417 >        src/UseTheForce/doForces_interface.F90,
2418 >        src/UseTheForce/doForces_interface.h,
2419 >        src/UseTheForce/DarkSide/electrostatic.F90,
2420 >        src/UseTheForce/DarkSide/electrostatic_interface.h,
2421 >        src/brains/SimInfo.cpp: reaction field seems to work now, still
2422 >        need to do some testing...
2423 >
2424 > 2005-09-16 19:04  chuckv
2425 >
2426 >        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
2427 >        dump files.
2428 >
2429 > 2005-09-16 17:07  chrisfen
2430 >
2431 >        * src/: UseTheForce/doForces_interface.F90,
2432 >        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
2433 >        bug that ifc missed...
2434 >
2435 > 2005-09-16 16:36  chrisfen
2436 >
2437 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2438 >        fixing some summation method issues
2439 >
2440 > 2005-09-16 15:35  chrisfen
2441 >
2442 >        * src/brains/SimInfo.cpp: fixed a capitalization error
2443 >
2444 > 2005-09-16 15:34  chrisfen
2445 >
2446 >        * src/UseTheForce/: fElectrostaticSummationMethod.h,
2447 >        DarkSide/fElectrostaticSummationMethod.h: moved a header file
2448 >        around
2449 >
2450 > 2005-09-16 15:00  chrisfen
2451 >
2452 >        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
2453 >        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
2454 >        are known issues - particularly with reaction field...
2455 >
2456 > 2005-09-16 12:07  chrisfen
2457 >
2458 >        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
2459 >        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
2460 >        (cutting out the old way to do reaction field)
2461 >
2462 > 2005-09-15 18:05  gezelter
2463 >
2464 >        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
2465 >        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
2466 >        DarkSide/electrostatic_interface.F90,
2467 >        DarkSide/electrostatic_interface.h: Working on adding WOLF
2468 >
2469 > 2005-09-15 15:17  tim
2470 >
2471 >        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
2472 >        is called without calling getNFrames
2473 >
2474 > 2005-09-15 09:47  chrisfen
2475 >
2476 >        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
2477 >
2478 > 2005-09-14 22:48  chuckv
2479 >
2480 >        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
2481 >        not initialized after creation. When maxval(gtypeMaxCutoff) was
2482 >        called, the largest random garbage value was returned from the
2483 >        array.
2484 >
2485 > 2005-09-14 20:14  chrisfen
2486 >
2487 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
2488 >        io/Globals.hpp: changes to include the coulombicCorrection selector
2489 >
2490 > 2005-09-14 20:13  chrisfen
2491 >
2492 >        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
2493 >        reactionField.F90: added in the undamped wolf, in the process of
2494 >        doing the damped wolf
2495 >
2496 > 2005-09-14 20:13  chrisfen
2497 >
2498 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
2499 >        doForces_interface.h, notifyCutoffs.F90: some changes to activate
2500 >        the coulombicCorrection selector
2501 >
2502 > 2005-09-14 20:11  chrisfen
2503 >
2504 >        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
2505 >
2506 > 2005-09-14 20:11  chrisfen
2507 >
2508 >        * samples/argon/: 500.in, 500.md: Equilibrated the sample
2509 >
2510 > 2005-09-14 20:10  chrisfen
2511 >
2512 >        * forceFields/DUFF2.frc: re-added Cl- and Na+
2513 >
2514 > 2005-09-14 16:31  chuckv
2515 >
2516 >        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
2517 >        eamAtypes instead of assuming a 1-1 correspondence to atypes.
2518 >
2519 > 2005-09-14 16:28  gezelter
2520 >
2521 >        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
2522 >        do_prepair
2523 >
2524 > 2005-09-14 15:02  gezelter
2525 >
2526 >        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
2527 >        createMixingMap routine.  It should now set doShift correctly
2528 >
2529 > 2005-09-07 18:44  chuckv
2530 >
2531 >        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
2532 >
2533 > 2005-09-07 18:23  chuckv
2534 >
2535 >        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
2536 >        logical variables
2537 >
2538 > 2005-09-07 18:08  gezelter
2539 >
2540 >        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
2541 >        algorithm
2542 >
2543 > 2005-09-07 16:46  gezelter
2544 >
2545 >        * src/: UseTheForce/doForces.F90,
2546 >        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
2547 >        UseTheForce/notifyCutoffs_interface.F90,
2548 >        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
2549 >        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
2550 >        cutoff Policy
2551 >
2552 > 2005-09-07 15:18  gezelter
2553 >
2554 >        * src/UseTheForce/doForces.F90: Some bug hunting
2555 >
2556 > 2005-09-07 15:18  gezelter
2557 >
2558 >        * samples/argon/argonNVT.md: Just a longer test
2559 >
2560 > 2005-09-06 13:32  chuckv
2561 >
2562 >        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
2563 >        etc..
2564 >
2565 > 2005-09-01 18:56  gezelter
2566 >
2567 >        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
2568 >        zero
2569 >
2570 > 2005-09-01 16:17  gezelter
2571 >
2572 >        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
2573 >        createGtypeCutoffMap
2574 >
2575 > 2005-08-30 14:23  chrisfen
2576 >
2577 >        * src/: UseTheForce/doForces.F90,
2578 >        UseTheForce/doForces_interface.F90,
2579 >        UseTheForce/doForces_interface.h,
2580 >        UseTheForce/DarkSide/electrostatic.F90,
2581 >        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
2582 >        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
2583 >        changes for implementing the wolf potential
2584 >
2585 > 2005-08-26 18:39  chrisfen
2586 >
2587 >        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
2588 >
2589 > 2005-08-26 17:30  chrisfen
2590 >
2591 >        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
2592 >        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
2593 >        some probably nonfunctional get*cut routines
2594 >
2595 > 2005-08-26 16:34  chuckv
2596 >
2597 >        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
2598 >
2599 > 2005-08-26 12:36  gezelter
2600 >
2601 >        * src/UseTheForce/doForces.F90: fixing some of the problems in the
2602 >        interactionHash and gtypeCutoff routines
2603 >
2604 > 2005-08-17 11:26  gezelter
2605 >
2606 >        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
2607 >        DarkSide/simulation.F90: added fCutoffPolicy.h
2608 >
2609 > 2005-08-11 17:04  gezelter
2610 >
2611 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
2612 >        progress
2613 >
2614 > 2005-08-10 15:17  gezelter
2615 >
2616 >        * src/primitives/StuntDouble.hpp: putting spaceballs back where
2617 >        they belong
2618 >
2619 > 2005-08-09 18:33  gezelter
2620 >
2621 >        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
2622 >        Jones module
2623 >
2624 > 2005-08-09 18:33  gezelter
2625 >
2626 >        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
2627 >
2628 > 2005-08-09 15:40  chuckv
2629 >
2630 >        * src/UseTheForce/doForces.F90: In process of re-write for group
2631 >        based cutoff....
2632 >
2633 > 2005-07-29 15:38  gezelter
2634 >
2635 >        * src/UseTheForce/doForces.F90: fixes in progress
2636 >
2637 > 2005-07-29 13:34  tim
2638 >
2639 >        * src/UseTheForce/doForces.F90: fix a bug which does not update
2640 >        me_i and me_j correctly
2641 >
2642 > 2005-07-28 18:12  chuckv
2643 >
2644 >        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
2645 >        cutoffs... Segfaults nicely now...
2646 >
2647 > 2005-07-20 13:04  gezelter
2648 >
2649 >        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
2650 >        error messages from pathscale compiler
2651 >
2652 > 2005-07-13 12:48  tim
2653 >
2654 >        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
2655 >        <functional>
2656 >
2657 > 2005-07-13 11:54  tim
2658 >
2659 >        * src/: UseTheForce/fSwitchingFunction.h,
2660 >        UseTheForce/mpiComponentPlan.h,
2661 >        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
2662 >        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
2663 >        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
2664 >        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
2665 >        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
2666 >        utils/simError.c, utils/simError.h: replace c++ style comment in c
2667 >        files
2668 >
2669 > 2005-07-03 16:53  chuckv
2670 >
2671 >        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
2672 >        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
2673 >        subroutine to set cuttoff for Interaction map and function in
2674 >        simulation.F90 to determine if a particular atype is present in a
2675 >        simulation.
2676 >
2677 > 2005-06-28 09:58  gezelter
2678 >
2679 >        * src/UseTheForce/doForces.F90: [no log message]
2680 >
2681 > 2005-06-27 18:21  chuckv
2682 >
2683 >        * src/UseTheForce/doForces.F90: More breaking and destruction of
2684 >        force code. Does not build at this point...
2685 >
2686 > 2005-06-27 17:01  gezelter
2687 >
2688 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
2689 >        UseTheForce/DarkSide/fInteractionMap.h,
2690 >        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
2691 >        Breaky breaky!
2692 >
2693 > 2005-06-20 12:03  gezelter
2694 >
2695 >        * samples/water/ssd/ssd.md,
2696 >        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
2697 >        simulation
2698 >
2699 > 2005-06-13 14:25  tim
2700 >
2701 >        * src/: applications/staticProps/DensityPlot.cpp,
2702 >        applications/staticProps/DensityPlot.hpp,
2703 >        applications/staticProps/SCDOrderParameter.cpp,
2704 >        applications/staticProps/StaticProps.cpp,
2705 >        io/AtomTypesSectionParser.cpp: working version of DensityPlot
2706 >
2707 > 2005-05-31 18:31  chuckv
2708 >
2709 >        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
2710 >        remove angular momentum.
2711 >
2712 > 2005-05-31 13:34  chuckv
2713 >
2714 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
2715 >        typo in nanorodBuilder.
2716 >
2717 > 2005-05-30 10:01  chuckv
2718 >
2719 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2720 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
2721 >        brains/Stats.hpp, integrators/Velocitizer.cpp,
2722 >        integrators/Velocitizer.hpp: Added method to remove system angular
2723 >        momentum to velocitizer and added method to calculate system
2724 >        angular momentum to siminfo.
2725 >
2726 > 2005-05-29 17:16  chrisfen
2727 >
2728 >        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
2729 >        balance from the Darkside (files)
2730 >
2731 > 2005-05-29 17:15  chrisfen
2732 >
2733 >        * src/UseTheForce/doForces.F90: Removed balance from doForces
2734 >
2735 > 2005-05-29 17:15  chrisfen
2736 >
2737 >        * samples/water/tap/: tap.in, tap.md: Updated tap sample
2738 >
2739 > 2005-05-29 17:15  chrisfen
2740 >
2741 >        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
2742 >        dimer for testing purposes
2743 >
2744 > 2005-05-29 17:14  chrisfen
2745 >
2746 >        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
2747 >        was apparently wiped earlier this month...
2748 >
2749 > 2005-05-29 17:13  chrisfen
2750 >
2751 >        * ChangeLog: ran make cvslog
2752 >
2753 > 2005-05-28 20:16  tim
2754 >
2755 >        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
2756 >        AtomNameVisitor
2757 >
2758 > 2005-05-28 20:09  tim
2759 >
2760 >        * src/integrators/Integrator.cpp: dding resetIntegrator
2761 >
2762 > 2005-05-28 20:06  tim
2763 >
2764 >        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
2765 >        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
2766 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
2767 >        resetIntegrator
2768 >
2769 > 2005-05-27 17:11  tim
2770 >
2771 >        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
2772 >        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
2773 >        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
2774 >        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
2775 >        StaticProps
2776 >
2777 > 2005-05-27 00:41  tim
2778 >
2779 >        * src/: applications/staticProps/Makefile,
2780 >        applications/staticProps/P2OrderParameter.cpp,
2781 >        applications/staticProps/P2OrderParameter.hpp,
2782 >        applications/staticProps/StaticProps.cpp,
2783 >        applications/staticProps/StaticProps.ggo,
2784 >        applications/staticProps/StaticPropsCmd.c,
2785 >        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
2786 >        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
2787 >
2788 > 2005-05-26 18:45  tim
2789 >
2790 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2791 >        applications/dump2Xyz/Dump2XYZCmd.c,
2792 >        applications/dump2Xyz/Dump2XYZCmd.h,
2793 >        applications/staticProps/Makefile,
2794 >        applications/staticProps/P2OrderParameter.cpp,
2795 >        applications/staticProps/P2OrderParameter.hpp,
2796 >        applications/staticProps/RadialDistrFunc.cpp,
2797 >        applications/staticProps/RadialDistrFunc.hpp,
2798 >        applications/staticProps/StaticAnalyser.hpp,
2799 >        applications/staticProps/StaticProps.cpp,
2800 >        applications/staticProps/StaticProps.ggo,
2801 >        applications/staticProps/StaticPropsCmd.c,
2802 >        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
2803 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
2804 >        AtomNameVisitor to convert atom name to its base name;
2805 >        wrappingvisitor now wrap back to the center of the mass; adding
2806 >        P2OrderParameter into StaticProps
2807 >
2808 > 2005-05-22 17:36  chuckv
2809 >
2810 >        * src/: applications/nanoRodBuilder/Geometry.cpp,
2811 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
2812 >        applications/nanoRodBuilder/GeometryFactory.cpp,
2813 >        applications/nanoRodBuilder/GeometryFactory.hpp,
2814 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
2815 >        integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
2816 >        tensor.
2817 >
2818 > 2005-05-22 17:05  tim
2819 >
2820 >        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
2821 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
2822 >        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
2823 >        printPressureTensor
2824 >
2825 > 2005-05-20 15:27  tim
2826 >
2827 >        * src/integrators/NPrT.cpp: NPrT in progress
2828 >
2829 > 2005-05-20 12:01  tim
2830 >
2831 >        * src/: integrators/NPrT.cpp, io/Globals.cpp,
2832 >        utils/OOPSEConstant.hpp: NPrT in progress
2833 >
2834 > 2005-05-19 17:31  tim
2835 >
2836 >        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
2837 >        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
2838 >        io/Globals.hpp: NPAT is working
2839 >
2840 > 2005-05-19 11:49  tim
2841 >
2842 >        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
2843 >        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
2844 >
2845 > 2005-05-19 00:28  tim
2846 >
2847 >        * src/: brains/Register.cpp, integrators/NPAT.cpp,
2848 >        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
2849 >        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
2850 >
2851 > 2005-05-18 15:06  chrisfen
2852 >
2853 >        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
2854 >        some tap changes
2855 >
2856 > 2005-05-18 14:31  chrisfen
2857 >
2858 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
2859 >        DarkSide/sticky.F90: Modifications to temper the dipolar strength
2860 >        in the first solvation shell for tap
2861 >
2862 > 2005-05-18 08:35  chrisfen
2863 >
2864 >        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
2865 >        for testing purposes
2866 >
2867 > 2005-05-17 18:35  chrisfen
2868 >
2869 >        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
2870 >        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
2871 >        src/UseTheForce/doForces.F90,
2872 >        src/UseTheForce/DarkSide/electrostatic.F90,
2873 >        src/UseTheForce/DarkSide/electrostatic_interface.F90,
2874 >        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
2875 >        correcting changes to the previous merge that were not caught
2876 >
2877 > 2005-05-17 00:20  chuckv
2878 >
2879 >        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
2880 >        Fixed merge issues between Kyle and Chris so OOPSE will actually
2881 >        build.
2882 >
2883 > 2005-05-16 23:46  kdaily
2884 >
2885 >        * src/io/: GayBerneAtomTypesSectionParser.cpp,
2886 >        GayBerneAtomTypesSectionParser.hpp, Makefile: help
2887 >
2888 > 2005-05-16 22:08  kdaily
2889 >
2890 >        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
2891 >        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
2892 >        src/types/DirectionalAtomType.cpp,
2893 >        src/types/DirectionalAtomType.hpp: added gb
2894 >
2895 > 2005-05-13 16:36  chrisfen
2896 >
2897 >        * forceFields/DUFF2.frc: Better tap
2898 >
2899 > 2005-05-12 15:43  chrisfen
2900 >
2901 >        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
2902 >        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
2903 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
2904 >        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
2905 >        Need to parametrize.
2906 >
2907 > 2005-05-11 19:15  chuckv
2908 >
2909 >        * src/: io/ShapeAtomTypesSectionParser.cpp,
2910 >        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
2911 >        build issues under ifc7.
2912 >
2913 > 2005-05-09 18:07  chuckv
2914 >
2915 >        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
2916 >        builder changes.
2917 >
2918 > 2005-05-05 11:06  chrisfen
2919 >
2920 >        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
2921 >        to TAP
2922 >
2923 > 2005-05-05 10:47  chrisfen
2924 >
2925 >        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
2926 >        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
2927 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
2928 >        src/UseTheForce/DarkSide/atype.F90,
2929 >        src/UseTheForce/DarkSide/atype_interface.F90,
2930 >        src/UseTheForce/DarkSide/simulation.F90,
2931 >        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
2932 >        src/brains/fSimulation.h, src/io/Makefile,
2933 >        src/io/StickyAtomTypesSectionParser.cpp,
2934 >        src/io/StickyPowerAtomTypesSectionParser.cpp,
2935 >        src/io/StickyPowerAtomTypesSectionParser.hpp,
2936 >        src/types/AtomType.cpp, src/types/AtomType.hpp,
2937 >        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
2938 >        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
2939 >        not parametrized, but OOPSE will now let me run it...
2940 >
2941 > 2005-05-03 18:55  chuckv
2942 >
2943 >        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
2944 >        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
2945 >        Adding support for generic geometry to nanorodbuilder.
2946 >
2947 > 2005-05-03 13:55  chuckv
2948 >
2949 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2950 >        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
2951 >        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
2952 >
2953 > 2005-04-29 15:16  gezelter
2954 >
2955 >        * make/Makefile.in: [no log message]
2956 >
2957 > 2005-04-29 12:26  chrisfen
2958 >
2959 >        * forceFields/DUFF2.frc, samples/water/spce/water.md,
2960 >        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
2961 >        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
2962 >        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
2963 >        samples/water/tip4p/water.md: Added TIP4P-Ew
2964 >
2965 > 2005-04-27 20:24  chuckv
2966 >
2967 >        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2968 >        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
2969 >        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
2970 >        nanoRodBuilder....
2971 >
2972 > 2005-04-27 16:13  chrisfen
2973 >
2974 >        * samples/shape/Shapes.frc, samples/shape/linear.shape,
2975 >        src/UseTheForce/DarkSide/atype.F90,
2976 >        src/UseTheForce/DarkSide/shapes.F90,
2977 >        src/UseTheForce/DarkSide/shapes_interface.F90,
2978 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
2979 >        write statements and am closer to a working shapes
2980 >
2981 > 2005-04-22 17:57  chuckv
2982 >
2983 >        * src/utils/Predicate.hpp: Fixed gcc4 bug...
2984 >
2985 > 2005-04-22 17:52  tim
2986 >
2987 >        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
2988 >        Trim.hpp: adding CharClassificationFunctor to fix the locale
2989 >        problem  of c++
2990 >
2991 > 2005-04-21 10:12  chrisfen
2992 >
2993 >        * samples/shape/Shapes.frc, samples/shape/linear.in,
2994 >        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
2995 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
2996 >        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
2997 >        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
2998 >        src/UseTheForce/DarkSide/shapes.F90,
2999 >        src/UseTheForce/DarkSide/shapes_interface.F90,
3000 >        src/UseTheForce/DarkSide/shapes_interface.h,
3001 >        src/brains/Register.cpp, src/brains/SimCreator.cpp,
3002 >        src/io/Makefile, src/io/SectionParser.cpp,
3003 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
3004 >        src/io/ShapeAtomTypesSectionParser.cpp,
3005 >        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
3006 >        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
3007 >        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
3008 >        bounds overwrite (I think...). At least the parser loads the
3009 >        forcefield fine...
3010 >
3011 > 2005-04-18 11:44  chrisfen
3012 >
3013 >        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
3014 >        Mac (capitalization confusion of filenames)
3015 >
3016 > 2005-04-17 23:50  chrisfen
3017 >
3018 >        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
3019 >        UseTheForce/Shapes_FF.cpp,
3020 >        io/DirectionalAtomTypesSectionParser.cpp,
3021 >        io/ShapeAtomTypesSectionParser.cpp,
3022 >        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
3023 >
3024 > 2005-04-15 18:43  gezelter
3025 >
3026 >        * README: gmake in case people forget
3027 >
3028 > 2005-04-15 18:40  gezelter
3029 >
3030 >        * src/applications/oopse/oopse.cpp: fixed the spacing on the
3031 >        banner.  Vanity.
3032 >
3033 > 2005-04-15 18:22  gezelter
3034 >
3035 >        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
3036 >        in banner (and version numbers in config.h)
3037 >
3038 > 2005-04-15 18:22  gezelter
3039 >
3040 >        * ChangeLog, LICENSE, README: Documentation changes
3041 >
3042 > 2005-04-15 18:03  gezelter
3043 >
3044 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3045 >        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
3046 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
3047 >        UseTheForce/ForceFieldCreator.hpp,
3048 >        UseTheForce/ForceFieldFactory.cpp,
3049 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
3050 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
3051 >        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
3052 >        UseTheForce/notifyCutoffs.F90,
3053 >        UseTheForce/notifyCutoffs_interface.F90,
3054 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
3055 >        UseTheForce/DarkSide/atype.F90,
3056 >        UseTheForce/DarkSide/atype_interface.F90,
3057 >        UseTheForce/DarkSide/eam.F90,
3058 >        UseTheForce/DarkSide/eam_interface.F90,
3059 >        UseTheForce/DarkSide/eam_interface.h,
3060 >        UseTheForce/DarkSide/electrostatic.F90,
3061 >        UseTheForce/DarkSide/electrostatic_interface.F90,
3062 >        UseTheForce/DarkSide/electrostatic_interface.h,
3063 >        UseTheForce/DarkSide/force_globals.F90,
3064 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
3065 >        UseTheForce/DarkSide/lj_interface.F90,
3066 >        UseTheForce/DarkSide/lj_interface.h,
3067 >        UseTheForce/DarkSide/neighborLists.F90,
3068 >        UseTheForce/DarkSide/reactionField.F90,
3069 >        UseTheForce/DarkSide/shapes.F90,
3070 >        UseTheForce/DarkSide/shapes_interface.F90,
3071 >        UseTheForce/DarkSide/shapes_interface.h,
3072 >        UseTheForce/DarkSide/simParallel.F90,
3073 >        UseTheForce/DarkSide/simParallel_interface.F90,
3074 >        UseTheForce/DarkSide/simParallel_interface.h,
3075 >        UseTheForce/DarkSide/simulation.F90,
3076 >        UseTheForce/DarkSide/simulation_interface.F90,
3077 >        UseTheForce/DarkSide/simulation_interface.h,
3078 >        UseTheForce/DarkSide/sticky.F90,
3079 >        UseTheForce/DarkSide/sticky_interface.F90,
3080 >        UseTheForce/DarkSide/sticky_interface.h,
3081 >        UseTheForce/DarkSide/switcheroo.F90,
3082 >        applications/dump2Xyz/Dump2XYZ.cpp,
3083 >        applications/dump2Xyz/Dump2XYZCmd.c,
3084 >        applications/dump2Xyz/Dump2XYZCmd.h,
3085 >        applications/dynamicProps/CrossTimeCorrFunc.cpp,
3086 >        applications/dynamicProps/CrossTimeCorrFunc.hpp,
3087 >        applications/dynamicProps/DipoleCorrFunc.cpp,
3088 >        applications/dynamicProps/DipoleCorrFunc.hpp,
3089 >        applications/dynamicProps/DynamicProps.cpp,
3090 >        applications/dynamicProps/DynamicPropsCmd.c,
3091 >        applications/dynamicProps/DynamicPropsCmd.h,
3092 >        applications/dynamicProps/FrameTimeCorrFunc.hpp,
3093 >        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
3094 >        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
3095 >        applications/dynamicProps/RCorrFunc.cpp,
3096 >        applications/dynamicProps/RCorrFunc.hpp,
3097 >        applications/dynamicProps/TimeCorrFunc.cpp,
3098 >        applications/dynamicProps/TimeCorrFunc.hpp,
3099 >        applications/dynamicProps/VCorrFunc.cpp,
3100 >        applications/dynamicProps/VCorrFunc.hpp,
3101 >        applications/nanoRodBuilder/GeometryBuilder.cpp,
3102 >        applications/nanoRodBuilder/GeometryBuilder.hpp,
3103 >        applications/nanoRodBuilder/nanorodBuilder.cpp,
3104 >        applications/nanoRodBuilder/nanorodBuilderCmd.c,
3105 >        applications/nanoRodBuilder/nanorodBuilderCmd.h,
3106 >        applications/oopse/oopse.cpp,
3107 >        applications/simpleBuilder/simpleBuilder.cpp,
3108 >        applications/simpleBuilder/simpleBuilderCmd.c,
3109 >        applications/simpleBuilder/simpleBuilderCmd.h,
3110 >        applications/staticProps/GofAngle2.cpp,
3111 >        applications/staticProps/GofAngle2.hpp,
3112 >        applications/staticProps/GofR.cpp,
3113 >        applications/staticProps/GofR.hpp,
3114 >        applications/staticProps/GofRAngle.cpp,
3115 >        applications/staticProps/GofRAngle.hpp,
3116 >        applications/staticProps/GofXyz.cpp,
3117 >        applications/staticProps/GofXyz.hpp,
3118 >        applications/staticProps/RadialDistrFunc.cpp,
3119 >        applications/staticProps/RadialDistrFunc.hpp,
3120 >        applications/staticProps/StaticProps.cpp,
3121 >        applications/staticProps/StaticPropsCmd.c,
3122 >        applications/staticProps/StaticPropsCmd.h,
3123 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
3124 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
3125 >        brains/Exclude.hpp, brains/ForceManager.cpp,
3126 >        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
3127 >        brains/MoleculeCreator.hpp, brains/Register.cpp,
3128 >        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
3129 >        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
3130 >        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
3131 >        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
3132 >        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
3133 >        brains/fSimulation.h, constraints/ConstraintElem.hpp,
3134 >        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
3135 >        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
3136 >        constraints/ZconstraintForceManager.cpp,
3137 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
3138 >        integrators/DLM.hpp, integrators/Integrator.cpp,
3139 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
3140 >        integrators/IntegratorFactory.cpp,
3141 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
3142 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
3143 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
3144 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
3145 >        integrators/NVT.cpp, integrators/NVT.hpp,
3146 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
3147 >        integrators/Velocitizer.hpp,
3148 >        integrators/VelocityVerletIntegrator.cpp,
3149 >        integrators/VelocityVerletIntegrator.hpp,
3150 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
3151 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
3152 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
3153 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
3154 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
3155 >        io/ChargeAtomTypesSectionParser.hpp,
3156 >        io/DirectionalAtomTypesSectionParser.cpp,
3157 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
3158 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
3159 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
3160 >        io/Globals.cpp, io/Globals.hpp,
3161 >        io/LennardJonesAtomTypesSectionParser.cpp,
3162 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
3163 >        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
3164 >        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
3165 >        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
3166 >        io/SectionParser.cpp, io/SectionParser.hpp,
3167 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
3168 >        io/StatWriter.cpp, io/StatWriter.hpp,
3169 >        io/StickyAtomTypesSectionParser.cpp,
3170 >        io/StickyAtomTypesSectionParser.hpp,
3171 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
3172 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
3173 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
3174 >        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
3175 >        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
3176 >        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
3177 >        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
3178 >        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
3179 >        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
3180 >        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
3181 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
3182 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
3183 >        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
3184 >        math/Quaternion.hpp, math/RandNumGen.hpp,
3185 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
3186 >        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
3187 >        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
3188 >        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
3189 >        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
3190 >        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
3191 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
3192 >        minimizers/MinimizerFactory.hpp,
3193 >        minimizers/MinimizerParameterSet.cpp,
3194 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
3195 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
3196 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
3197 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
3198 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
3199 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
3200 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
3201 >        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
3202 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
3203 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
3204 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
3205 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
3206 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
3207 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
3208 >        profiling/timing.F90, restraints/Restraints.cpp,
3209 >        restraints/Restraints.hpp,
3210 >        restraints/ThermoIntegrationForceManager.cpp,
3211 >        restraints/ThermoIntegrationForceManager.hpp,
3212 >        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
3213 >        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
3214 >        selection/NameFinder.cpp, selection/NameFinder.hpp,
3215 >        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
3216 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
3217 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
3218 >        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
3219 >        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
3220 >        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
3221 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
3222 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
3223 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
3224 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
3225 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
3226 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
3227 >        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
3228 >        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
3229 >        types/MakeStamps.cpp, types/MakeStamps.hpp,
3230 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
3231 >        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
3232 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
3233 >        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
3234 >        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
3235 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
3236 >        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
3237 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
3238 >        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
3239 >        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
3240 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
3241 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
3242 >        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
3243 >        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
3244 >        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
3245 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
3246 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
3247 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
3248 >        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
3249 >        utils/any.hpp, utils/definitions.F90, utils/fError.c,
3250 >        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
3251 >        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
3252 >        utils/residentMem.h, utils/simError.c, utils/simError.h,
3253 >        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
3254 >        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
3255 >        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
3256 >        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
3257 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
3258 >        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
3259 >        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
3260 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
3261 >        been drafted to perform our indentation services
3262 >
3263 > 2005-04-15 18:03  gezelter
3264 >
3265 >        * configure, ac-tools/configure.in: Jedi mind-trick warning
3266 >        messages have been added to make users ignore CGAL.
3267 >
3268 > 2005-04-15 14:41  tim
3269 >
3270 >        * make/Makefile.in: fix make install
3271 >
3272 > 2005-04-15 14:41  tim
3273 >
3274 >        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
3275 >        add  Makefile of samples
3276 >
3277 > 2005-04-15 14:33  tim
3278 >
3279 >        * samples/: lipid/Makefile, water/dimer/Makefile,
3280 >        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
3281 >        installed correctly
3282 >
3283 > 2005-04-14 17:41  gezelter
3284 >
3285 >        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3286 >        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
3287 >        scripts/filepp, scripts/filepp.in: configure now searches for perl
3288 >        to use with filepp
3289 >
3290 > 2005-04-14 17:20  gezelter
3291 >
3292 >        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
3293 >        MoLocator
3294 >
3295 > 2005-04-14 15:12  gezelter
3296 >
3297 >        * LICENSE: [no log message]
3298 >
3299 > 2005-04-14 12:10  chuckv
3300 >
3301 >        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
3302 >        nanorodbuilder now exit's when libCGAL is not present.
3303 >
3304 > 2005-04-14 11:20  tim
3305 >
3306 >        * src/io/make_nodes.h: fix one more warning message in make_nodes
3307 >
3308 > 2005-04-13 19:36  chuckv
3309 >
3310 >        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
3311 >        interface name for SGI Compiler
3312 >
3313 > 2005-04-13 19:29  chrisfen
3314 >
3315 >        * samples/water/ssde/ssde.md: oops...  bad sample
3316 >
3317 > 2005-04-13 19:00  chuckv
3318 >
3319 >        * src/config.h.in: Change typo in CGAL.
3320 >
3321 > 2005-04-13 18:43  tim
3322 >
3323 >        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
3324 >        selection/SelectionCompiler.hpp: fix some warning messages
3325 >
3326 > 2005-04-13 18:30  gezelter
3327 >
3328 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3329 >        make/Makefile.in, src/config.h.in,
3330 >        src/applications/nanoRodBuilder/Makefile,
3331 >        src/applications/nanoRodBuilder/Makefile.in,
3332 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
3333 >        checks
3334 >
3335 > 2005-04-13 16:36  chuckv
3336 >
3337 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
3338 >        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
3339 >        DarkSide/electrostatic_interface.F90,
3340 >        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
3341 >        DarkSide/lj_interface.h, DarkSide/sticky.F90,
3342 >        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
3343 >        destroy methods for Fortran modules.
3344 >
3345 > 2005-04-13 16:17  chuckv
3346 >
3347 >        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
3348 >        shapes_interface.h: Added destroy method to clean up memory
3349 >
3350 > 2005-04-13 14:41  tim
3351 >
3352 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3353 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
3354 >        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
3355 >        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
3356 >        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
3357 >        fixed
3358 >
3359 > 2005-04-12 18:44  chuckv
3360 >
3361 >        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
3362 >        for nanoRodBuilder.
3363 >
3364 > 2005-04-12 18:42  tim
3365 >
3366 >        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
3367 >        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
3368 >        and simpleBuilder(forget to delete lattice)
3369 >
3370 > 2005-04-12 18:33  tim
3371 >
3372 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3373 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
3374 >        refactory lattice
3375 >
3376 > 2005-04-12 18:07  tim
3377 >
3378 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
3379 >        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
3380 >        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
3381 >        LatticeFactory and LatticeCreator
3382 >
3383 > 2005-04-12 17:58  tim
3384 >
3385 >        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3386 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
3387 >        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
3388 >        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
3389 >        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
3390 >        lattice/Makefile: refactory LatticeFactory and LatticeCreator
3391 >
3392 > 2005-04-12 17:28  gezelter
3393 >
3394 >        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
3395 >        vector_class.F90: cleaned up vector_class memory leak fix by
3396 >        deallocating in reverse order of how we allocated.  Also migrated
3397 >        MoLocator into utils directory
3398 >
3399 > 2005-04-12 17:27  gezelter
3400 >
3401 >        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
3402 >        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
3403 >        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
3404 >        directory
3405 >
3406 > 2005-04-12 17:27  gezelter
3407 >
3408 >        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
3409 >        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
3410 >        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
3411 >        nanoRodBuilder/LatticeCreator.hpp,
3412 >        nanoRodBuilder/LatticeFactory.cpp,
3413 >        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
3414 >        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
3415 >        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
3416 >        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
3417 >        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
3418 >        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
3419 >        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
3420 >        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
3421 >        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
3422 >        these files are now redundant
3423 >
3424 > 2005-04-12 17:27  gezelter
3425 >
3426 >        * src/UseTheForce/DarkSide/: atype_interface.F90,
3427 >        atype_interface.h: cleaned up memory leak fix
3428 >
3429 > 2005-04-12 17:26  gezelter
3430 >
3431 >        * make/Makefile.in: added lattice subdirectory
3432 >
3433 > 2005-04-12 16:57  chrisfen
3434 >
3435 >        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
3436 >        a space by accident
3437 >
3438 > 2005-04-12 16:56  chrisfen
3439 >
3440 >        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
3441 >        quadrupole sample
3442 >
3443 > 2005-04-12 16:56  chrisfen
3444 >
3445 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
3446 >        samples
3447 >
3448 > 2005-04-12 14:30  tim
3449 >
3450 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
3451 >        type in fortran side
3452 >
3453 > 2005-04-12 13:45  chuckv
3454 >
3455 >        * src/utils/vector_class.F90: Further changes to vector_class
3456 >        destroy function.
3457 >
3458 > 2005-04-12 13:39  chuckv
3459 >
3460 >        * src/utils/vector_class.F90: Fixed pointer memory leak in
3461 >        vector_class.
3462 >
3463 > 2005-04-12 13:12  chuckv
3464 >
3465 >        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
3466 >        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
3467 >        DarkSide/eam.F90, DarkSide/eam_interface.F90,
3468 >        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
3469 >
3470 > 2005-04-12 10:24  chrisfen
3471 >
3472 >        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
3473 >        output
3474 >
3475 > 2005-04-11 20:29  chuckv
3476 >
3477 >        * src/: UseTheForce/DarkSide/atype.F90,
3478 >        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
3479 >
3480 > 2005-04-11 20:28  chuckv
3481 >
3482 >        * src/utils/vector_class.F90: Added code to delete vector.
3483 >
3484 > 2005-04-11 17:58  tim
3485 >
3486 >        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
3487 >        basic_ifstrstream
3488 >
3489 > 2005-04-11 17:37  chuckv
3490 >
3491 >        * make/Makefile.in,
3492 >        src/applications/nanoRodBuilder/BaseLattice.cpp,
3493 >        src/applications/nanoRodBuilder/BaseLattice.hpp,
3494 >        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
3495 >        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
3496 >        src/applications/nanoRodBuilder/Lattice.cpp,
3497 >        src/applications/nanoRodBuilder/Lattice.hpp,
3498 >        src/applications/nanoRodBuilder/LatticeCreator.cpp,
3499 >        src/applications/nanoRodBuilder/LatticeCreator.hpp,
3500 >        src/applications/nanoRodBuilder/LatticeFactory.cpp,
3501 >        src/applications/nanoRodBuilder/LatticeFactory.hpp,
3502 >        src/applications/nanoRodBuilder/Makefile,
3503 >        src/applications/nanoRodBuilder/MoLocator.cpp,
3504 >        src/applications/nanoRodBuilder/MoLocator.hpp,
3505 >        src/applications/nanoRodBuilder/nanoBuilder.ggo,
3506 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
3507 >        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
3508 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
3509 >        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
3510 >        nanoRodBuilder application (may not work yet).  ((Doesn't work
3511 >        yet.)) (((May never work....)))
3512 >
3513 > 2005-04-11 16:54  tim
3514 >
3515 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
3516 >        prepareVisitor in Dump2XYZ
3517 >
3518 > 2005-04-11 16:19  chrisfen
3519 >
3520 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
3521 >        quadrupoles.  look!  it's divide by 3 like stone says!
3522 >
3523 > 2005-04-11 16:18  chrisfen
3524 >
3525 >        * forceFields/DUFF2.frc: fixing of the quadrupoles
3526 >
3527 > 2005-04-11 16:16  tim
3528 >
3529 >        * src/selection/Token.hpp: change the parameter name in
3530 >        constructors
3531 >
3532 > 2005-04-11 15:49  gezelter
3533 >
3534 >        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
3535 >
3536 > 2005-04-11 15:06  gezelter
3537 >
3538 >        * make/Makefile.in: Fixed the uc and lc functions for GNU make
3539 >        versions < 3.80
3540 >
3541 > 2005-04-11 12:13  gezelter
3542 >
3543 >        * make/Makefile.in, src/UseTheForce/Makefile,
3544 >        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
3545 >        some stuff to clean out module files during "make clean"
3546 >
3547 > 2005-04-08 18:13  chrisfen
3548 >
3549 >        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
3550 >        interactions should be working with a remaining question of
3551 >        interaction magnitude
3552 >
3553 > 2005-04-08 18:12  chrisfen
3554 >
3555 >        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
3556 >        samples
3557 >
3558 > 2005-04-08 14:48  chrisfen
3559 >
3560 >        * samples/water/ssd/ssd.md: oops...  messed up a sample
3561 >
3562 > 2005-04-08 10:43  chrisfen
3563 >
3564 >        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
3565 >        charge-dipole interactions
3566 >
3567 > 2005-04-08 10:42  chrisfen
3568 >
3569 >        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
3570 >        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
3571 >
3572 > 2005-04-08 10:41  chrisfen
3573 >
3574 >        * forceFields/DUFF2.frc: added Cl- and Na+
3575 >
3576 > 2005-04-06 19:59  tim
3577 >
3578 >        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
3579 >
3580 > 2005-04-05 19:09  tim
3581 >
3582 >        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
3583 >        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
3584 >        in atom type name;clean the code a little bit
3585 >
3586 > 2005-03-29 16:00  tim
3587 >
3588 >        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
3589 >        in converting rotation matrix to quaternion
3590 >
3591 > 2005-03-28 17:41  tim
3592 >
3593 >        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
3594 >
3595 > 2005-03-28 17:30  tim
3596 >
3597 >        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
3598 >        the wrapping
3599 >
3600 > 2005-03-28 10:54  tim
3601 >
3602 >        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
3603 >        dimension of histogram
3604 >
3605 > 2005-03-22 11:38  tim
3606 >
3607 >        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
3608 >        src/applications/dynamicProps/Makefile,
3609 >        src/applications/oopse/Makefile,
3610 >        src/applications/simpleBuilder/Makefile,
3611 >        src/applications/staticProps/Makefile: avoid building parallel
3612 >        executable for dump2XYZ, simpleBuilder, staticProps and
3613 >        dynamicProps
3614 >
3615 > 2005-03-21 17:34  chrisfen
3616 >
3617 >        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
3618 >        forcefield files
3619 >
3620 > 2005-03-21 15:51  chrisfen
3621 >
3622 >        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3623 >        DarkSide/reactionField.F90: Make sure electrostatic_module provides
3624 >        data for reaction_field
3625 >
3626 > 2005-03-21 15:50  chrisfen
3627 >
3628 >        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
3629 >        WILL CHANGE THIS BACK, RIGHT?
3630 >
3631 > 2005-03-21 14:23  gezelter
3632 >
3633 >        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
3634 >        correct value
3635 >
3636 > 2005-03-21 14:22  gezelter
3637 >
3638 >        * make/Makefile.in: fixed an install-related bug.
3639 >        $(InstallCommand) had been set to $(InstallData)
3640 >
3641 > 2005-03-15 09:21  gezelter
3642 >
3643 >        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
3644 >        deletes and Nullifies restWriter, so Integrator shouldn't do it.
3645 >
3646 > 2005-03-15 09:20  gezelter
3647 >
3648 >        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
3649 >
3650 > 2005-03-13 02:39  gezelter
3651 >
3652 >        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
3653 >        charge-quadrupole interactions
3654 >
3655 > 2005-03-12 14:12  chrisfen
3656 >
3657 >        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
3658 >        thermoIntegration/solid/Makefile: forgot a couple of makefiles
3659 >
3660 > 2005-03-12 14:05  chrisfen
3661 >
3662 >        * samples/thermoIntegration/liquid/ssde.in,
3663 >        samples/thermoIntegration/liquid/ssde.md,
3664 >        samples/thermoIntegration/liquid/water.md,
3665 >        samples/thermoIntegration/solid/idealCrystal.in,
3666 >        samples/thermoIntegration/solid/ssde.in,
3667 >        samples/thermoIntegration/solid/ssde.md,
3668 >        samples/thermoIntegration/solid/ssde.zang0,
3669 >        samples/thermoIntegration/solid/water.md,
3670 >        samples/water/tip3p_ice/tp3.md,
3671 >        src/UseTheForce/DarkSide/sticky.F90,
3672 >        src/restraints/ThermoIntegrationForceManager.cpp: added some
3673 >        samples
3674 >
3675 > 2005-03-11 12:50  tim
3676 >
3677 >        * src/: brains/SimCreator.cpp,
3678 >        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
3679 >        MultipoleAtomTypesSectionParser
3680 >
3681 > 2005-03-11 10:55  tim
3682 >
3683 >        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
3684 >        excluded
3685 >
3686 > 2005-03-11 10:53  gezelter
3687 >
3688 >        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
3689 >        quadrupoles
3690 >
3691 > 2005-03-11 10:52  gezelter
3692 >
3693 >        * forceFields/DUFF2.frc: quadrupoles for SSD models
3694 >
3695 > 2005-03-11 10:00  tim
3696 >
3697 >        * ChangeLog, doc/SelectionExpression.html,
3698 >        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
3699 >        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
3700 >        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
3701 >        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
3702 >        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
3703 >        SelectionExpression.html
3704 >
3705 > 2005-03-10 19:43  chrisfen
3706 >
3707 >        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
3708 >        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
3709 >        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
3710 >        MPI restraints
3711 >
3712 > 2005-03-10 18:56  tim
3713 >
3714 >        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
3715 >        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
3716 >        and cutoff group
3717 >
3718 > 2005-03-10 17:06  gezelter
3719 >
3720 >        * src/types/MorseBondType.hpp: fixed a doxygen problem
3721 >
3722 > 2005-03-10 16:51  gezelter
3723 >
3724 >        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
3725 >        the split dipole test cases
3726 >
3727 > 2005-03-10 16:51  gezelter
3728 >
3729 >        * doc/SelectionExpression.html: updated some documentation
3730 >
3731 > 2005-03-10 15:40  gezelter
3732 >
3733 >        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
3734 >        Makefile: LinkedList removal project starts now
3735 >
3736 > 2005-03-10 15:28  tim
3737 >
3738 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
3739 >        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
3740 >        using map to replace link list
3741 >
3742 > 2005-03-10 14:11  tim
3743 >
3744 >        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
3745 >        case  of split dipole
3746 >
3747 > 2005-03-10 14:10  chrisfen
3748 >
3749 >        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
3750 >        src/io/RestWriter.cpp,
3751 >        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
3752 >        builds...
3753 >
3754 > 2005-03-10 13:44  tim
3755 >
3756 >        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
3757 >        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
3758 >        adding test case for split dipole
3759 >
3760 > 2005-03-10 12:54  gezelter
3761 >
3762 >        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
3763 >        support for split dipoles
3764 >
3765 > 2005-03-10 11:27  chrisfen
3766 >
3767 >        * samples/water/tip3p_ice/tp3.md,
3768 >        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
3769 >        restraints
3770 >
3771 > 2005-03-10 11:15  chrisfen
3772 >
3773 >        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
3774 >        src/UseTheForce/ForceFields.hpp,
3775 >        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
3776 >
3777 > 2005-03-10 11:14  tim
3778 >
3779 >        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
3780 >        src/io/MultipoleAtomTypesSectionParser.cpp,
3781 >        src/selection/SelectionEvaluator.cpp: minor change
3782 >
3783 > 2005-03-10 10:10  chrisfen
3784 >
3785 >        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
3786 >        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
3787 >        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
3788 >        src/integrators/VelocityVerletIntegrator.cpp,
3789 >        src/integrators/VelocityVerletIntegrator.hpp,
3790 >        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
3791 >        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
3792 >        src/io/RestReader.hpp, src/io/RestWriter.cpp,
3793 >        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
3794 >        src/io/RestraintWriter.cpp, src/restraints/Makefile,
3795 >        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
3796 >        src/restraints/ThermoIntegrationForceManager.cpp,
3797 >        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
3798 >        the new restraints code
3799 >
3800 > 2005-03-09 13:48  tim
3801 >
3802 >        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
3803 >        IndexFinder
3804 >
3805 > 2005-03-09 13:46  tim
3806 >
3807 >        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
3808 >        applications/dump2Xyz/Dump2XYZCmd.c,
3809 >        applications/dump2Xyz/Dump2XYZCmd.h,
3810 >        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
3811 >        fix compilation issue
3812 >
3813 > 2005-03-09 12:58  tim
3814 >
3815 >        * forceFields/DUFF2.frc, scripts/filepp,
3816 >        src/UseTheForce/EAM_FF.cpp,
3817 >        src/io/MultipoleAtomTypesSectionParser.cpp,
3818 >        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
3819 >        in SectionParser (lineNo is not updated)
3820 >
3821 > 2005-03-09 12:30  tim
3822 >
3823 >        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
3824 >        applications/dump2Xyz/Dump2XYZ.ggo,
3825 >        applications/dump2Xyz/Dump2XYZCmd.c,
3826 >        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
3827 >        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
3828 >        io/ChargeAtomTypesSectionParser.hpp,
3829 >        io/ElectrostaticAtomTypesSectionParser.cpp,
3830 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
3831 >        io/MultipoleAtomTypesSectionParser.cpp,
3832 >        io/MultipoleAtomTypesSectionParser.hpp,
3833 >        io/SectionParserManager.cpp, selection/Makefile,
3834 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
3835 >        types/AtomType.cpp, types/DirectionalAtomType.cpp,
3836 >        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
3837 >        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
3838 >        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
3839 >        into ChargeAtomTypesSectionParser and
3840 >        MultipoleAtomTypesSectionParser;remove print dipole option from
3841 >        Dump2XYZ;
3842 >
3843 > 2005-03-09 12:28  tim
3844 >
3845 >        * forceFields/DUFF2.frc: change the format of DUFF2
3846 >
3847 > 2005-03-09 10:44  gezelter
3848 >
3849 >        * src/UseTheForce/DarkSide/: electrostatic.F90,
3850 >        electrostatic_interface.F90, electrostatic_interface.h: new
3851 >        electrostatic module
3852 >
3853 > 2005-03-09 09:26  gezelter
3854 >
3855 >        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
3856 >        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
3857 >        and fixed quadrupole stuff
3858 >
3859 > 2005-03-09 09:25  gezelter
3860 >
3861 >        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
3862 >        for outdated charge and dipole interfaces
3863 >
3864 > 2005-03-08 16:08  gezelter
3865 >
3866 >        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
3867 >        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
3868 >        charge-dipole test cases
3869 >
3870 > 2005-03-08 16:07  gezelter
3871 >
3872 >        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
3873 >        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
3874 >        strange icc8 bug (we think).
3875 >
3876 > 2005-03-08 16:07  gezelter
3877 >
3878 >        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
3879 >
3880 > 2005-03-08 16:07  gezelter
3881 >
3882 >        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
3883 >        Unification Project
3884 >
3885 > 2005-03-08 16:07  gezelter
3886 >
3887 >        * src/io/Globals.cpp: Dunno
3888 >
3889 > 2005-03-08 16:06  gezelter
3890 >
3891 >        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
3892 >        OOPSE_itoa and checking a NULL left over from the LinkedList days
3893 >
3894 > 2005-03-08 16:06  gezelter
3895 >
3896 >        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
3897 >        atype_interface.F90, atype_interface.h, charge.F90,
3898 >        charge_interface.F90, charge_interface.h, dipole.F90,
3899 >        dipole_interface.F90, dipole_interface.h: electrostatic unification
3900 >        project fixed an uninitialized variable in Lennard Jones mixing map
3901 >
3902 > 2005-03-08 16:05  gezelter
3903 >
3904 >        * src/UseTheForce/doForces.F90: electrostatic unification project
3905 >
3906 > 2005-03-08 16:05  gezelter
3907 >
3908 >        * samples/water/dimer/: two.md, water.md: making some cool test
3909 >        cases
3910 >
3911 > 2005-03-08 16:05  gezelter
3912 >
3913 >        * forceFields/DUFF2.frc: Added a charge for Chlorine
3914 >
3915 > 2005-03-07 17:39  tim
3916 >
3917 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
3918 >        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
3919 >        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
3920 >        Fixing a bug in BitSet.cpp
3921 >
3922 > 2005-03-04 10:28  gezelter
3923 >
3924 >        * src/config.h.in: Cleaning up config.h.in by adding comments
3925 >
3926 > 2005-03-04 10:28  gezelter
3927 >
3928 >        * configure, ac-tools/configure.in, make/Makefile.in,
3929 >        src/brains/SimCreator.cpp: SPRNG eradication project
3930 >
3931 > 2005-03-03 09:40  tim
3932 >
3933 >        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
3934 >        missing atom type problem)
3935 >
3936 > 2005-03-02 11:29  tim
3937 >
3938 >        * src/math/RandNumGen.hpp: adding base class of Random Number
3939 >        generator
3940 >
3941 > 2005-03-02 11:28  tim
3942 >
3943 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3944 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
3945 >        Velocitizer is not initialized which causes a seg fault
3946 >
3947 > 2005-03-02 10:36  tim
3948 >
3949 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3950 >        integrators/Velocitizer.hpp, math/Makefile,
3951 >        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
3952 >        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
3953 >        math/SeqRandNumGen.hpp: remove default parameter from
3954 >        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
3955 >        random number generator
3956 >
3957 > 2005-03-02 02:32  tim
3958 >
3959 >        * test/math/testRandNumGen.cpp: Adding unit test for random number
3960 >        generator
3961 >
3962 > 2005-03-01 18:17  tim
3963 >
3964 >        * src/brains/Thermo.hpp: fixed a file inclusion problem
3965 >
3966 > 2005-03-01 18:17  tim
3967 >
3968 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3969 >        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
3970 >        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
3971 >        RandNumGenTestCase.hpp: fixed compilation problem
3972 >
3973 > 2005-03-01 18:02  tim
3974 >
3975 >        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3976 >        integrators/Velocitizer.hpp, math/Makefile,
3977 >        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
3978 >        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
3979 >        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
3980 >
3981 > 2005-03-01 18:00  tim
3982 >
3983 >        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
3984 >        ParallelandNumGenTestCase.hpp: Change the name of test case
3985 >
3986 > 2005-03-01 16:00  tim
3987 >
3988 >        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3989 >        OOPSERandNumGenTestCase.hpp: adding testcase for random number
3990 >        generator
3991 >
3992 > 2005-03-01 15:10  tim
3993 >
3994 >        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
3995 >        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
3996 >        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
3997 >        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
3998 >        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
3999 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
4000 >        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
4001 >        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
4002 >
4003 > 2005-03-01 14:11  tim
4004 >
4005 >        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
4006 >        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
4007 >        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
4008 >        OOPSERandNumGen
4009 >
4010 > 2005-03-01 10:44  gezelter
4011 >
4012 >        * make/Makefile.in: Fixed the damned build problem with the
4013 >        libraries not being removed in make clean and make distclean (at
4014 >        least we think it is fixed).
4015 >
4016 > 2005-03-01 10:26  gezelter
4017 >
4018 >        * src/math/MersenneTwister.hpp: Making small modifications to allow
4019 >        for use on MPI machines
4020 >
4021 > 2005-03-01 09:45  tim
4022 >
4023 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
4024 >        integrators/Velocitizer.cpp, io/DumpReader.cpp,
4025 >        math/MersenneTwister.hpp: adding MersenneTwister random number
4026 >        generator
4027 >
4028 > 2005-02-28 22:55  tim
4029 >
4030 >        * src/math/MersenneTwister.hpp: Adding a modified version of
4031 >        MersenneTwister.hpp
4032 >
4033 > 2005-02-28 12:24  tim
4034 >
4035 >        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
4036 >        definition.jpg: selection expression
4037 >
4038 > 2005-02-25 16:22  tim
4039 >
4040 >        * src/: UseTheForce/DarkSide/LJ.F90,
4041 >        UseTheForce/DarkSide/lj_interface.F90,
4042 >        UseTheForce/DarkSide/lj_interface.h,
4043 >        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
4044 >        types/AtomType.hpp: adding soft potential to LJ Module
4045 >
4046 > 2005-02-25 11:38  tim
4047 >
4048 >        * doc/SelectionExpression.html: adding documentation for selection
4049 >        expression
4050 >
4051 > 2005-02-24 15:55  tim
4052 >
4053 >        * src/: applications/simpleBuilder/simpleBuilder.cpp,
4054 >        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
4055 >        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
4056 >        adding basic_teebuf which can operate on multiple stream
4057 >        simutaneously.
4058 >
4059 > 2005-02-22 14:26  chrisfen
4060 >
4061 >        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
4062 >        sample
4063 >
4064 > 2005-02-22 13:56  tim
4065 >
4066 >        * src/: UseTheForce/DarkSide/reactionField.F90,
4067 >        primitives/RigidBody.cpp: reactionfield get fixed
4068 >
4069 > 2005-02-21 11:57  tim
4070 >
4071 >        * src/: applications/staticProps/GofRAngle.cpp,
4072 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
4073 >        a bug in GofRAngle
4074 >
4075 > 2005-02-21 10:28  tim
4076 >
4077 >        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
4078 >
4079 > 2005-02-21 10:22  tim
4080 >
4081 >        * src/utils/next_combination.hpp: fix for compilation on the Sun
4082 >
4083 > 2005-02-21 10:21  tim
4084 >
4085 >        * src/utils/GenericData.hpp: fix problem in sun
4086 >
4087 > 2005-02-18 18:07  tim
4088 >
4089 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4090 >        applications/dump2Xyz/Dump2XYZ.ggo,
4091 >        applications/dump2Xyz/Dump2XYZCmd.c,
4092 >        applications/dump2Xyz/Dump2XYZCmd.h,
4093 >        applications/dynamicProps/RCorrFunc.cpp,
4094 >        applications/staticProps/GofXyz.cpp,
4095 >        applications/staticProps/GofXyz.hpp,
4096 >        applications/staticProps/StaticProps.cpp,
4097 >        applications/staticProps/StaticProps.ggo,
4098 >        applications/staticProps/StaticPropsCmd.c,
4099 >        applications/staticProps/StaticPropsCmd.h,
4100 >        io/ElectrostaticAtomTypesSectionParser.cpp,
4101 >        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
4102 >        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
4103 >
4104 > 2005-02-18 10:58  gezelter
4105 >
4106 >        * src/brains/Register.cpp: Corrected filename collision for EAM on
4107 >        Mac OS X
4108 >
4109 > 2005-02-18 10:58  gezelter
4110 >
4111 >        * src/applications/oopse/oopse.cpp: Updated copyright information
4112 >
4113 > 2005-02-18 10:58  gezelter
4114 >
4115 >        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
4116 >        Makefile: corrected filename collision for EAM on operating systems
4117 >        which are not case sensitive (aka Mac OS X)
4118 >
4119 > 2005-02-17 15:15  tim
4120 >
4121 >        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
4122 >
4123 > 2005-02-17 14:50  tim
4124 >
4125 >        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
4126 >        in GofXyz
4127 >
4128 > 2005-02-17 14:09  tim
4129 >
4130 >        * src/applications/staticProps/RadialDistrFunc.hpp: make
4131 >        processHistogram non-abstrct function
4132 >
4133 > 2005-02-17 13:41  tim
4134 >
4135 >        * src/applications/staticProps/GofXyz.cpp: [no log message]
4136 >
4137 > 2005-02-17 13:30  tim
4138 >
4139 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
4140 >        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
4141 >        finish GofXyz
4142 >
4143 > 2005-02-17 11:21  tim
4144 >
4145 >        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
4146 >        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
4147 >        distribution function
4148 >
4149 > 2005-02-17 10:23  tim
4150 >
4151 >        * src/utils/BitSet.hpp: forget the const correctness for BitSet
4152 >
4153 > 2005-02-17 10:18  tim
4154 >
4155 >        * src/: brains/BlockSnapshotManager.cpp,
4156 >        selection/DistanceFinder.cpp: The change of interface of BitSet
4157 >        cause a bug in SelectionEvaluation
4158 >
4159 > 2005-02-16 16:13  tim
4160 >
4161 >        * src/utils/residentMem.c: return residentMem in byte
4162 >
4163 > 2005-02-16 16:00  tim
4164 >
4165 >        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
4166 >        a bug in writing out the value of cosang
4167 >
4168 > 2005-02-16 15:43  tim
4169 >
4170 >        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
4171 >        estimate avaliable memory
4172 >
4173 > 2005-02-16 15:30  tim
4174 >
4175 >        * src/: applications/staticProps/GofAngle2.cpp,
4176 >        applications/staticProps/GofAngle2.hpp,
4177 >        applications/staticProps/GofR.cpp,
4178 >        applications/staticProps/GofR.hpp,
4179 >        applications/staticProps/GofRAngle.cpp,
4180 >        applications/staticProps/GofRAngle.hpp,
4181 >        applications/staticProps/GofXyz.cpp,
4182 >        applications/staticProps/GofXyz.hpp,
4183 >        applications/staticProps/StaticProps.cpp,
4184 >        applications/staticProps/StaticProps.ggo,
4185 >        applications/staticProps/StaticPropsCmd.c,
4186 >        applications/staticProps/StaticPropsCmd.h,
4187 >        brains/BlockSnapshotManager.cpp: change the default bin number
4188 >
4189 > 2005-02-16 14:36  tim
4190 >
4191 >        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
4192 >        applications/dynamicProps/RCorrFunc.cpp,
4193 >        applications/dynamicProps/TimeCorrFunc.cpp,
4194 >        applications/dynamicProps/VCorrFunc.cpp,
4195 >        applications/staticProps/GofAngle2.cpp,
4196 >        applications/staticProps/GofR.cpp,
4197 >        applications/staticProps/GofR.hpp,
4198 >        applications/staticProps/GofRAngle.cpp,
4199 >        applications/staticProps/GofRAngle.hpp,
4200 >        applications/staticProps/RadialDistrFunc.cpp,
4201 >        applications/staticProps/RadialDistrFunc.hpp,
4202 >        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
4203 >        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
4204 >        files;fix the problem of counting in staticProps
4205 >
4206 > 2005-02-15 14:39  tim
4207 >
4208 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
4209 >        BlockSnapshotManager
4210 >
4211 > 2005-02-15 14:36  tim
4212 >
4213 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
4214 >        applications/staticProps/RadialDistrFunc.cpp,
4215 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4216 >        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
4217 >        reference counting now
4218 >
4219 > 2005-02-15 12:49  tim
4220 >
4221 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4222 >        replace std::make_pair by VariablesType::value_type to make Sun
4223 >        Compiler happy
4224 >
4225 > 2005-02-15 12:35  tim
4226 >
4227 >        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
4228 >        TokenMap, using TokenMapType::value_type instead of std::make_pair
4229 >        to make Sun compiler happy
4230 >
4231 > 2005-02-15 12:24  tim
4232 >
4233 >        * src/applications/staticProps/: GofRAngle.cpp,
4234 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
4235 >
4236 > 2005-02-15 12:11  tim
4237 >
4238 >        * src/: applications/staticProps/GofR.cpp,
4239 >        applications/staticProps/RadialDistrFunc.cpp,
4240 >        applications/staticProps/RadialDistrFunc.hpp,
4241 >        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
4242 >        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
4243 >        calculation problem when two selections intersect with each other
4244 >
4245 > 2005-02-15 10:24  gezelter
4246 >
4247 >        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
4248 >        xlc++
4249 >
4250 > 2005-02-15 10:17  gezelter
4251 >
4252 >        * configure, ac-tools/configure.in, src/config.h.in,
4253 >        src/utils/residentMem.c: [no log message]
4254 >
4255 > 2005-02-15 01:17  gezelter
4256 >
4257 >        * src/utils/residentMem.c: bug fix for null termination
4258 >
4259 > 2005-02-15 01:11  gezelter
4260 >
4261 >        * configure, ac-tools/configure.in, src/utils/residentMem.c:
4262 >        bugfixing residentMem
4263 >
4264 > 2005-02-15 00:59  gezelter
4265 >
4266 >        * configure, ac-tools/configure.in, src/config.h.in,
4267 >        src/utils/residentMem.c: bugfixes for residentMem on LINUX
4268 >
4269 > 2005-02-15 00:08  gezelter
4270 >
4271 >        * src/utils/Makefile.in: added residentMem
4272 >
4273 > 2005-02-15 00:05  gezelter
4274 >
4275 >        * configure, ac-tools/configure.in, make/Makefile.in,
4276 >        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
4277 >        src/utils/residentMem.h: modifications to estimate memory in use by
4278 >        other processes autoconf fixes ps syntax checking config.h file
4279 >        cleaning
4280 >
4281 > 2005-02-14 18:26  gezelter
4282 >
4283 >        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
4284 >
4285 > 2005-02-14 18:16  gezelter
4286 >
4287 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
4288 >        strangeness
4289 >
4290 > 2005-02-14 14:42  tim
4291 >
4292 >        * src/brains/BlockSnapshotManager.cpp: fix a bug in
4293 >        BlockSnapshotManager.hpp
4294 >
4295 > 2005-02-14 13:51  tim
4296 >
4297 >        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
4298 >        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
4299 >        length of first frame
4300 >
4301 > 2005-02-14 13:12  tim
4302 >
4303 >        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
4304 >        VelocityVerletIntegrator : last frame is written twice
4305 >
4306 > 2005-02-14 12:57  tim
4307 >
4308 >        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
4309 >        brains/SimInfo.cpp, primitives/RigidBody.cpp,
4310 >        primitives/StuntDouble.hpp: begin bug fix
4311 >
4312 > 2005-02-14 12:35  tim
4313 >
4314 >        * src/applications/dynamicProps/: CorrelationFunction.cpp,
4315 >        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
4316 >        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
4317 >        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
4318 >        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
4319 >        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
4320 >        VCorrFunc.hpp: refactory CorrelationFunction
4321 >
4322 > 2005-02-14 10:18  gezelter
4323 >
4324 >        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
4325 >        and start of switch for type of correlation function
4326 >
4327 > 2005-02-13 16:18  tim
4328 >
4329 >        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
4330 >        calculating  bytes per stuntdouble
4331 >
4332 > 2005-02-13 16:03  tim
4333 >
4334 >        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
4335 >
4336 > 2005-02-13 15:57  tim
4337 >
4338 >        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
4339 >        bug in CorrelationFunction
4340 >
4341 > 2005-02-13 15:36  tim
4342 >
4343 >        * src/: applications/staticProps/GofR.cpp,
4344 >        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
4345 >        bug in SimInfo::getCutoff()
4346 >
4347 > 2005-02-13 15:08  tim
4348 >
4349 >        * make/Makefile.in: adding staticProps and dynamicProps into
4350 >        Makefile.in
4351 >
4352 > 2005-02-13 15:05  tim
4353 >
4354 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4355 >        applications/dynamicProps/CorrelationFunction.hpp,
4356 >        applications/staticProps/StaticProps.cpp,
4357 >        applications/staticProps/StaticProps.ggo,
4358 >        applications/staticProps/StaticPropsCmd.c,
4359 >        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
4360 >        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
4361 >        defaults to the cutoff radius
4362 >
4363 > 2005-02-13 14:14  tim
4364 >
4365 >        * src/utils/Algorithm.hpp: adding Algorithm.hpp
4366 >
4367 > 2005-02-13 14:10  tim
4368 >
4369 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4370 >        applications/dynamicProps/CorrelationFunction.cpp,
4371 >        applications/dynamicProps/CorrelationFunction.hpp,
4372 >        applications/dynamicProps/DynamicProps.cpp,
4373 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4374 >        integrators/Integrator.cpp, integrators/Integrator.hpp,
4375 >        integrators/VelocityVerletIntegrator.cpp,
4376 >        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
4377 >        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
4378 >        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
4379 >        visitors/OtherVisitor.cpp: dynamicProps get built
4380 >
4381 > 2005-02-13 10:56  tim
4382 >
4383 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4384 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4385 >        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
4386 >        progress
4387 >
4388 > 2005-02-13 03:04  tim
4389 >
4390 >        * src/: applications/dynamicProps/CorrelationFunction.hpp,
4391 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4392 >        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
4393 >        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
4394 >        work in dynamicProps
4395 >
4396 > 2005-02-13 02:25  tim
4397 >
4398 >        * src/applications/dynamicProps/DynamicProps.cpp: adding
4399 >        dynamicProps
4400 >
4401 > 2005-02-13 02:14  tim
4402 >
4403 >        * src/applications/dynamicProps/: DynamicPropsCmd.c,
4404 >        DynamicPropsCmd.h: adding command line option to DynamicProps
4405 >
4406 > 2005-02-13 02:13  tim
4407 >
4408 >        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
4409 >        adding command line option for DynamicProps
4410 >
4411 > 2005-02-13 01:57  tim
4412 >
4413 >        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4414 >        applications/dynamicProps/CorrelationFunction.hpp,
4415 >        applications/dynamicProps/DipoleCorrFunc.cpp,
4416 >        applications/dynamicProps/DipoleCorrFunc.hpp,
4417 >        applications/dynamicProps/RCorrFunc.cpp,
4418 >        applications/dynamicProps/RCorrFunc.hpp,
4419 >        applications/dynamicProps/VCorrFunc.cpp,
4420 >        applications/dynamicProps/VCorrFunc.hpp,
4421 >        applications/staticProps/RadialDistrFunc.cpp,
4422 >        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4423 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
4424 >        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
4425 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
4426 >        dynamicProps
4427 >
4428 > 2005-02-12 15:09  tim
4429 >
4430 >        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
4431 >
4432 > 2005-02-11 17:41  tim
4433 >
4434 >        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
4435 >        more constructor to Snapshot to create customized DataStorage
4436 >
4437 > 2005-02-11 17:39  tim
4438 >
4439 >        * src/selection/: DistanceFinder.hpp, Makefile,
4440 >        SelectionManager.hpp: adding beginSelected, nextSelected method to
4441 >        SelectionManager
4442 >
4443 > 2005-02-11 17:36  tim
4444 >
4445 >        * src/config.h.in, configure: adding support for physmem
4446 >
4447 > 2005-02-11 17:35  tim
4448 >
4449 >        * ac-tools/configure.in: adding supprot for physmem
4450 >
4451 > 2005-02-11 17:35  tim
4452 >
4453 >        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
4454 >        physmem
4455 >
4456 > 2005-02-10 17:37  tim
4457 >
4458 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4459 >        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
4460 >        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4461 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4462 >        StaticPropsCmd.h: more work in StaticProps
4463 >
4464 > 2005-02-10 13:14  tim
4465 >
4466 >        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4467 >        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
4468 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
4469 >        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4470 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4471 >        StaticPropsCmd.h: change the filenames
4472 >
4473 > 2005-02-10 09:15  tim
4474 >
4475 >        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
4476 >        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
4477 >        RadialDistrFunc.hpp: adding GofRAngle
4478 >
4479 > 2005-02-09 13:21  tim
4480 >
4481 >        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
4482 >        useless files
4483 >
4484 > 2005-02-09 13:12  tim
4485 >
4486 >        * src/applications/staticProps/: GofR.cpp, Makefile,
4487 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
4488 >
4489 > 2005-02-09 12:08  tim
4490 >
4491 >        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
4492 >        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
4493 >        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
4494 >
4495 > 2005-02-07 17:39  tim
4496 >
4497 >        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
4498 >        Molecule class
4499 >
4500 > 2005-02-07 17:38  tim
4501 >
4502 >        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
4503 >
4504 > 2005-02-07 17:36  tim
4505 >
4506 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4507 >        SelectionCompiler.cpp: support select internal index selection, for
4508 >        example, select DMPC.3
4509 >
4510 > 2005-02-07 16:11  tim
4511 >
4512 >        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
4513 >        help info for Dump2XYZ
4514 >
4515 > 2005-02-07 15:39  chrisfen
4516 >
4517 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4518 >        selection librarys added
4519 >
4520 > 2005-02-07 15:31  tim
4521 >
4522 >        * src/selection/Makefile, make/Makefile.in: adding Makefile
4523 >
4524 > 2005-02-07 15:20  chrisfen
4525 >
4526 >        * src/utils/wildcards.hpp: issue commented out in wildcards
4527 >
4528 > 2005-02-07 15:06  tim
4529 >
4530 >        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
4531 >        which cause reevaluate return NULL
4532 >
4533 > 2005-02-07 14:14  tim
4534 >
4535 >        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
4536 >        SimSnapshotManager.hpp: fix a bug in determing the global index for
4537 >        rigidbodies
4538 >
4539 > 2005-02-07 14:13  tim
4540 >
4541 >        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
4542 >        in Bitset
4543 >
4544 > 2005-02-07 14:13  tim
4545 >
4546 >        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
4547 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4548 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
4549 >        TokenMap.cpp: selection library is working
4550 >
4551 > 2005-02-04 17:46  tim
4552 >
4553 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
4554 >
4555 > 2005-02-04 17:45  tim
4556 >
4557 >        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
4558 >        and XYZVisitor now use selection library
4559 >
4560 > 2005-02-04 17:44  tim
4561 >
4562 >        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
4563 >        adding SelectionManager into SimInfo
4564 >
4565 > 2005-02-04 17:43  tim
4566 >
4567 >        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
4568 >        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
4569 >        selection library
4570 >
4571 > 2005-02-04 17:42  tim
4572 >
4573 >        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
4574 >        in BitSet
4575 >
4576 > 2005-02-04 17:41  tim
4577 >
4578 >        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
4579 >        implementation
4580 >
4581 > 2005-02-04 17:39  tim
4582 >
4583 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4584 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4585 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4586 >        SelectionManager.hpp, Token.hpp: half of the selection utility is
4587 >        working need to debug within keyword and atomproperty keyword
4588 >
4589 > 2005-02-04 00:42  tim
4590 >
4591 >        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
4592 >        get built
4593 >
4594 > 2005-02-04 00:42  tim
4595 >
4596 >        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
4597 >
4598 > 2005-02-04 00:26  tim
4599 >
4600 >        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
4601 >        remove some useless files
4602 >
4603 > 2005-02-03 23:57  tim
4604 >
4605 >        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
4606 >        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
4607 >        adding wildcard class; NameFinder is finished
4608 >
4609 > 2005-02-03 18:14  tim
4610 >
4611 >        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4612 >        SelectionCompiler.cpp, SelectionCompiler.hpp,
4613 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4614 >        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
4615 >        selection library
4616 >
4617 > 2005-02-03 09:04  tim
4618 >
4619 >        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4620 >        selection in progress
4621 >
4622 > 2005-02-02 18:13  tim
4623 >
4624 >        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
4625 >        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
4626 >        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
4627 >        progress, except SelectionEvaluator, other files are compiled
4628 >
4629 > 2005-02-02 18:12  tim
4630 >
4631 >        * src/utils/: Makefile.in, any.hpp: adding boost::any
4632 >
4633 > 2005-02-02 07:51  tim
4634 >
4635 >        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
4636 >
4637 > 2005-02-01 17:49  tim
4638 >
4639 >        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
4640 >        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
4641 >        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
4642 >        selection/Token.hpp: Selection in progress
4643 >
4644 > 2005-02-01 01:55  tim
4645 >
4646 >        * src/: selection/SelectionCompiler.hpp,
4647 >        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
4648 >        selection/SelectionManager.hpp, selection/Token.hpp,
4649 >        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
4650 >
4651 > 2005-01-26 10:26  tim
4652 >
4653 >        * src/integrators/: Integrator.cpp, Integrator.hpp,
4654 >        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
4655 >        to add eorWriter
4656 >
4657 > 2005-01-26 10:15  tim
4658 >
4659 >        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
4660 >        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
4661 >        wrong column of electroframe
4662 >
4663 > 2005-01-25 16:59  tim
4664 >
4665 >        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
4666 >        SimInfo, use number of cutoff stamp as counter to loop over
4667 >        rigidbody stamp
4668 >
4669 > 2005-01-25 12:45  tim
4670 >
4671 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4672 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
4673 >        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
4674 >        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
4675 >        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
4676 >        io/EAMAtomTypesSectionParser.cpp,
4677 >        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
4678 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
4679 >        io/StickyAtomTypesSectionParser.cpp,
4680 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4681 >        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
4682 >        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
4683 >        primitives/GhostTorsion.hpp, primitives/Makefile,
4684 >        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
4685 >        section parser's error message (2) add GhostTorsion (3) accumulate
4686 >        inertial tensor from the directional atoms before calculate
4687 >        rigidbody's inertial tensor
4688 >
4689 > 2005-01-17 17:17  tim
4690 >
4691 >        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
4692 >
4693 > 2005-01-17 11:58  tim
4694 >
4695 >        * src/integrators/NVT.cpp: fix a bug in loading initial extended
4696 >        system parameters
4697 >
4698 > 2005-01-17 11:05  tim
4699 >
4700 >        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
4701 >
4702 > 2005-01-14 17:02  tim
4703 >
4704 >        * src/UseTheForce/WATER.cpp: remove WATER.cpp
4705 >
4706 > 2005-01-14 16:37  tim
4707 >
4708 >        * forceFields/Makefile: sync Makefile
4709 >
4710 > 2005-01-14 16:13  gezelter
4711 >
4712 >        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
4713 >        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
4714 >        src/applications/dump2Xyz/Makefile,
4715 >        src/applications/oopse/Makefile,
4716 >        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
4717 >        src/constraints/Makefile, src/integrators/Makefile,
4718 >        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
4719 >        src/primitives/Makefile, src/profiling/Makefile,
4720 >        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
4721 >        src/visitors/Makefile: moved Package variable into subdirectory
4722 >        makefiles to speed up the building process
4723 >
4724 > 2005-01-14 15:48  gezelter
4725 >
4726 >        * src/applications/oopse/oopse.cpp: Fixed publication details in
4727 >        banner
4728 >
4729 > 2005-01-14 15:48  gezelter
4730 >
4731 >        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
4732 >        simParallel_interface.h: added dummy subroutine to avoid empty
4733 >        unit, synchronized this dummy routine between C and fortran
4734 >
4735 > 2005-01-14 15:31  gezelter
4736 >
4737 >        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
4738 >        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
4739 >        DarkSide/Makefile, DarkSide/atype.F90,
4740 >        DarkSide/atype_interface.F90, DarkSide/charge.F90,
4741 >        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
4742 >        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
4743 >        DarkSide/eam_interface.F90, DarkSide/gb.F90,
4744 >        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
4745 >        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
4746 >        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
4747 >        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
4748 >        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
4749 >        modules and C/Fortran interface subroutines
4750 >
4751 > 2005-01-14 15:15  gezelter
4752 >
4753 >        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
4754 >
4755 > 2005-01-14 15:09  gezelter
4756 >
4757 >        * configure, ac-tools/configure.in, src/config.h.in,
4758 >        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
4759 >
4760 > 2005-01-14 11:49  tim
4761 >
4762 >        * src/: io/EAMAtomTypesSectionParser.cpp,
4763 >        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
4764 >        utils/StringUtils.hpp: using c library to do conversion instead of
4765 >        using iostream due to a bug in libstdc++(GCC 3.2)
4766 >
4767 > 2005-01-13 21:40  tim
4768 >
4769 >        * src/brains/SimSetup.cpp: no message
4770 >
4771 > 2005-01-13 20:56  tim
4772 >
4773 >        * src/primitives/Molecule.hpp: fix a bug in global index
4774 >
4775 > 2005-01-13 20:04  tim
4776 >
4777 >        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
4778 >        Integrator.hpp in Minimizer
4779 >
4780 > 2005-01-13 17:14  gezelter
4781 >
4782 >        * src/utils/Makefile: compile getopt and getopt1 if we need to
4783 >
4784 > 2005-01-13 16:56  gezelter
4785 >
4786 >        * make/Makefile.in: template flags
4787 >
4788 > 2005-01-13 16:48  gezelter
4789 >
4790 >        * src/applications/oopse/Makefile: formatting
4791 >
4792 > 2005-01-13 16:48  gezelter
4793 >
4794 >        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
4795 >        target
4796 >
4797 > 2005-01-13 14:40  tim
4798 >
4799 >        * src/: UseTheForce/fSwitchingFunction.h,
4800 >        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
4801 >        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
4802 >        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
4803 >        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
4804 >
4805 > 2005-01-13 13:26  tim
4806 >
4807 >        * make/Makefile.in: change the order of linking (object file comes
4808 >        first and then follow by user built library)
4809 >
4810 > 2005-01-12 18:24  tim
4811 >
4812 >        * src/io/DumpWriter.cpp: remove useless debug info
4813 >
4814 > 2005-01-12 18:21  tim
4815 >
4816 >        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
4817 >
4818 > 2005-01-12 18:17  tim
4819 >
4820 >        * make/: Makefile.in, Makefile.in: missing tab
4821 >
4822 > 2005-01-12 18:15  tim
4823 >
4824 >        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
4825 >        get fixed
4826 >
4827 > 2005-01-12 17:40  gezelter
4828 >
4829 >        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
4830 >        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
4831 >        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
4832 >        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
4833 >        src/UseTheForce/ForceFieldCreator.hpp,
4834 >        src/UseTheForce/ForceFieldFactory.cpp,
4835 >        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
4836 >        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
4837 >        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
4838 >        src/UseTheForce/fSwitchingFunction.h,
4839 >        src/UseTheForce/mpiComponentPlan.h,
4840 >        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
4841 >        src/UseTheForce/notifyCutoffs.F90,
4842 >        src/UseTheForce/notifyCutoffs_interface.h,
4843 >        src/UseTheForce/DarkSide/LJ.F90,
4844 >        src/UseTheForce/DarkSide/atype.F90,
4845 >        src/UseTheForce/DarkSide/atype_interface.h,
4846 >        src/UseTheForce/DarkSide/charge.F90,
4847 >        src/UseTheForce/DarkSide/charge_interface.h,
4848 >        src/UseTheForce/DarkSide/dipole.F90,
4849 >        src/UseTheForce/DarkSide/dipole_interface.h,
4850 >        src/UseTheForce/DarkSide/eam.F90,
4851 >        src/UseTheForce/DarkSide/eam_interface.h,
4852 >        src/UseTheForce/DarkSide/force_globals.F90,
4853 >        src/UseTheForce/DarkSide/gb.F90,
4854 >        src/UseTheForce/DarkSide/gb_interface.h,
4855 >        src/UseTheForce/DarkSide/lj_interface.h,
4856 >        src/UseTheForce/DarkSide/neighborLists.F90,
4857 >        src/UseTheForce/DarkSide/reactionField.F90,
4858 >        src/UseTheForce/DarkSide/shapes.F90,
4859 >        src/UseTheForce/DarkSide/shapes_interface.h,
4860 >        src/UseTheForce/DarkSide/simParallel.F90,
4861 >        src/UseTheForce/DarkSide/simParallel_interface.h,
4862 >        src/UseTheForce/DarkSide/simulation.F90,
4863 >        src/UseTheForce/DarkSide/simulation_interface.h,
4864 >        src/UseTheForce/DarkSide/sticky.F90,
4865 >        src/UseTheForce/DarkSide/sticky_interface.h,
4866 >        src/UseTheForce/DarkSide/switcheroo.F90,
4867 >        src/applications/Makedepend, src/applications/quickLate.c,
4868 >        src/applications/dump2Xyz/Dump2XYZ.cpp,
4869 >        src/applications/oopse/oopse.cpp,
4870 >        src/applications/simpleBuilder/BaseLattice.cpp,
4871 >        src/applications/simpleBuilder/BaseLattice.hpp,
4872 >        src/applications/simpleBuilder/Lattice.cpp,
4873 >        src/applications/simpleBuilder/Lattice.hpp,
4874 >        src/applications/simpleBuilder/LatticeCreator.cpp,
4875 >        src/applications/simpleBuilder/LatticeCreator.hpp,
4876 >        src/applications/simpleBuilder/LatticeFactory.cpp,
4877 >        src/applications/simpleBuilder/LatticeFactory.hpp,
4878 >        src/applications/simpleBuilder/MoLocator.cpp,
4879 >        src/applications/simpleBuilder/MoLocator.hpp,
4880 >        src/applications/simpleBuilder/simpleBuilder.cpp,
4881 >        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
4882 >        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
4883 >        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
4884 >        src/brains/Makefile, src/brains/Migrator.hpp,
4885 >        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
4886 >        src/brains/Register.cpp, src/brains/Register.hpp,
4887 >        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
4888 >        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
4889 >        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
4890 >        src/brains/SimSnapshotManager.cpp,
4891 >        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
4892 >        src/brains/SimState.hpp, src/brains/SkipList.cpp,
4893 >        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
4894 >        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
4895 >        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
4896 >        src/brains/Thermo.hpp, src/brains/fSimulation.h,
4897 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
4898 >        src/constraints/AbstractClasses.hpp,
4899 >        src/constraints/ConstraintElem.hpp,
4900 >        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
4901 >        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
4902 >        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
4903 >        src/constraints/ZconsStruct.hpp,
4904 >        src/constraints/ZconstraintForceManager.cpp,
4905 >        src/constraints/ZconstraintForceManager.hpp,
4906 >        src/integrators/AbstractClasses.hpp,
4907 >        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
4908 >        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
4909 >        src/integrators/Integrator.hpp,
4910 >        src/integrators/IntegratorCreator.hpp,
4911 >        src/integrators/IntegratorFactory.cpp,
4912 >        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
4913 >        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
4914 >        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
4915 >        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
4916 >        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
4917 >        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
4918 >        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
4919 >        src/integrators/RotationAlgorithm.hpp,
4920 >        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
4921 >        src/integrators/VelocityVerletIntegrator.cpp,
4922 >        src/integrators/VelocityVerletIntegrator.hpp,
4923 >        src/io/AtomTypesSectionParser.cpp,
4924 >        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
4925 >        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
4926 >        src/io/BendTypesSectionParser.cpp,
4927 >        src/io/BendTypesSectionParser.hpp,
4928 >        src/io/BondTypesSectionParser.cpp,
4929 >        src/io/BondTypesSectionParser.hpp,
4930 >        src/io/DirectionalAtomTypesSectionParser.cpp,
4931 >        src/io/DirectionalAtomTypesSectionParser.hpp,
4932 >        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
4933 >        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
4934 >        src/io/EAMAtomTypesSectionParser.cpp,
4935 >        src/io/EAMAtomTypesSectionParser.hpp,
4936 >        src/io/ElectrostaticAtomTypesSectionParser.cpp,
4937 >        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
4938 >        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
4939 >        src/io/LennardJonesAtomTypesSectionParser.cpp,
4940 >        src/io/LennardJonesAtomTypesSectionParser.hpp,
4941 >        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
4942 >        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
4943 >        src/io/Makefile, src/io/SectionParser.cpp,
4944 >        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
4945 >        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
4946 >        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
4947 >        src/io/StickyAtomTypesSectionParser.hpp,
4948 >        src/io/TorsionTypesSectionParser.cpp,
4949 >        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
4950 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
4951 >        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
4952 >        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
4953 >        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
4954 >        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
4955 >        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
4956 >        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
4957 >        src/math/MatVec3.h, src/math/Polynomial.hpp,
4958 >        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
4959 >        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
4960 >        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
4961 >        src/math/Vector.hpp, src/math/Vector3.hpp,
4962 >        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
4963 >        src/minimizers/CGFamilyMinimizer.cpp,
4964 >        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
4965 >        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
4966 >        src/minimizers/MinimizerCreator.hpp,
4967 >        src/minimizers/MinimizerFactory.cpp,
4968 >        src/minimizers/MinimizerFactory.hpp,
4969 >        src/minimizers/MinimizerParameterSet.cpp,
4970 >        src/minimizers/MinimizerParameterSet.hpp,
4971 >        src/minimizers/OOPSEMinimizer.cpp,
4972 >        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
4973 >        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
4974 >        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
4975 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
4976 >        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
4977 >        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
4978 >        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
4979 >        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
4980 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
4981 >        src/primitives/GhostBend.hpp, src/primitives/Makefile,
4982 >        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
4983 >        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
4984 >        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
4985 >        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
4986 >        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
4987 >        src/primitives/UreyBradleyBend.cpp,
4988 >        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
4989 >        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
4990 >        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
4991 >        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
4992 >        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
4993 >        src/types/BendType.hpp, src/types/BondStamp.cpp,
4994 >        src/types/BondStamp.hpp, src/types/BondType.hpp,
4995 >        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
4996 >        src/types/Component.cpp, src/types/Component.hpp,
4997 >        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
4998 >        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
4999 >        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
5000 >        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
5001 >        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
5002 >        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
5003 >        src/types/Makefile, src/types/MoleculeStamp.cpp,
5004 >        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
5005 >        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
5006 >        src/types/PolynomialBondType.hpp,
5007 >        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
5008 >        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
5009 >        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
5010 >        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
5011 >        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
5012 >        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
5013 >        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
5014 >        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
5015 >        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
5016 >        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
5017 >        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
5018 >        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
5019 >        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
5020 >        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
5021 >        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
5022 >        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
5023 >        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
5024 >        src/utils/Utility.cpp, src/utils/Utility.hpp,
5025 >        src/utils/definitions.F90, src/utils/fError.c,
5026 >        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
5027 >        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
5028 >        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
5029 >        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
5030 >        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
5031 >        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
5032 >        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
5033 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
5034 >        src/visitors/ZconsVisitor.hpp: merging new_design branch into
5035 >        OOPSE-2.0
5036 >
5037 > 2005-01-12 13:13  tim
5038 >
5039 >        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
5040 >        utils/TypeContainer.hpp: forget to include <algorithm>
5041 >
5042 > 2005-01-12 12:25  tim
5043 >
5044 >        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
5045 >        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
5046 >        fields
5047 >
5048 > 2005-01-12 12:14  tim
5049 >
5050 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5051 >        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
5052 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
5053 >        UseTheForce/ForceFieldCreator.hpp,
5054 >        UseTheForce/ForceFieldFactory.cpp,
5055 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
5056 >        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
5057 >        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
5058 >        UseTheForce/notifyCutoffs.F90,
5059 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
5060 >        UseTheForce/DarkSide/atype.F90,
5061 >        UseTheForce/DarkSide/atype_interface.h,
5062 >        UseTheForce/DarkSide/charge.F90,
5063 >        UseTheForce/DarkSide/charge_interface.h,
5064 >        UseTheForce/DarkSide/dipole.F90,
5065 >        UseTheForce/DarkSide/dipole_interface.h,
5066 >        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
5067 >        UseTheForce/DarkSide/force_globals.F90,
5068 >        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
5069 >        UseTheForce/DarkSide/lj_interface.h,
5070 >        UseTheForce/DarkSide/neighborLists.F90,
5071 >        UseTheForce/DarkSide/reactionField.F90,
5072 >        UseTheForce/DarkSide/shapes.F90,
5073 >        UseTheForce/DarkSide/shapes_interface.h,
5074 >        UseTheForce/DarkSide/simParallel.F90,
5075 >        UseTheForce/DarkSide/simParallel_interface.h,
5076 >        UseTheForce/DarkSide/simulation.F90,
5077 >        UseTheForce/DarkSide/simulation_interface.h,
5078 >        UseTheForce/DarkSide/sticky.F90,
5079 >        UseTheForce/DarkSide/sticky_interface.h,
5080 >        UseTheForce/DarkSide/switcheroo.F90,
5081 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
5082 >        applications/simpleBuilder/BaseLattice.cpp,
5083 >        applications/simpleBuilder/BaseLattice.hpp,
5084 >        applications/simpleBuilder/Lattice.cpp,
5085 >        applications/simpleBuilder/Lattice.hpp,
5086 >        applications/simpleBuilder/LatticeCreator.cpp,
5087 >        applications/simpleBuilder/LatticeCreator.hpp,
5088 >        applications/simpleBuilder/LatticeFactory.cpp,
5089 >        applications/simpleBuilder/LatticeFactory.hpp,
5090 >        applications/simpleBuilder/MoLocator.cpp,
5091 >        applications/simpleBuilder/MoLocator.hpp,
5092 >        applications/simpleBuilder/simpleBuilder.cpp,
5093 >        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
5094 >        brains/Exclude.hpp, brains/ForceManager.cpp,
5095 >        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
5096 >        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5097 >        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
5098 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5099 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
5100 >        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
5101 >        brains/Snapshot.cpp, brains/Snapshot.hpp,
5102 >        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
5103 >        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
5104 >        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
5105 >        constraints/Rattle.cpp, constraints/Rattle.hpp,
5106 >        constraints/ZconsStruct.hpp,
5107 >        constraints/ZconstraintForceManager.cpp,
5108 >        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
5109 >        integrators/DLM.hpp, integrators/Integrator.cpp,
5110 >        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
5111 >        integrators/IntegratorFactory.cpp,
5112 >        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
5113 >        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
5114 >        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
5115 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
5116 >        integrators/NVT.cpp, integrators/NVT.hpp,
5117 >        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
5118 >        integrators/Velocitizer.hpp,
5119 >        integrators/VelocityVerletIntegrator.cpp,
5120 >        integrators/VelocityVerletIntegrator.hpp,
5121 >        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
5122 >        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
5123 >        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
5124 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
5125 >        io/BondTypesSectionParser.hpp,
5126 >        io/DirectionalAtomTypesSectionParser.cpp,
5127 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
5128 >        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
5129 >        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
5130 >        io/ElectrostaticAtomTypesSectionParser.cpp,
5131 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
5132 >        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
5133 >        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
5134 >        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
5135 >        io/SectionParser.cpp, io/SectionParser.hpp,
5136 >        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
5137 >        io/StatWriter.cpp, io/StatWriter.hpp,
5138 >        io/StickyAtomTypesSectionParser.cpp,
5139 >        io/StickyAtomTypesSectionParser.hpp,
5140 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
5141 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
5142 >        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
5143 >        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
5144 >        io/node_list.h, io/parse_interface.h, io/parse_me.h,
5145 >        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
5146 >        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
5147 >        math/Polynomial.hpp, math/Quaternion.hpp,
5148 >        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
5149 >        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
5150 >        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
5151 >        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
5152 >        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
5153 >        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
5154 >        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
5155 >        minimizers/MinimizerParameterSet.cpp,
5156 >        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
5157 >        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
5158 >        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
5159 >        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
5160 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
5161 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
5162 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
5163 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
5164 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
5165 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
5166 >        primitives/Torsion.cpp, primitives/Torsion.hpp,
5167 >        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
5168 >        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
5169 >        restraints/Restraints.cpp, restraints/Restraints.hpp,
5170 >        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
5171 >        types/AtomType.hpp, types/AtomTypeProperties.h,
5172 >        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
5173 >        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
5174 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
5175 >        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
5176 >        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
5177 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
5178 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
5179 >        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
5180 >        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
5181 >        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
5182 >        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
5183 >        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
5184 >        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
5185 >        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
5186 >        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
5187 >        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
5188 >        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
5189 >        types/TorsionStamp.hpp, types/TorsionType.hpp,
5190 >        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
5191 >        types/ZconStamp.hpp, utils/GenericData.hpp,
5192 >        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
5193 >        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
5194 >        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
5195 >        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
5196 >        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
5197 >        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
5198 >        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
5199 >        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
5200 >        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
5201 >        utils/simError.c, utils/simError.h, utils/status.F90,
5202 >        utils/vector_class.F90, visitors/AtomData.hpp,
5203 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
5204 >        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
5205 >        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
5206 >        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5207 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
5208 >        visitors/ZconsVisitor.hpp: change license
5209 >
5210 > 2005-01-12 12:14  tim
5211 >
5212 >        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
5213 >        branch new_design.
5214 >
5215 > 2005-01-11 16:03  tim
5216 >
5217 >        * src/: constraints/ZconstraintForceManager.cpp,
5218 >        constraints/ZconstraintForceManager.hpp,
5219 >        minimizers/MinimizerParameterSet.cpp,
5220 >        minimizers/MinimizerParameterSet.hpp: change const static double
5221 >        data member to const double
5222 >
5223 > 2005-01-11 15:50  tim
5224 >
5225 >        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
5226 >
5227 > 2005-01-11 15:39  tim
5228 >
5229 >        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
5230 >        change data type from logical to integer in AtomTypeProperties.h
5231 >
5232 > 2005-01-11 11:36  tim
5233 >
5234 >        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
5235 >        new format of EAM force field
5236 >
5237 > 2005-01-11 11:24  tim
5238 >
5239 >        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
5240 >        to DUFF2.frc
5241 >
5242 > 2005-01-11 11:23  tim
5243 >
5244 >        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
5245 >        DUFF2.frc
5246 >
5247 > 2005-01-11 11:09  tim
5248 >
5249 >        * make/Makefile.in: adding constraints and minimizers into
5250 >        Makefile.in
5251 >
5252 > 2005-01-11 11:03  tim
5253 >
5254 >        * src/io/: ChargeAtomTypesSectionParser.cpp,
5255 >        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
5256 >        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
5257 >        files
5258 >
5259 > 2005-01-11 10:59  tim
5260 >
5261 >        * src/io/ZConsWriter.cpp: [no log message]
5262 >
5263 > 2005-01-11 10:53  tim
5264 >
5265 >        * src/UseTheForce/EAM.cpp: minor fix
5266 >
5267 > 2005-01-11 10:52  tim
5268 >
5269 >        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
5270 >        on branch new_design.
5271 >
5272 > 2005-01-11 10:52  tim
5273 >
5274 >        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
5275 >        on branch new_design.
5276 >
5277 > 2005-01-11 10:52  tim
5278 >
5279 >        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
5280 >
5281 > 2005-01-11 10:47  tim
5282 >
5283 >        * make/Makefile.in: forget a '$' sign
5284 >
5285 > 2005-01-11 10:46  tim
5286 >
5287 >        * make/Makefile.in: missing tab in rules
5288 >
5289 > 2005-01-10 17:04  tim
5290 >
5291 >        * src/: UseTheForce/ForceFieldCreator.cpp,
5292 >        UseTheForce/ForceFieldCreator.hpp,
5293 >        UseTheForce/ForceFieldFactory.cpp,
5294 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
5295 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
5296 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
5297 >        brains/Register.cpp, brains/Register.hpp,
5298 >        integrators/IntegratorCreator.cpp,
5299 >        integrators/IntegratorCreator.hpp,
5300 >        integrators/IntegratorFactory.cpp,
5301 >        integrators/IntegratorFactory.hpp, integrators/Makefile,
5302 >        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
5303 >        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
5304 >        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
5305 >        minimizers/MinimizerFactory.hpp: create a register module to
5306 >        register force fields, integrators and minimizers
5307 >
5308 > 2005-01-10 17:04  tim
5309 >
5310 >        * src/brains/Register.cpp: file Register.cpp was initially added on
5311 >        branch new_design.
5312 >
5313 > 2005-01-10 17:04  tim
5314 >
5315 >        * src/brains/Register.hpp: file Register.hpp was initially added on
5316 >        branch new_design.
5317 >
5318 > 2005-01-10 15:52  tim
5319 >
5320 >        * src/: UseTheForce/ForceFieldFactory.cpp,
5321 >        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
5322 >        constraints/ZconstraintForceManager.cpp,
5323 >        constraints/ZconstraintForceManager.hpp,
5324 >        integrators/IntegratorFactory.cpp,
5325 >        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
5326 >        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
5327 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
5328 >        method is working now
5329 >
5330 > 2005-01-10 13:05  tim
5331 >
5332 >        * src/: constraints/ConstraintElem.hpp,
5333 >        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
5334 >        constraints/ZconstraintForceManager.cpp,
5335 >        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
5336 >        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
5337 >        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
5338 >        zconstraint
5339 >
5340 > 2005-01-10 13:05  tim
5341 >
5342 >        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
5343 >        initially added on branch new_design.
5344 >
5345 > 2005-01-07 16:50  tim
5346 >
5347 >        * src/constraints/ZconstraintForceManager.cpp: file
5348 >        ZconstraintForceManager.cpp was initially added on branch
5349 >        new_design.
5350 >
5351 > 2005-01-07 16:50  tim
5352 >
5353 >        * src/constraints/ZconstraintForceManager.hpp: file
5354 >        ZconstraintForceManager.hpp was initially added on branch
5355 >        new_design.
5356 >
5357 > 2005-01-07 16:50  tim
5358 >
5359 >        * src/: applications/simpleBuilder/BaseLattice.hpp,
5360 >        applications/simpleBuilder/Lattice.hpp,
5361 >        applications/simpleBuilder/LatticeCreator.hpp,
5362 >        applications/simpleBuilder/LatticeFactory.hpp,
5363 >        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
5364 >        constraints/ConstraintElem.hpp, constraints/Makefile,
5365 >        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
5366 >        constraints/ZconstraintForceManager.cpp,
5367 >        constraints/ZconstraintForceManager.hpp,
5368 >        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
5369 >        utils/NumericConstant.hpp: ZConstraintForceManager in progress
5370 >
5371 > 2005-01-07 16:50  tim
5372 >
5373 >        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
5374 >        initially added on branch new_design.
5375 >
5376 > 2005-01-06 17:31  tim
5377 >
5378 >        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5379 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5380 >        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
5381 >        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
5382 >        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
5383 >        constraint is almost working
5384 >
5385 > 2005-01-05 19:36  tim
5386 >
5387 >        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
5388 >        working
5389 >
5390 > 2005-01-05 19:16  tim
5391 >
5392 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5393 >        applications/oopse/oopse.cpp,
5394 >        applications/simpleBuilder/BaseLattice.cpp,
5395 >        applications/simpleBuilder/Lattice.cpp,
5396 >        applications/simpleBuilder/LatticeFactory.cpp,
5397 >        applications/simpleBuilder/LatticeFactory.hpp,
5398 >        applications/simpleBuilder/MoLocator.cpp,
5399 >        applications/simpleBuilder/MoLocator.hpp,
5400 >        applications/simpleBuilder/simpleBuilder.cpp,
5401 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
5402 >        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
5403 >        in progress
5404 >
5405 > 2005-01-05 12:35  tim
5406 >
5407 >        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
5408 >        was initially added on branch new_design.
5409 >
5410 > 2005-01-05 12:35  tim
5411 >
5412 >        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
5413 >        added on branch new_design.
5414 >
5415 > 2005-01-05 12:35  tim
5416 >
5417 >        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5418 >        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
5419 >        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
5420 >        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
5421 >        SDMinimizer.hpp: minimizer in progress
5422 >
5423 > 2005-01-05 12:35  tim
5424 >
5425 >        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
5426 >        was initially added on branch new_design.
5427 >
5428 > 2005-01-05 12:35  tim
5429 >
5430 >        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
5431 >        was initially added on branch new_design.
5432 >
5433 > 2005-01-05 12:35  tim
5434 >
5435 >        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
5436 >        was initially added on branch new_design.
5437 >
5438 > 2005-01-05 12:35  tim
5439 >
5440 >        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
5441 >        added on branch new_design.
5442 >
5443 > 2005-01-04 17:18  tim
5444 >
5445 >        * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
5446 >        brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
5447 >        brains/Thermo.cpp, constraints/ConstraintPair.hpp,
5448 >        constraints/Makefile, integrators/NPT.cpp, integrators/NVE.cpp,
5449 >        integrators/NVT.cpp, integrators/VelocityVerletIntegrator.cpp,
5450 >        integrators/VelocityVerletIntegrator.hpp, io/DumpReader.cpp,
5451 >        primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
5452 >        progress
5453 >
5454 > 2005-01-04 17:18  tim
5455 >
5456 >        * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
5457 >        initially added on branch new_design.
5458 >
5459 > 2005-01-04 17:18  tim
5460 >
5461 >        * src/minimizers/MinimizerParameterSet.cpp: file
5462 >        MinimizerParameterSet.cpp was initially added on branch new_design.
5463 >
5464 > 2005-01-04 17:18  tim
5465 >
5466 >        * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
5467 >        initially added on branch new_design.
5468 >
5469 > 2005-01-04 17:18  tim
5470 >
5471 >        * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
5472 >        was initially added on branch new_design.
5473 >
5474 > 2005-01-04 17:18  tim
5475 >
5476 >        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5477 >        Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
5478 >        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
5479 >        SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
5480 >
5481 > 2005-01-04 17:18  tim
5482 >
5483 >        * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
5484 >        branch new_design.
5485 >
5486 > 2004-12-20 15:50  chuckv
5487 >
5488 >        * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
5489 >        other BSD's, replaced test -f *.mod with ls function since BSD test
5490 >        apparently doesn't support wildcards.
5491 >
5492 > 2004-12-20 15:36  tim
5493 >
5494 >        * make/Makefile.in: fix a test command incompatiable problem
5495 >
5496 > 2004-12-20 14:49  tim
5497 >
5498 >        * src/integrators/NPTi.cpp: NPT is working now
5499 >
5500 > 2004-12-16 14:20  tim
5501 >
5502 >        * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
5503 >        invalid stamp id
5504 >
5505 > 2004-12-16 14:00  tim
5506 >
5507 >        * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
5508 >        newEAM.u6.frc: adding new EAM force field files
5509 >
5510 > 2004-12-16 13:55  tim
5511 >
5512 >        * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
5513 >        in  EAM parameter file is incorrect
5514 >
5515 > 2004-12-16 12:27  tim
5516 >
5517 >        * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
5518 >        brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
5519 >        utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
5520 >
5521 > 2004-12-15 17:34  tim
5522 >
5523 >        * src/: applications/simpleBuilder/BaseLattice.cpp,
5524 >        applications/simpleBuilder/BaseLattice.hpp,
5525 >        applications/simpleBuilder/Lattice.cpp,
5526 >        applications/simpleBuilder/Lattice.hpp,
5527 >        applications/simpleBuilder/LatticeCreator.cpp,
5528 >        applications/simpleBuilder/LatticeCreator.hpp,
5529 >        applications/simpleBuilder/LatticeFactory.cpp,
5530 >        applications/simpleBuilder/LatticeFactory.hpp,
5531 >        applications/simpleBuilder/simpleBuilder.cpp,
5532 >        io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
5533 >
5534 > 2004-12-15 16:07  tim
5535 >
5536 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5537 >        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
5538 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
5539 >        add EAM Force Field
5540 >
5541 > 2004-12-15 14:40  tim
5542 >
5543 >        * src/applications/oopse/oopse.cpp: add more force fields
5544 >
5545 > 2004-12-15 11:44  tim
5546 >
5547 >        * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
5548 >        to call All_reduce in MPI version)
5549 >
5550 > 2004-12-15 11:13  tim
5551 >
5552 >        * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
5553 >        io/DumpReader.cpp: MPI in NVE is working
5554 >
5555 > 2004-12-14 16:57  tim
5556 >
5557 >        * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
5558 >        Master nodes does not brocast the total number of frames
5559 >
5560 > 2004-12-14 14:08  tim
5561 >
5562 >        * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
5563 >        integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
5564 >        minimizers/CGFamilyMinimizer.cpp,
5565 >        minimizers/MinimizerParameterSet.hpp,
5566 >        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
5567 >        minimizers/SDMinimizer.cpp: more fix in MPI version
5568 >
5569 > 2004-12-13 17:30  tim
5570 >
5571 >        * src/: UseTheForce/DarkSide/simParallel.F90,
5572 >        applications/oopse/oopse.cpp, brains/SimCreator.cpp,
5573 >        brains/SimInfo.cpp, brains/Snapshot.hpp, brains/Thermo.cpp,
5574 >        integrators/DLM.cpp, integrators/Integrator.cpp,
5575 >        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
5576 >        integrators/NPTxyz.cpp, integrators/NVT.cpp, io/DumpReader.cpp,
5577 >        io/DumpWriter.cpp, io/EAMAtomTypesSectionParser.cpp,
5578 >        io/ElectrostaticAtomTypesSectionParser.cpp, io/SectionParser.hpp,
5579 >        io/ZConsWriter.cpp, io/ZConsWriter.hpp, io/basic_ifstrstream.hpp,
5580 >        math/SquareMatrix3.hpp, primitives/Bend.hpp, primitives/Bond.hpp,
5581 >        primitives/RigidBody.cpp, primitives/StuntDouble.cpp,
5582 >        primitives/StuntDouble.hpp, types/CutoffGroupStamp.cpp,
5583 >        utils/LocalIndexManager.hpp, utils/PropertyMap.cpp,
5584 >        utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
5585 >        is built
5586 >
5587 > 2004-12-10 13:41  tim
5588 >
5589 >        * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
5590 >
5591 > 2004-12-10 11:14  tim
5592 >
5593 >        * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
5594 >        primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
5595 >        and Dipole is working now
5596 >
5597 > 2004-12-09 18:15  tim
5598 >
5599 >        * src/: UseTheForce/DarkSide/dipole.F90,
5600 >        UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
5601 >        fix an index problem in eFrame matrix
5602 >
5603 > 2004-12-09 18:09  tim
5604 >
5605 >        * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
5606 >        initializing the new Charge AtomType
5607 >
5608 > 2004-12-09 16:15  tim
5609 >
5610 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
5611 >        types/DirectionalAtomType.cpp: sticky module get compiled
5612 >
5613 > 2004-12-09 15:43  gezelter
5614 >
5615 >        * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
5616 >        reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
5617 >        GB
5618 >
5619 > 2004-12-09 15:42  gezelter
5620 >
5621 >        * src/UseTheForce/doForces.F90: u_l -> eFrame
5622 >
5623 > 2004-12-09 15:27  gezelter
5624 >
5625 >        * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
5626 >        module now has the option for multiple sticky types
5627 >
5628 > 2004-12-09 15:27  gezelter
5629 >
5630 >        * src/UseTheForce/doForces.F90: sticky
5631 >
5632 > 2004-12-09 11:22  tim
5633 >
5634 >        * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
5635 >        inconsistency in lab2Bidy
5636 >
5637 > 2004-12-09 10:45  tim
5638 >
5639 >        * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
5640 >        in calculating torque in rigid body
5641 >
5642 > 2004-12-08 15:37  tim
5643 >
5644 >        * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
5645 >        brains/SnapShot.cpp, brains/Snapshot.hpp,
5646 >        integrators/Integrator.cpp,
5647 >        io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
5648 >        fix a parsing bug in ElectroStaticAtomTypesSectionParser
5649 >
5650 > 2004-12-08 12:03  tim
5651 >
5652 >        * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
5653 >        in  NVT is working
5654 >
5655 > 2004-12-07 18:08  tim
5656 >
5657 >        * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
5658 >        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
5659 >        integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
5660 >        io/DumpWriter.cpp: NPT in progress
5661 >
5662 > 2004-12-07 09:43  tim
5663 >
5664 >        * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
5665 >        message]
5666 >
5667 > 2004-12-07 00:12  tim
5668 >
5669 >        * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
5670 >        UseInitXSstate
5671 >
5672 > 2004-12-07 00:00  tim
5673 >
5674 >        * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
5675 >
5676 > 2004-12-06 23:47  tim
5677 >
5678 >        * src/types/DirectionalAtomType.cpp: [no log message]
5679 >
5680 > 2004-12-06 21:18  tim
5681 >
5682 >        * forceFields/newDUFF.frc: merge WATER force field into DUFF
5683 >
5684 > 2004-12-06 20:33  tim
5685 >
5686 >        * forceFields/newDUFF.frc: change the force constant of bonds
5687 >
5688 > 2004-12-06 18:29  tim
5689 >
5690 >        * src/: UseTheForce/DarkSide/charge.F90,
5691 >        UseTheForce/DarkSide/charge_interface.h,
5692 >        UseTheForce/DarkSide/dipole.F90,
5693 >        UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
5694 >        fix atom type ident in Charge and Dipole Module
5695 >
5696 > 2004-12-06 17:56  tim
5697 >
5698 >        * src/primitives/Torsion.cpp: butane is working now
5699 >
5700 > 2004-12-06 15:15  tim
5701 >
5702 >        * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
5703 >        primitives/Bond.hpp, primitives/Torsion.cpp: short range
5704 >        interaction for butane is correct.Still something wrong with long
5705 >        range one
5706 >
5707 > 2004-12-05 23:49  tim
5708 >
5709 >        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
5710 >        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5711 >        io/BendTypesSectionParser.cpp, math/Polynomial.hpp,
5712 >        primitives/Atom.hpp, utils/NumericConstant.hpp,
5713 >        utils/TypeContainer.hpp: fix a bug in Exclude List
5714 >
5715 > 2004-12-05 17:21  tim
5716 >
5717 >        * forceFields/newDUFF.frc: minor fix in DUFF
5718 >
5719 > 2004-12-05 17:02  tim
5720 >
5721 >        * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
5722 >        utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
5723 >        fix a bug in filling MolMembership
5724 >
5725 > 2004-12-05 12:12  tim
5726 >
5727 >        * forceFields/newDUFF.frc: minor fix in force field file
5728 >
5729 > 2004-12-05 12:09  tim
5730 >
5731 >        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
5732 >        integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
5733 >
5734 > 2004-12-04 15:09  tim
5735 >
5736 >        * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
5737 >        math/Vector3.hpp: NVE is working now, get the same result as
5738 >        OOPSE-1.0
5739 >
5740 > 2004-12-04 14:29  tim
5741 >
5742 >        * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
5743 >
5744 > 2004-12-04 14:24  gezelter
5745 >
5746 >        * src/primitives/: Bend.cpp, Torsion.cpp: What?
5747 >
5748 > 2004-12-04 14:24  gezelter
5749 >
5750 >        * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
5751 >
5752 > 2004-12-04 00:24  tim
5753 >
5754 >        * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
5755 >        integrators/Integrator.hpp,
5756 >        integrators/VelocityVerletIntegrator.cpp, primitives/Torsion.cpp,
5757 >        utils/TypeContainer.hpp: NVE conserved energy, however, potential
5758 >        is not the same as OOPSE-1.0 Step 1 argon in NVE, NVT, NPTi, NPTf
5759 >        and NPTxyz to test integrator Step 2 SSD in NVE to test DLM,
5760 >        dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
5761 >        4 EAM Step 5 Shape Step 6 Constraint & Restraint
5762 >
5763 > 2004-12-03 19:01  tim
5764 >
5765 >        * src/: UseTheForce/DarkSide/LJ.F90,
5766 >        applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
5767 >        integrators/VelocityVerletIntegrator.cpp,
5768 >        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
5769 >        io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
5770 >        energy of NVE is not conserved
5771 >
5772 > 2004-12-03 17:36  tim
5773 >
5774 >        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
5775 >        primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
5776 >
5777 > 2004-12-03 16:30  tim
5778 >
5779 >        * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
5780 >        brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
5781 >        integrators/NVE.cpp, primitives/Molecule.cpp,
5782 >        primitives/Molecule.hpp, primitives/StuntDouble.hpp,
5783 >        primitives/Torsion.hpp: more missing function get implemented
5784 >
5785 > 2004-12-03 15:30  tim
5786 >
5787 >        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
5788 >        SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
5789 >
5790 > 2004-12-03 12:59  tim
5791 >
5792 >        * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
5793 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5794 >        integrators/NPT.cpp, integrators/NPTi.cpp, integrators/NVT.cpp,
5795 >        io/BASS_interface.cpp, io/DirectionalAtomTypesSectionParser.cpp,
5796 >        io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
5797 >        utils/TypeContainer.hpp: begin to fix bugs
5798 >
5799 > 2004-12-02 19:26  tim
5800 >
5801 >        * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
5802 >        new_design.
5803 >
5804 > 2004-12-02 19:26  tim
5805 >
5806 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5807 >        UseTheForce/ForceFieldCreator.cpp,
5808 >        UseTheForce/ForceFieldFactory.cpp, applications/oopse/oopse.cpp,
5809 >        integrators/IntegratorCreator.cpp,
5810 >        integrators/IntegratorFactory.cpp, io/SectionParserManager.cpp,
5811 >        io/SectionParserManager.hpp, utils/Makefile,
5812 >        utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
5813 >        bug in countTokens in StringTokenizer
5814 >
5815 > 2004-12-02 19:06  tim
5816 >
5817 >        * forceFields/newDUFF.frc: minor fix
5818 >
5819 > 2004-12-02 18:15  tim
5820 >
5821 >        * forceFields/newDUFF.frc: new ForceField format
5822 >
5823 > 2004-12-02 17:15  tim
5824 >
5825 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5826 >        UseTheForce/ForceFieldCreator.cpp,
5827 >        UseTheForce/ForceFieldCreator.hpp,
5828 >        UseTheForce/ForceFieldFactory.cpp,
5829 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
5830 >        applications/oopse/oopse.cpp, integrators/IntegratorCreator.cpp,
5831 >        integrators/IntegratorCreator.hpp,
5832 >        integrators/IntegratorFactory.cpp,
5833 >        integrators/IntegratorFactory.hpp, integrators/Makefile,
5834 >        integrators/NPTf.cpp, integrators/NPTf.hpp, integrators/NPTi.cpp,
5835 >        integrators/NPTi.hpp, integrators/NPTxyz.cpp,
5836 >        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
5837 >        integrators/NVT.cpp, integrators/NVT.hpp,
5838 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
5839 >        types/Makefile: refine factory pattern to make it initialized
5840 >        correctly
5841 >
5842 > 2004-12-02 17:15  tim
5843 >
5844 >        * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
5845 >        was initially added on branch new_design.
5846 >
5847 > 2004-12-02 17:15  tim
5848 >
5849 >        * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
5850 >        was initially added on branch new_design.
5851 >
5852 > 2004-12-02 17:15  tim
5853 >
5854 >        * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
5855 >        was initially added on branch new_design.
5856 >
5857 > 2004-12-02 17:15  tim
5858 >
5859 >        * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
5860 >        was initially added on branch new_design.
5861 >
5862 > 2004-12-02 11:53  tim
5863 >
5864 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
5865 >        types/DirectionalAtomType.cpp, types/Makefile: oopse get built
5866 >
5867 > 2004-12-02 11:04  tim
5868 >
5869 >        * src/: applications/simpleBuilder/LatticeCreator.cpp,
5870 >        applications/simpleBuilder/LatticeCreator.hpp,
5871 >        applications/simpleBuilder/LatticeFactory.cpp,
5872 >        applications/simpleBuilder/LatticeFactory.hpp,
5873 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Exclude.cpp,
5874 >        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
5875 >        brains/SimInfo.cpp, brains/SimInfo.hpp,
5876 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
5877 >        brains/SnapshotManager.hpp, brains/Stats.cpp,
5878 >        constraints/ZconsData.hpp, io/DumpWriter.cpp, io/LinkedAssign.hpp,
5879 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.hpp,
5880 >        io/basic_ifstrstream.hpp, primitives/Bend.hpp,
5881 >        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
5882 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
5883 >        types/OplsTorsionType.hpp, types/ShapeAtomType.hpp,
5884 >        utils/PropertyMap.hpp, utils/TypeContainer.hpp,
5885 >        visitors/AtomVisitor.cpp, visitors/CompositeVisitor.cpp,
5886 >        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
5887 >        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5888 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
5889 >        have two linking problem
5890 >
5891 > 2004-12-02 00:17  tim
5892 >
5893 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5894 >        applications/simpleBuilder/Lattice.cpp,
5895 >        applications/simpleBuilder/simpleBuilder.cpp,
5896 >        constraints/ZConstraint.cpp, io/DumpWriter.cpp, io/ZConsReader.cpp,
5897 >        io/ZConsWriter.cpp, minimizers/CGFamilyMinimizer.cpp,
5898 >        minimizers/OOPSEMinimizer.cpp, minimizers/SDMinimizer.cpp,
5899 >        restraints/Restraints.cpp, visitors/AtomVisitor.cpp,
5900 >        visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
5901 >        visitors/ZconsVisitor.cpp: change endl to std::endl
5902 >
5903 > 2004-12-02 00:14  tim
5904 >
5905 >        * src/: UseTheForce/Shapes_FF.cpp,
5906 >        applications/dump2Xyz/Dump2XYZ.cpp,
5907 >        applications/simpleBuilder/BaseLattice.hpp,
5908 >        applications/simpleBuilder/Lattice.hpp,
5909 >        applications/simpleBuilder/LatticeCreator.hpp,
5910 >        applications/simpleBuilder/LatticeFactory.cpp,
5911 >        applications/simpleBuilder/LatticeFactory.hpp,
5912 >        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
5913 >        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
5914 >        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
5915 >        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
5916 >        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5917 >        visitors/RigidBodyVisitor.hpp: minor fix
5918 >
5919 > 2004-12-02 00:09  tim
5920 >
5921 >        * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
5922 >        remove StreamTokenizer
5923 >
5924 > 2004-12-02 00:06  tim
5925 >
5926 >        * src/: UseTheForce/Shapes_FF.cpp,
5927 >        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
5928 >        applications/simpleBuilder/simpleBuilder.cpp, brains/Thermo.cpp,
5929 >        io/ZConsWriter.cpp, math/randomSPRNG.cpp,
5930 >        restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
5931 >        namespace std in .cpp file
5932 >
5933 > 2004-12-02 00:04  tim
5934 >
5935 >        * src/: UseTheForce/Shapes_FF.cpp,
5936 >        applications/dump2Xyz/Dump2XYZ.cpp,
5937 >        applications/simpleBuilder/BaseLattice.hpp,
5938 >        applications/simpleBuilder/Lattice.cpp,
5939 >        applications/simpleBuilder/Lattice.hpp,
5940 >        applications/simpleBuilder/LatticeFactory.cpp,
5941 >        applications/simpleBuilder/LatticeFactory.hpp,
5942 >        applications/simpleBuilder/MoLocator.cpp,
5943 >        applications/simpleBuilder/MoLocator.hpp, brains/SkipList.cpp,
5944 >        brains/SkipList.hpp, constraints/ZconsData.hpp, io/ZConsReader.cpp,
5945 >        io/ZConsWriter.cpp, io/ZConsWriter.hpp,
5946 >        minimizers/MinimizerParameterSet.hpp,
5947 >        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
5948 >        minimizers/PRCG.cpp, primitives/Atom.cpp, primitives/RigidBody.cpp,
5949 >        restraints/Restraints.cpp, restraints/Restraints.hpp,
5950 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
5951 >        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
5952 >        utils/GenericData.hpp, visitors/CompositeVisitor.cpp,
5953 >        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5954 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
5955 >        qulified name prefix std
5956 >
5957 > 2004-12-01 23:55  tim
5958 >
5959 >        * src/: UseTheForce/Shapes_FF.cpp,
5960 >        applications/dump2Xyz/Dump2XYZ.cpp,
5961 >        applications/simpleBuilder/BaseLattice.hpp,
5962 >        applications/simpleBuilder/Lattice.hpp,
5963 >        applications/simpleBuilder/LatticeCreator.hpp,
5964 >        applications/simpleBuilder/LatticeFactory.cpp,
5965 >        applications/simpleBuilder/LatticeFactory.hpp,
5966 >        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
5967 >        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
5968 >        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
5969 >        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
5970 >        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5971 >        visitors/RigidBodyVisitor.hpp: replace string by std::string
5972 >
5973 > 2004-12-01 22:12  tim
5974 >
5975 >        * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
5976 >        src/applications/simpleBuilder/BaseLattice.hpp,
5977 >        src/applications/simpleBuilder/Lattice.hpp,
5978 >        src/applications/simpleBuilder/LatticeCreator.hpp,
5979 >        src/applications/simpleBuilder/LatticeFactory.hpp,
5980 >        src/applications/simpleBuilder/MoLocator.hpp,
5981 >        src/brains/SimInfo.cpp, src/brains/SkipList.hpp,
5982 >        src/brains/Snapshot.hpp, src/constraints/ZconsData.hpp,
5983 >        src/integrators/IntegratorFactory.hpp, src/io/Globals.hpp,
5984 >        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
5985 >        src/minimizers/OOPSEMinimizer.hpp, src/primitives/StuntDouble.hpp,
5986 >        src/types/MoleculeStamp.hpp, src/types/ShapeAtomType.hpp,
5987 >        src/utils/Makefile, src/utils/StringUtils.cpp,
5988 >        src/utils/StringUtils.hpp, src/utils/TypeInfo.hpp,
5989 >        src/utils/Utility.cpp, src/visitors/CompositeVisitor.hpp,
5990 >        src/visitors/RigidBodyVisitor.hpp, test/brains/DirectionalAtom.cpp,
5991 >        test/brains/RigidBody.cpp: replace misuse of using namespace std in
5992 >        header files
5993 >
5994 > 2004-12-01 21:23  tim
5995 >
5996 >        * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
5997 >        primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
5998 >        utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
5999 >        begin to fix linking problem
6000 >
6001 > 2004-12-01 21:08  tim
6002 >
6003 >        * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
6004 >        brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
6005 >        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
6006 >        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
6007 >        integrators/NPTxyz.cpp, integrators/VelocityVerletIntegrator.hpp,
6008 >        math/SquareMatrix3.hpp, primitives/Atom.hpp,
6009 >        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
6010 >        utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
6011 >        still has some linking problem
6012 >
6013 > 2004-12-01 19:26  tim
6014 >
6015 >        * src/: integrators/NVT.cpp, integrators/NVT.hpp,
6016 >        utils/OOPSEConstant.hpp: NVT get built
6017 >
6018 > 2004-12-01 19:09  tim
6019 >
6020 >        * src/integrators/DLM.cpp: file DLM.cpp was initially added on
6021 >        branch new_design.
6022 >
6023 > 2004-12-01 19:09  tim
6024 >
6025 >        * src/integrators/DLM.hpp: file DLM.hpp was initially added on
6026 >        branch new_design.
6027 >
6028 > 2004-12-01 19:09  tim
6029 >
6030 >        * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
6031 >        brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
6032 >        brains/Thermo.hpp, integrators/DLM.cpp, integrators/DLM.hpp,
6033 >        integrators/Integrator.hpp, integrators/Makefile,
6034 >        integrators/NVE.cpp, integrators/NVE.hpp,
6035 >        integrators/RotationAlgorithm.hpp,
6036 >        integrators/VelocityVerletIntegrator.cpp,
6037 >        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
6038 >        get built
6039 >
6040 > 2004-12-01 19:09  tim
6041 >
6042 >        * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
6043 >        was initially added on branch new_design.
6044 >
6045 > 2004-12-01 17:45  tim
6046 >
6047 >        * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
6048 >        integrators/IntegratorFactory.cpp,
6049 >        integrators/IntegratorFactory.hpp, integrators/Makefile,
6050 >        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
6051 >        integrators/VelocityVerletIntegrator.cpp,
6052 >        integrators/VelocityVerletIntegrator.hpp, io/DumpWrite.hpp,
6053 >        io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
6054 >        io/StatWriter.hpp: rename DumpWrite to DumpWriter
6055 >
6056 > 2004-12-01 17:45  tim
6057 >
6058 >        * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
6059 >        branch new_design.
6060 >
6061 > 2004-12-01 15:05  tim
6062 >
6063 >        * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
6064 >        io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
6065 >        utils/Utility.cpp, utils/Utility.hpp, visitors/AtomData.hpp,
6066 >        visitors/BaseVisitor.hpp, visitors/OtherVisitor.cpp,
6067 >        visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
6068 >        visitors/ZconsVisitor.hpp: visitors get built
6069 >
6070 > 2004-12-01 14:32  chrisfen
6071 >
6072 >        * samples/water/tip3p_ice/tp3.md: fixed a sample
6073 >
6074 > 2004-12-01 14:10  tim
6075 >
6076 >        * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
6077 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
6078 >        src/types/AtomType.hpp, src/utils/Utility.hpp,
6079 >        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
6080 >        src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
6081 >        spell check
6082 >
6083 > 2004-12-01 13:42  tim
6084 >
6085 >        * src/: UseTheForce/DarkSide/atype.F90,
6086 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6087 >        io/ElectrostaticAtomTypesSectionParser.hpp, primitives/Atom.hpp,
6088 >        primitives/DirectionalAtom.cpp, primitives/RigidBody.cpp,
6089 >        primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
6090 >        and constraint, other directories get built
6091 >
6092 > 2004-12-01 12:38  tim
6093 >
6094 >        * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
6095 >        brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
6096 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6097 >        io/ElectrostaticAtomTypesSectionParser.hpp,
6098 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
6099 >        primitives/GhostBend.cpp, primitives/RigidBody.cpp,
6100 >        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
6101 >        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
6102 >        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
6103 >        refactory AtomType
6104 >
6105 > 2004-11-30 22:11  tim
6106 >
6107 >        * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
6108 >
6109 > 2004-11-30 21:30  tim
6110 >
6111 >        * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
6112 >        NumericConstant
6113 >
6114 > 2004-11-30 21:24  tim
6115 >
6116 >        * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
6117 >        primitives/RigidBody.cpp: minor fix
6118 >
6119 > 2004-11-30 18:14  tim
6120 >
6121 >        * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
6122 >        io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
6123 >        io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
6124 >        get built, next is integrator
6125 >
6126 > 2004-11-30 17:43  tim
6127 >
6128 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6129 >        UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
6130 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
6131 >        io/BASS_interface.cpp, primitives/StuntDouble.hpp,
6132 >        utils/StringUtils.hpp: brains get built
6133 >
6134 > 2004-11-30 15:50  tim
6135 >
6136 >        * src/: brains/ForceManager.cpp, brains/Makefile,
6137 >        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6138 >        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
6139 >        utils/StringUtils.hpp: brains get built, io is next
6140 >
6141 > 2004-11-30 14:58  tim
6142 >
6143 >        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6144 >        brains/ForceManager.cpp, brains/ForceManager.hpp,
6145 >        brains/MoleculeCreator.cpp, brains/SimCreator.hpp,
6146 >        brains/SimInfo.cpp, brains/SimInfo.hpp,
6147 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
6148 >        brains/SnapShot.cpp, brains/Stats.cpp, brains/Stats.hpp,
6149 >        brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
6150 >        math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
6151 >
6152 > 2004-11-30 14:58  tim
6153 >
6154 >        * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
6155 >        added on branch new_design.
6156 >
6157 > 2004-11-30 12:54  tim
6158 >
6159 >        * src/: primitives/Bend.hpp, primitives/Bond.hpp,
6160 >        primitives/StuntDouble.hpp, primitives/Torsion.hpp,
6161 >        utils/LocalIndexManager.hpp: more get fixed
6162 >
6163 > 2004-11-30 00:03  tim
6164 >
6165 >        * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
6166 >        initially added on branch new_design.
6167 >
6168 > 2004-11-30 00:03  tim
6169 >
6170 >        * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
6171 >        LocalndexManager.hpp to LocalIndexManager.hpp
6172 >
6173 > 2004-11-29 23:43  tim
6174 >
6175 >        * src/: io/BendTypesSectionParser.cpp,
6176 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
6177 >        io/BondTypesSectionParser.hpp, io/SectionParserManager.cpp,
6178 >        io/SectionParserManager.hpp, io/TorsionTypesSectionParser.cpp,
6179 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6180 >        types/PolynomialTorsionType.hpp: Section Parsers get compiled
6181 >
6182 > 2004-11-29 23:14  tim
6183 >
6184 >        * src/: io/BendTypesSectionParser.cpp,
6185 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
6186 >        io/BondTypesSectionParser.hpp, io/TorsionTypesSectionParser.cpp,
6187 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
6188 >        fixed
6189 >
6190 > 2004-11-29 22:49  tim
6191 >
6192 >        * src/: io/TorsionTypesSectionParser.cpp,
6193 >        io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
6194 >        types/CubicTorsionType.hpp, types/PolynomialBendType.hpp,
6195 >        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
6196 >        types/QuarticTorsionType.hpp: minor fixed
6197 >
6198 > 2004-11-29 22:32  tim
6199 >
6200 >        * src/: io/TorsionTypesSectionParser.cpp,
6201 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6202 >        types/PolynomialTorsionType.hpp: #inlcude statement can not be
6203 >        embedded
6204 >
6205 > 2004-11-29 16:42  tim
6206 >
6207 >        * test/math/: Makefile, PolynomialTestCase.cpp,
6208 >        PolynomialTestCase.hpp: add PolynomialTestCase
6209 >
6210 > 2004-11-29 16:42  tim
6211 >
6212 >        * src/math/Polynomial.hpp: Polynomial passes unit test
6213 >
6214 > 2004-11-29 15:03  tim
6215 >
6216 >        * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
6217 >        QuarticTorsion.hpp to QuarticTorsionType.hpp
6218 >
6219 > 2004-11-29 15:03  tim
6220 >
6221 >        * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
6222 >        initially added on branch new_design.
6223 >
6224 > 2004-11-29 14:56  tim
6225 >
6226 >        * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
6227 >        initially added on branch new_design.
6228 >
6229 > 2004-11-29 14:56  tim
6230 >
6231 >        * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
6232 >        CubicTorsionType and QuarticTorsionType
6233 >
6234 > 2004-11-29 14:56  tim
6235 >
6236 >        * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
6237 >        initially added on branch new_design.
6238 >
6239 > 2004-11-29 13:00  tim
6240 >
6241 >        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
6242 >        types/CubicBendType.hpp, types/CubicBondType.hpp,
6243 >        types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
6244 >        fixed
6245 >
6246 > 2004-11-29 12:59  tim
6247 >
6248 >        * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
6249 >        new_design.
6250 >
6251 > 2004-11-29 12:59  tim
6252 >
6253 >        * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
6254 >        Algorithm for std::string
6255 >
6256 > 2004-11-29 10:52  tim
6257 >
6258 >        * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
6259 >        some useless files
6260 >
6261 > 2004-11-29 10:50  tim
6262 >
6263 >        * src/io/: BondTypesSectionParser.cpp,
6264 >        ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
6265 >        ElectrostaticAtomTypesSectionParser.cpp,
6266 >        HarmonicBondTypesSectionParser.cpp,
6267 >        HarmonicBondTypesSectionParser.hpp,
6268 >        LennardJonesAtomTypesSectionParser.cpp, Makefile,
6269 >        SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
6270 >        StickyAtomTypesSectionParser.hpp: more files get fixed
6271 >
6272 > 2004-11-29 10:27  tim
6273 >
6274 >        * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
6275 >        DirectionalAtomTypesSectionParser.cpp,
6276 >        EAMAtomTypesSectionParser.cpp, EAMAtomTypesSectionParser.hpp,
6277 >        Makefile, SectionParser.cpp, SectionParser.hpp,
6278 >        SectionParserManager.cpp, SectionParserManager.hpp: part of io get
6279 >        built
6280 >
6281 > 2004-11-29 09:49  tim
6282 >
6283 >        * src/types/UreyBradleyBendType.hpp: types get built
6284 >
6285 > 2004-11-29 09:40  tim
6286 >
6287 >        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
6288 >        types  get built
6289 >
6290 > 2004-11-25 21:13  tim
6291 >
6292 >        * src/: UseTheForce/ForceField.hpp,
6293 >        io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
6294 >        types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
6295 >        files
6296 >
6297 > 2004-11-25 15:18  tim
6298 >
6299 >        * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
6300 >        initially added on branch new_design.
6301 >
6302 > 2004-11-25 15:18  tim
6303 >
6304 >        * src/: io/AtomTypesSectionParser.cpp,
6305 >        io/BondTypesSectionParser.cpp,
6306 >        io/DirectionalAtomTypesSectionParser.cpp,
6307 >        types/QuadraticBendType.hpp, types/QuadraticBondType.hpp,
6308 >        types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
6309 >        files
6310 >
6311 > 2004-11-25 15:18  tim
6312 >
6313 >        * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
6314 >        initially added on branch new_design.
6315 >
6316 > 2004-11-24 17:12  tim
6317 >
6318 >        * src/: io/AtomTypesSectionParser.cpp,
6319 >        io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
6320 >        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
6321 >        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
6322 >        io/ChargeAtomTypesSectionParser.hpp,
6323 >        io/DipoleAtomTypesSectionParser.cpp,
6324 >        io/DipoleAtomTypesSectionParser.hpp,
6325 >        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
6326 >        io/DumpReader.hpp, io/EAMAtomTypesSectionParser.cpp,
6327 >        io/EAMAtomTypesSectionParser.hpp,
6328 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6329 >        io/ElectrostaticAtomTypesSectionParser.hpp,
6330 >        io/HarmonicBondTypesSectionParser.hpp,
6331 >        io/LennardJonesAtomTypesSectionParser.cpp,
6332 >        io/LennardJonesAtomTypesSectionParser.hpp, io/Makefile,
6333 >        io/SectionParser.hpp, io/SectionParserManager.hpp,
6334 >        io/StickyAtomTypesSectionParser.cpp,
6335 >        io/StickyAtomTypesSectionParser.hpp,
6336 >        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
6337 >        utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
6338 >
6339 > 2004-11-24 16:33  tim
6340 >
6341 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
6342 >        ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
6343 >        LJFF.cpp, Makefile: UseTheForce get built
6344 >
6345 > 2004-11-24 15:55  tim
6346 >
6347 >        * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
6348 >        primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
6349 >        primitives/Makefile, primitives/Molecule.cpp,
6350 >        primitives/Molecule.hpp, primitives/RigidBody.cpp,
6351 >        primitives/StuntDouble.hpp, primitives/Torsion.cpp,
6352 >        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
6353 >        primitives/UreyBradleyBend.hpp: types and primitives get built
6354 >
6355 > 2004-11-24 14:49  tim
6356 >
6357 >        * test/utils/: Makefile, NextCombinationTestCase.cpp,
6358 >        StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
6359 >        StringTokenizerTestCase
6360 >
6361 > 2004-11-24 14:49  tim
6362 >
6363 >        * src/utils/: GenericData.hpp, StringTokenizer.cpp,
6364 >        StringTokenizer.hpp: StringTokenizer passes unit test
6365 >
6366 > 2004-11-24 13:20  tim
6367 >
6368 >        * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
6369 >        src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
6370 >        change Makefile
6371 >
6372 > 2004-11-24 13:06  chrisfen
6373 >
6374 >        * src/io/RestraintReader.cpp: improved restraints - mpi should work
6375 >        fine
6376 >
6377 > 2004-11-24 13:06  chrisfen
6378 >
6379 >        * src/integrators/Integrator.cpp: improved restraints
6380 >
6381 > 2004-11-24 13:05  chrisfen
6382 >
6383 >        * samples/water/tip3p_ice/tp3.md: oops...
6384 >
6385 > 2004-11-24 12:42  tim
6386 >
6387 >        * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
6388 >        brains/DataStorage.hpp, brains/SimCreator.cpp,
6389 >        brains/SimCreator.hpp, integrators/Integrator.hpp,
6390 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6391 >        primitives/DirectionalAtom.cpp: add SetForceManager method to
6392 >        integrator
6393 >
6394 > 2004-11-23 18:12  tim
6395 >
6396 >        * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
6397 >        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
6398 >        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
6399 >        integrators/NPTxyz.cpp, integrators/NPTxyz.hpp,
6400 >        integrators/NVE.cpp, integrators/NVE.hpp, integrators/NVT.cpp,
6401 >        integrators/NVT.hpp, integrators/Velocitizer.cpp,
6402 >        integrators/VelocityVerletIntegrator.cpp,
6403 >        integrators/VelocityVerletIntegrator.hpp,
6404 >        types/UreyBradleyBendType.hpp: refactory NPT integrator
6405 >
6406 > 2004-11-23 17:50  chrisfen
6407 >
6408 >        * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
6409 >        Restraints should work in parallel now
6410 >
6411 > 2004-11-23 17:48  chrisfen
6412 >
6413 >        * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
6414 >        brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
6415 >        integrators/Integrator.cpp, integrators/Integrator.hpp,
6416 >        io/DumpWriter.cpp, io/Makefile, io/ReadWrite.hpp,
6417 >        io/RestraintReader.cpp, io/RestraintWriter.cpp,
6418 >        restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
6419 >        to restraints
6420 >
6421 > 2004-11-23 17:47  chrisfen
6422 >
6423 >        * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
6424 >        return to the original on next commit
6425 >
6426 > 2004-11-23 12:53  tim
6427 >
6428 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6429 >        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6430 >        applications/simpleBuilder/simpleBuilder.cpp,
6431 >        io/ChargeAtomTypesSectionParser.cpp,
6432 >        io/DirectionalAtomTypesSectionParser.hpp,
6433 >        io/EAMAtomTypesSectionParser.cpp,
6434 >        io/ElectrostaticAtomTypesSectionParser.cpp,
6435 >        io/ElectrostaticAtomTypesSectionParser.hpp, io/SectionParser.cpp,
6436 >        io/SectionParser.hpp, types/DirectionalAtomType.cpp,
6437 >        utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
6438 >
6439 > 2004-11-23 12:53  tim
6440 >
6441 >        * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
6442 >        ElectrostaticAtomTypesSectionParser.hpp was initially added on
6443 >        branch new_design.
6444 >
6445 > 2004-11-23 12:53  tim
6446 >
6447 >        * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
6448 >        ElectrostaticAtomTypesSectionParser.cpp was initially added on
6449 >        branch new_design.
6450 >
6451 > 2004-11-23 01:03  tim
6452 >
6453 >        * src/: io/EAMAtomTypesSectionParser.cpp,
6454 >        io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
6455 >        types/AtomType.hpp, types/DirectionalAtomType.cpp,
6456 >        types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
6457 >
6458 > 2004-11-23 01:03  tim
6459 >
6460 >        * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
6461 >        was initially added on branch new_design.
6462 >
6463 > 2004-11-23 01:03  tim
6464 >
6465 >        * src/io/EAMAtomTypesSectionParser.hpp: file
6466 >        EAMAtomTypesSectionParser.hpp was initially added on branch
6467 >        new_design.
6468 >
6469 > 2004-11-23 01:03  tim
6470 >
6471 >        * src/io/EAMAtomTypesSectionParser.cpp: file
6472 >        EAMAtomTypesSectionParser.cpp was initially added on branch
6473 >        new_design.
6474 >
6475 > 2004-11-22 23:35  tim
6476 >
6477 >        * src/io/TorsionTypesSectionParser.hpp: file
6478 >        TorsionTypesSectionParser.hpp was initially added on branch
6479 >        new_design.
6480 >
6481 > 2004-11-22 23:35  tim
6482 >
6483 >        * src/io/BendTypesSectionParser.hpp: file
6484 >        BendTypesSectionParser.hpp was initially added on branch
6485 >        new_design.
6486 >
6487 > 2004-11-22 23:35  tim
6488 >
6489 >        * src/io/BondTypesSectionParser.hpp: file
6490 >        BondTypesSectionParser.hpp was initially added on branch
6491 >        new_design.
6492 >
6493 > 2004-11-22 23:35  tim
6494 >
6495 >        * src/io/BondTypesSectionParser.cpp: file
6496 >        BondTypesSectionParser.cpp was initially added on branch
6497 >        new_design.
6498 >
6499 > 2004-11-22 23:35  tim
6500 >
6501 >        * src/io/TorsionTypesSectionParser.cpp: file
6502 >        TorsionTypesSectionParser.cpp was initially added on branch
6503 >        new_design.
6504 >
6505 > 2004-11-22 23:35  tim
6506 >
6507 >        * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
6508 >        BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
6509 >        TorsionTypesSectionParser.cpp, TorsionTypesSectionParser.hpp: add
6510 >        BondTypesSectionParser, BendTypesSectionParser and
6511 >        TorsionTypeSectionParser
6512 >
6513 > 2004-11-22 23:35  tim
6514 >
6515 >        * src/io/BendTypesSectionParser.cpp: file
6516 >        BendTypesSectionParser.cpp was initially added on branch
6517 >        new_design.
6518 >
6519 > 2004-11-22 18:04  tim
6520 >
6521 >        * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
6522 >        DUFF and EAM
6523 >
6524 > 2004-11-22 18:02  tim
6525 >
6526 >        * src/io/: DirectionalAtomTypesParser.hpp,
6527 >        DirectionalAtomTypesSectionParser.hpp: adding section parsers
6528 >
6529 > 2004-11-22 18:02  tim
6530 >
6531 >        * src/io/DirectionalAtomTypesSectionParser.hpp: file
6532 >        DirectionalAtomTypesSectionParser.hpp was initially added on branch
6533 >        new_design.
6534 >
6535 > 2004-11-22 15:55  tim
6536 >
6537 >        * src/io/DipoleAtomTypesSectionParser.hpp: file
6538 >        DipoleAtomTypesSectionParser.hpp was initially added on branch
6539 >        new_design.
6540 >
6541 > 2004-11-22 15:55  tim
6542 >
6543 >        * src/io/AtomTypesSectionParser.hpp: file
6544 >        AtomTypesSectionParser.hpp was initially added on branch
6545 >        new_design.
6546 >
6547 > 2004-11-22 15:55  tim
6548 >
6549 >        * src/io/HarmonicBondTypesSectionParser.hpp: file
6550 >        HarmonicBondTypesSectionParser.hpp was initially added on branch
6551 >        new_design.
6552 >
6553 > 2004-11-22 15:55  tim
6554 >
6555 >        * src/io/StickyAtomTypesSectionParser.cpp: file
6556 >        StickyAtomTypesSectionParser.cpp was initially added on branch
6557 >        new_design.
6558 >
6559 > 2004-11-22 15:55  tim
6560 >
6561 >        * src/io/LennardJonesAtomTypesSectionParser.hpp: file
6562 >        LennardJonesAtomTypesSectionParser.hpp was initially added on
6563 >        branch new_design.
6564 >
6565 > 2004-11-22 15:55  tim
6566 >
6567 >        * src/io/HarmonicBondTypesSectionParser.cpp: file
6568 >        HarmonicBondTypesSectionParser.cpp was initially added on branch
6569 >        new_design.
6570 >
6571 > 2004-11-22 15:55  tim
6572 >
6573 >        * src/io/DirectionalAtomTypesSectionParser.cpp: file
6574 >        DirectionalAtomTypesSectionParser.cpp was initially added on branch
6575 >        new_design.
6576 >
6577 > 2004-11-22 15:55  tim
6578 >
6579 >        * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
6580 >        was initially added on branch new_design.
6581 >
6582 > 2004-11-22 15:55  tim
6583 >
6584 >        * src/io/AtomTypesSectionParser.cpp: file
6585 >        AtomTypesSectionParser.cpp was initially added on branch
6586 >        new_design.
6587 >
6588 > 2004-11-22 15:55  tim
6589 >
6590 >        * src/io/ChargeAtomTypesSectionParser.cpp: file
6591 >        ChargeAtomTypesSectionParser.cpp was initially added on branch
6592 >        new_design.
6593 >
6594 > 2004-11-22 15:55  tim
6595 >
6596 >        * src/io/DipoleAtomTypesSectionParser.cpp: file
6597 >        DipoleAtomTypesSectionParser.cpp was initially added on branch
6598 >        new_design.
6599 >
6600 > 2004-11-22 15:55  tim
6601 >
6602 >        * src/io/LennardJonesAtomTypesSectionParser.cpp: file
6603 >        LennardJonesAtomTypesSectionParser.cpp was initially added on
6604 >        branch new_design.
6605 >
6606 > 2004-11-22 15:55  tim
6607 >
6608 >        * src/io/ChargeAtomTypesSectionParser.hpp: file
6609 >        ChargeAtomTypesSectionParser.hpp was initially added on branch
6610 >        new_design.
6611 >
6612 > 2004-11-22 15:55  tim
6613 >
6614 >        * src/io/StickyAtomTypesSectionParser.hpp: file
6615 >        StickyAtomTypesSectionParser.hpp was initially added on branch
6616 >        new_design.
6617 >
6618 > 2004-11-22 15:55  tim
6619 >
6620 >        * src/io/SectionParser.hpp: file SectionParser.hpp was initially
6621 >        added on branch new_design.
6622 >
6623 > 2004-11-22 15:55  tim
6624 >
6625 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
6626 >        brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
6627 >        brains/Snapshot.hpp, integrators/NVE.cpp, integrators/NVT.cpp,
6628 >        integrators/NVT.hpp, io/AtomTypesSectionParser.cpp,
6629 >        io/AtomTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
6630 >        io/ChargeAtomTypesSectionParser.hpp,
6631 >        io/DipoleAtomTypesSectionParser.cpp,
6632 >        io/DipoleAtomTypesSectionParser.hpp,
6633 >        io/DirectionalAtomTypesParser.hpp,
6634 >        io/DirectionalAtomTypesSectionParser.cpp,
6635 >        io/HarmonicBondTypesSectionParser.cpp,
6636 >        io/HarmonicBondTypesSectionParser.hpp,
6637 >        io/LennardJonesAtomTypesSectionParser.cpp,
6638 >        io/LennardJonesAtomTypesSectionParser.hpp, io/SectionParser.cpp,
6639 >        io/SectionParser.hpp, io/SectionParserManager.cpp,
6640 >        io/SectionParserManager.hpp, io/StickyAtomTypesSectionParser.cpp,
6641 >        io/StickyAtomTypesSectionParser.hpp, primitives/StuntDouble.hpp,
6642 >        types/AtomType.hpp, types/DirectionalAtomType.hpp,
6643 >        utils/GenericData.hpp: adding section parsers
6644 >
6645 > 2004-11-22 15:55  tim
6646 >
6647 >        * src/io/DirectionalAtomTypesParser.hpp: file
6648 >        DirectionalAtomTypesParser.hpp was initially added on branch
6649 >        new_design.
6650 >
6651 > 2004-11-22 15:55  tim
6652 >
6653 >        * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
6654 >        was initially added on branch new_design.
6655 >
6656 > 2004-11-22 15:55  tim
6657 >
6658 >        * src/io/SectionParser.cpp: file SectionParser.cpp was initially
6659 >        added on branch new_design.
6660 >
6661 > 2004-11-19 17:12  tim
6662 >
6663 >        * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
6664 >        added on branch new_design.
6665 >
6666 > 2004-11-19 17:12  tim
6667 >
6668 >        * src/: brains/SimState.cpp, brains/SimState.hpp,
6669 >        io/InitializeFromFile.cpp, types/FixBondType.hpp,
6670 >        types/FixedBondType.hpp: remove more useless files
6671 >
6672 > 2004-11-19 16:47  tim
6673 >
6674 >        * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
6675 >        integrators/Integrator.cpp, applications/Makedepend: remove more
6676 >        useless files
6677 >
6678 > 2004-11-19 16:38  tim
6679 >
6680 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6681 >        UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
6682 >        integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
6683 >        integrators/NVT.hpp: refactory integrator
6684 >
6685 > 2004-11-19 16:38  tim
6686 >
6687 >        * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
6688 >        branch new_design.
6689 >
6690 > 2004-11-19 16:38  tim
6691 >
6692 >        * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
6693 >        branch new_design.
6694 >
6695 > 2004-11-19 16:38  tim
6696 >
6697 >        * src/integrators/NPT.hpp: file NPT.hpp was initially added on
6698 >        branch new_design.
6699 >
6700 > 2004-11-19 16:38  tim
6701 >
6702 >        * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
6703 >        on branch new_design.
6704 >
6705 > 2004-11-19 16:38  tim
6706 >
6707 >        * src/integrators/NVT.hpp: file NVT.hpp was initially added on
6708 >        branch new_design.
6709 >
6710 > 2004-11-19 15:37  tim
6711 >
6712 >        * forceFields/newDUFF.frc: new DUFF forcefield
6713 >
6714 > 2004-11-19 15:23  tim
6715 >
6716 >        * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
6717 >        branch new_design.
6718 >
6719 > 2004-11-19 15:23  tim
6720 >
6721 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
6722 >        UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
6723 >        utils/TypeContainer.hpp: add EAM
6724 >
6725 > 2004-11-19 15:23  tim
6726 >
6727 >        * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
6728 >        branch new_design.
6729 >
6730 > 2004-11-19 13:02  tim
6731 >
6732 >        * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
6733 >        error checking
6734 >
6735 > 2004-11-19 12:56  tim
6736 >
6737 >        * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
6738 >        was initially added on branch new_design.
6739 >
6740 > 2004-11-19 12:56  tim
6741 >
6742 >        * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
6743 >        was initially added on branch new_design.
6744 >
6745 > 2004-11-19 12:56  tim
6746 >
6747 >        * src/types/FixBondType.hpp: file FixBondType.hpp was initially
6748 >        added on branch new_design.
6749 >
6750 > 2004-11-19 12:56  tim
6751 >
6752 >        * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
6753 >        UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
6754 >        UseTheForce/ForceField.hpp, UseTheForce/ForceFieldFactory.cpp,
6755 >        integrators/IntegratorFactory.cpp,
6756 >        integrators/IntegratorFactory.hpp, integrators/NVE.hpp,
6757 >        integrators/VelocityVerletIntegrator.hpp, types/FixBondType.hpp,
6758 >        utils/StringTokenizer.cpp: DUFF is almost done except error
6759 >        checking
6760 >
6761 > 2004-11-18 19:11  tim
6762 >
6763 >        * src/UseTheForce/DUFF.cpp: adding DUFF parser
6764 >
6765 > 2004-11-18 18:26  tim
6766 >
6767 >        * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
6768 >        initially added on branch new_design.
6769 >
6770 > 2004-11-18 18:26  tim
6771 >
6772 >        * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
6773 >        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
6774 >        integrators/VelocityVerletIntegrator.cpp,
6775 >        integrators/VelocityVerletIntegrator.hpp,
6776 >        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
6777 >        types/CubicBendType.hpp, types/CubicBondType.hpp,
6778 >        types/HarmonicBondType.hpp, types/QuadraticBendType.hpp,
6779 >        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
6780 >        DUFF parser
6781 >
6782 > 2004-11-18 16:42  tim
6783 >
6784 >        * forceFields/newDUFF.frc: adding new format DUFF force field
6785 >
6786 > 2004-11-18 10:57  chrisfen
6787 >
6788 >        * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
6789 >        slowed down the force loop
6790 >
6791 > 2004-11-18 00:42  tim
6792 >
6793 >        * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
6794 >        initially added on branch new_design.
6795 >
6796 > 2004-11-18 00:42  tim
6797 >
6798 >        * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
6799 >        initially added on branch new_design.
6800 >
6801 > 2004-11-18 00:42  tim
6802 >
6803 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
6804 >        primitives/Bend.cpp, utils/NumericConstant.cpp,
6805 >        utils/NumericConstant.hpp: Adding NumericConstant class
6806 >
6807 > 2004-11-17 23:16  tim
6808 >
6809 >        * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
6810 >        UseTheForce/ForceFields.hpp: remove more junk files
6811 >
6812 > 2004-11-17 23:12  tim
6813 >
6814 >        * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
6815 >        brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
6816 >        integrators/AbstractClasses.hpp, integrators/AllIntegrator.hpp,
6817 >        primitives/AbstractClasses.hpp, primitives/Bond.cpp,
6818 >        primitives/BondExtensions.cpp, primitives/SRI.hpp,
6819 >        primitives/TorsionExtensions.cpp: remove some junk files
6820 >
6821 > 2004-11-17 23:07  tim
6822 >
6823 >        * src/primitives/BendExtensions.cpp: remove some junk files
6824 >
6825 > 2004-11-17 23:04  tim
6826 >
6827 >        * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
6828 >        QuadraticBondType.hpp: refine QudraticBond
6829 >
6830 > 2004-11-17 22:57  tim
6831 >
6832 >        * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
6833 >
6834 > 2004-11-17 22:57  tim
6835 >
6836 >        * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
6837 >        initially added on branch new_design.
6838 >
6839 > 2004-11-17 16:47  tim
6840 >
6841 >        * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
6842 >        was initially added on branch new_design.
6843 >
6844 > 2004-11-17 16:47  tim
6845 >
6846 >        * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
6847 >        added on branch new_design.
6848 >
6849 > 2004-11-17 16:47  tim
6850 >
6851 >        * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
6852 >        added on branch new_design.
6853 >
6854 > 2004-11-17 16:47  tim
6855 >
6856 >        * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
6857 >        initially added on branch new_design.
6858 >
6859 > 2004-11-17 16:47  tim
6860 >
6861 >        * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
6862 >        initially added on branch new_design.
6863 >
6864 > 2004-11-17 16:47  tim
6865 >
6866 >        * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
6867 >        initially added on branch new_design.
6868 >
6869 > 2004-11-17 16:47  tim
6870 >
6871 >        * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
6872 >        added on branch new_design.
6873 >
6874 > 2004-11-17 16:47  tim
6875 >
6876 >        * src/: math/ChebyshevPolynomials.cpp,
6877 >        math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
6878 >        primitives/Bend.hpp, primitives/GhostBend.cpp,
6879 >        primitives/GhostBend.hpp, primitives/UreyBradleyBend.cpp,
6880 >        primitives/UreyBradleyBend.hpp, types/BondType.hpp,
6881 >        types/CubicBendType.hpp, types/CubicBondType.hpp,
6882 >        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
6883 >        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
6884 >        UreyBradleyBend and GhostBend
6885 >
6886 > 2004-11-17 13:58  tim
6887 >
6888 >        * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
6889 >        was initially added on branch new_design.
6890 >
6891 > 2004-11-17 13:58  tim
6892 >
6893 >        * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
6894 >        was initially added on branch new_design.
6895 >
6896 > 2004-11-17 13:58  tim
6897 >
6898 >        * src/: math/ChebyshevPolynomials.cpp,
6899 >        math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
6900 >        primitives/Bond.hpp, types/CharmmTorsionType.hpp,
6901 >        types/OplsTorsionType.hpp, types/PolynomialBondType.hpp,
6902 >        types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
6903 >        stuff and Chebyshev Polynomial
6904 >
6905 > 2004-11-17 13:58  tim
6906 >
6907 >        * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
6908 >        initially added on branch new_design.
6909 >
6910 > 2004-11-17 01:37  tim
6911 >
6912 >        * src/types/PolynomialTorsionType.hpp: file
6913 >        PolynomialTorsionType.hpp was initially added on branch new_design.
6914 >
6915 > 2004-11-17 01:37  tim
6916 >
6917 >        * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
6918 >        initially added on branch new_design.
6919 >
6920 > 2004-11-17 01:37  tim
6921 >
6922 >        * src/: math/Polynomial.hpp, primitives/Bend.cpp,
6923 >        primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
6924 >        types/BondType.hpp, types/CharmmTorsionType.cpp,
6925 >        types/CharmmTorsionType.hpp, types/HarmonicBendType.hpp,
6926 >        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
6927 >        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6928 >        types/PolynomialTorsionType.hpp, types/TorsionType.hpp,
6929 >        utils/StringTokenizer.hpp: add  PolynomialBondType,
6930 >        PolynomialBendType, PolynomialTorsionType, HarmonicBendType and
6931 >        CharmmTorsionType. Need to refine the design and add document for
6932 >        them
6933 >
6934 > 2004-11-17 01:37  tim
6935 >
6936 >        * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
6937 >        initially added on branch new_design.
6938 >
6939 > 2004-11-17 01:37  tim
6940 >
6941 >        * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
6942 >        initially added on branch new_design.
6943 >
6944 > 2004-11-17 01:37  tim
6945 >
6946 >        * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
6947 >        initially added on branch new_design.
6948 >
6949 > 2004-11-16 20:11  tim
6950 >
6951 >        * src/types/: BendType.hpp, PolynomialBondType.hpp,
6952 >        TorsionType.hpp: add PolynomialBondType
6953 >
6954 > 2004-11-16 20:11  tim
6955 >
6956 >        * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
6957 >        initially added on branch new_design.
6958 >
6959 > 2004-11-16 18:20  tim
6960 >
6961 >        * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
6962 >        on branch new_design.
6963 >
6964 > 2004-11-16 18:20  tim
6965 >
6966 >        * src/math/Polynomial.hpp: Adding Polynomial class
6967 >
6968 > 2004-11-16 17:04  gezelter
6969 >
6970 >        * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
6971 >        added on branch new_design.
6972 >
6973 > 2004-11-16 17:04  gezelter
6974 >
6975 >        * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
6976 >        initially added on branch new_design.
6977 >
6978 > 2004-11-16 17:04  gezelter
6979 >
6980 >        * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
6981 >        MorseBondType.hpp, TorsionType.hpp: added some new stuff
6982 >
6983 > 2004-11-16 15:36  tim
6984 >
6985 >        * src/: primitives/Bend.cpp, primitives/Bend.hpp,
6986 >        primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
6987 >        types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
6988 >        TorsionType
6989 >
6990 > 2004-11-15 21:07  tim
6991 >
6992 >        * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
6993 >        branch new_design.
6994 >
6995 > 2004-11-15 21:07  tim
6996 >
6997 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6998 >        UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
6999 >        utils/StringTokenizer.cpp: adding DUFF class; adding checking
7000 >        statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
7001 >
7002 > 2004-11-15 18:00  tim
7003 >
7004 >        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
7005 >        UseTheForce/ForceFieldFactory.cpp,
7006 >        UseTheForce/ForceFieldFactory.hpp, UseTheForce/LJFF.cpp,
7007 >        UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
7008 >        types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
7009 >
7010 > 2004-11-15 18:00  tim
7011 >
7012 >        * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
7013 >        was initially added on branch new_design.
7014 >
7015 > 2004-11-15 18:00  tim
7016 >
7017 >        * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
7018 >        was initially added on branch new_design.
7019 >
7020 > 2004-11-15 18:00  tim
7021 >
7022 >        * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
7023 >        branch new_design.
7024 >
7025 > 2004-11-15 13:02  tim
7026 >
7027 >        * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
7028 >        initially added on branch new_design.
7029 >
7030 > 2004-11-15 13:02  tim
7031 >
7032 >        * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
7033 >        branch new_design.
7034 >
7035 > 2004-11-15 13:02  tim
7036 >
7037 >        * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
7038 >        branch new_design.
7039 >
7040 > 2004-11-15 13:02  tim
7041 >
7042 >        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
7043 >        brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
7044 >        integrators/Velocitizer.hpp, io/DumpReader.hpp, io/DumpWrite.hpp,
7045 >        io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
7046 >        DumpWriter.Next Step is LJFF and integrators
7047 >
7048 > 2004-11-13 00:08  tim
7049 >
7050 >        * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
7051 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
7052 >        brains/SimInfo.hpp, primitives/Molecule.cpp,
7053 >        primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
7054 >        refactory, refactory
7055 >
7056 > 2004-11-12 17:43  tim
7057 >
7058 >        * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
7059 >        StringTokenizer.cpp: bug fix in hasMoreTokens
7060 >
7061 > 2004-11-12 17:28  tim
7062 >
7063 >        * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
7064 >        initially added on branch new_design.
7065 >
7066 > 2004-11-12 17:28  tim
7067 >
7068 >        * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
7069 >        StringUtils, a c-style strtok like class, need unit test
7070 >
7071 > 2004-11-12 12:40  tim
7072 >
7073 >        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
7074 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
7075 >        brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
7076 >
7077 > 2004-11-12 02:05  tim
7078 >
7079 >        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
7080 >        primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
7081 >        MoleculeCreator forget to create CutoffGroups for free atoms
7082 >
7083 > 2004-11-12 01:19  tim
7084 >
7085 >        * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
7086 >        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
7087 >        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
7088 >        io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
7089 >        OOPSE = Object-Obfuscated Parallel Simulation Engine
7090 >
7091 > 2004-11-11 16:48  chrisfen
7092 >
7093 >        * samples/water/tip3p_ice/tp3.md: working sample
7094 >
7095 > 2004-11-11 16:47  chrisfen
7096 >
7097 >        * src/restraints/Restraints.cpp: working towards parallel
7098 >        restraints
7099 >
7100 > 2004-11-11 16:47  chrisfen
7101 >
7102 >        * src/integrators/Integrator.cpp: Commented out some write
7103 >        statements
7104 >
7105 > 2004-11-11 16:46  chrisfen
7106 >
7107 >        * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
7108 >        write statements
7109 >
7110 > 2004-11-11 16:46  chrisfen
7111 >
7112 >        * samples/water/tip3p_ice/tp3.md: Fun with ice
7113 >
7114 > 2004-11-11 11:41  tim
7115 >
7116 >        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
7117 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
7118 >        brains/SnapShot.cpp, brains/Snapshot.hpp, brains/fSimulation.h,
7119 >        brains/mpiSimulation.hpp, io/DumpWriter.cpp, io/StatWriter.cpp,
7120 >        io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
7121 >        useless mpiSimulation
7122 >
7123 > 2004-11-11 11:41  tim
7124 >
7125 >        * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
7126 >        branch new_design.
7127 >
7128 > 2004-11-10 17:50  tim
7129 >
7130 >        * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
7131 >        brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
7132 >        integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
7133 >
7134 > 2004-11-10 17:01  tim
7135 >
7136 >        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
7137 >        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
7138 >        brains/Stats.cpp, brains/Thermo.cpp, brains/Thermo.hpp,
7139 >        brains/mpiSimulation.hpp, integrators/VelocityVerletIntegrator.cpp,
7140 >        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
7141 >        io/StatWriter.hpp, math/randomSPRNG.cpp, primitives/Molecule.hpp,
7142 >        visitors/AtomVisitor.cpp: another painful day (1) SimCreator,
7143 >        SimInfo, mpiSimulation (2) DumpReader, DumpWriter (InitializeFrom
7144 >        File will be removed) (3) ForceField (at least LJ) and BondType,
7145 >        BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
7146 >        Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
7147 >
7148 > 2004-11-10 09:52  tim
7149 >
7150 >        * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
7151 >        configurable StatWriter
7152 >
7153 > 2004-11-10 09:52  tim
7154 >
7155 >        * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
7156 >        branch new_design.
7157 >
7158 > 2004-11-09 21:58  tim
7159 >
7160 >        * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
7161 >        in progress
7162 >
7163 > 2004-11-09 18:11  tim
7164 >
7165 >        * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
7166 >        added on branch new_design.
7167 >
7168 > 2004-11-09 18:11  tim
7169 >
7170 >        * src/integrators/VelocityVerletIntegrator.cpp: file
7171 >        VelocityVerletIntegrator.cpp was initially added on branch
7172 >        new_design.
7173 >
7174 > 2004-11-09 18:11  tim
7175 >
7176 >        * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
7177 >        brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
7178 >        brains/Stats.hpp, brains/Thermo.cpp, brains/mpiSimulation.cpp,
7179 >        brains/mpiSimulation.hpp, integrators/Integrator.hpp,
7180 >        integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
7181 >        integrators/VelocityVerletIntegrator.hpp: adding ForceManager
7182 >
7183 > 2004-11-09 18:11  tim
7184 >
7185 >        * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
7186 >        added on branch new_design.
7187 >
7188 > 2004-11-09 18:11  tim
7189 >
7190 >        * src/integrators/NVE.cpp: file NVE.cpp was initially added on
7191 >        branch new_design.
7192 >
7193 > 2004-11-08 20:08  tim
7194 >
7195 >        * src/integrators/VelocityVerletIntegrator.hpp: file
7196 >        VelocityVerletIntegrator.hpp was initially added on branch
7197 >        new_design.
7198 >
7199 > 2004-11-08 20:08  tim
7200 >
7201 >        * src/integrators/NVE.hpp: file NVE.hpp was initially added on
7202 >        branch new_design.
7203 >
7204 > 2004-11-08 20:08  tim
7205 >
7206 >        * src/: brains/Exclude.hpp, brains/Stats.hpp,
7207 >        integrators/Integrator.hpp, integrators/NVE.hpp,
7208 >        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
7209 >        utils/TypeContainer.hpp: More to break
7210 >
7211 > 2004-11-06 00:21  tim
7212 >
7213 >        * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
7214 >        added on branch new_design.
7215 >
7216 > 2004-11-06 00:21  tim
7217 >
7218 >        * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
7219 >        UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
7220 >        utils/TypeContainer.hpp, utils/next_combination.hpp: adding
7221 >        ForceField and TypeContainer classes
7222 >
7223 > 2004-11-05 18:38  tim
7224 >
7225 >        * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
7226 >        initially added on branch new_design.
7227 >
7228 > 2004-11-05 18:38  tim
7229 >
7230 >        * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
7231 >        initially added on branch new_design.
7232 >
7233 > 2004-11-05 18:38  tim
7234 >
7235 >        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
7236 >        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
7237 >        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
7238 >        brains/SimInfo.hpp, primitives/Molecule.hpp,
7239 >        utils/LocalndexManager.hpp: Fix Exclude class etc.
7240 >
7241 > 2004-11-05 16:45  chrisfen
7242 >
7243 >        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
7244 >        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
7245 >        linear visitor
7246 >
7247 > 2004-11-05 16:04  chrisfen
7248 >
7249 >        * src/UseTheForce/DarkSide/shapes.F90: current status of the
7250 >        debugging process
7251 >
7252 > 2004-11-05 16:04  chrisfen
7253 >
7254 >        * make/Makefile.in: included visitors and minimizer
7255 >
7256 > 2004-11-05 16:03  chrisfen
7257 >
7258 >        * ChangeLog: new changes
7259 >
7260 > 2004-11-04 21:56  tim
7261 >
7262 >        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
7263 >        primitives/Molecule.hpp: Pain......
7264 >
7265 > 2004-11-04 15:55  tim
7266 >
7267 >        * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
7268 >        src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
7269 >        src/brains/Stats.hpp: time to break SimSetup
7270 >
7271 > 2004-11-04 15:51  gezelter
7272 >
7273 >        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
7274 >        classes in progress
7275 >
7276 > 2004-11-04 14:48  tim
7277 >
7278 >        * src/brains/Stats.cpp: file Stats.cpp was initially added on
7279 >        branch new_design.
7280 >
7281 > 2004-11-04 14:48  tim
7282 >
7283 >        * src/brains/Stats.hpp: file Stats.hpp was initially added on
7284 >        branch new_design.
7285 >
7286 > 2004-11-04 14:48  tim
7287 >
7288 >        * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
7289 >        SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
7290 >        class
7291 >
7292 > 2004-11-04 11:22  gezelter
7293 >
7294 >        * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
7295 >        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
7296 >        linearAxis are virtual in StuntDouble, but are implemented by
7297 >        DirectionalAtom and RigidBody In StuntDouble, they should return
7298 >        false and "-1" but there should be logic to figure them out in the
7299 >        other two classes
7300 >
7301 > 2004-11-04 11:20  gezelter
7302 >
7303 >        * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
7304 >        remember what I did
7305 >
7306 > 2004-11-04 11:20  gezelter
7307 >
7308 >        * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
7309 >
7310 > 2004-11-04 11:20  gezelter
7311 >
7312 >        * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
7313 >        in the entry_plug so that it only is set if the atoms really are in
7314 >        the simulation
7315 >
7316 > 2004-11-04 11:20  gezelter
7317 >
7318 >        * samples/water/ssd/ssd.md: testing force fields
7319 >
7320 > 2004-11-04 11:19  gezelter
7321 >
7322 >        * samples/shape/linear.in: testing shapes
7323 >
7324 > 2004-11-03 14:56  tim
7325 >
7326 >        * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
7327 >        class(similar as SimSetup)
7328 >
7329 > 2004-11-03 14:56  tim
7330 >
7331 >        * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
7332 >        added on branch new_design.
7333 >
7334 > 2004-11-03 14:56  tim
7335 >
7336 >        * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
7337 >        added on branch new_design.
7338 >
7339 > 2004-11-03 13:00  tim
7340 >
7341 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7342 >        UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
7343 >        UseTheForce/Shapes_FF.cpp, UseTheForce/WATER.cpp,
7344 >        brains/DataStorage.hpp, primitives/Atom.hpp,
7345 >        primitives/DirectionalAtom.hpp, restraints/Restraints.hpp,
7346 >        visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
7347 >        compiled. Still a long way to go ......
7348 >
7349 > 2004-11-03 11:08  tim
7350 >
7351 >        * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
7352 >        src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
7353 >        src/integrators/NPTf.cpp, src/integrators/NPTi.cpp,
7354 >        src/integrators/NPTxyz.cpp, src/integrators/NVT.cpp,
7355 >        src/io/ZConsReader.cpp, src/primitives/Bend.cpp,
7356 >        src/primitives/Bond.cpp, src/primitives/GhostBend.cpp,
7357 >        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
7358 >        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
7359 >        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
7360 >        src/utils/GenericData.hpp, src/visitors/AtomVisitor.cpp,
7361 >        src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
7362 >        src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
7363 >
7364 > 2004-11-02 17:41  tim
7365 >
7366 >        * src/: brains/Migrator.hpp, brains/SimModel.cpp,
7367 >        utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
7368 >        Need unit test
7369 >
7370 > 2004-11-02 17:41  tim
7371 >
7372 >        * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
7373 >        initially added on branch new_design.
7374 >
7375 > 2004-11-02 17:41  tim
7376 >
7377 >        * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
7378 >        branch new_design.
7379 >
7380 > 2004-11-02 11:59  tim
7381 >
7382 >        * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
7383 >        branch new_design.
7384 >
7385 > 2004-11-02 11:59  tim
7386 >
7387 >        * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
7388 >        SimSnapshotManager.hpp: SimModel in progress
7389 >
7390 > 2004-11-02 10:28  chrisfen
7391 >
7392 >        * src/: UseTheForce/DarkSide/shapes.F90,
7393 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
7394 >        looks like it's working
7395 >
7396 > 2004-11-02 10:27  tim
7397 >
7398 >        * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
7399 >        functions for dealing with memory issue
7400 >
7401 > 2004-11-02 10:27  tim
7402 >
7403 >        * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
7404 >        added on branch new_design.
7405 >
7406 > 2004-11-02 10:23  tim
7407 >
7408 >        * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
7409 >        brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
7410 >        SimModel(something similar as SimInfo)
7411 >
7412 > 2004-11-01 17:52  tim
7413 >
7414 >        * src/: applications/simpleBuilder/MoLocator.hpp,
7415 >        applications/simpleBuilder/simpleBuilder.cpp,
7416 >        brains/DataStorage.hpp, brains/ForceFields.cpp,
7417 >        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Thermo.cpp,
7418 >        constraints/ZConstraint.cpp, integrators/Integrator.cpp,
7419 >        integrators/NPT.cpp, integrators/NVT.cpp, io/DumpWriter.cpp,
7420 >        math/SquareMatrix3.hpp, math/Vector3.hpp,
7421 >        minimizers/OOPSEMinimizer.cpp, primitives/Bend.hpp,
7422 >        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
7423 >        primitives/Molecule.cpp, primitives/Molecule.hpp,
7424 >        primitives/RigidBody.hpp, primitives/Torsion.hpp,
7425 >        restraints/Restraints.cpp, types/TorsionType.hpp,
7426 >        utils/PropertyMap.hpp, utils/StringTokenizer.hpp,
7427 >        visitors/AtomVisitor.cpp, visitors/BaseVisitor.hpp,
7428 >        visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
7429 >        RigidBody and StuntDouble classes get compiled
7430 >
7431 > 2004-11-01 16:40  tim
7432 >
7433 >        * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
7434 >        on branch new_design.
7435 >
7436 > 2004-11-01 16:40  tim
7437 >
7438 >        * src/primitives/Bend.hpp: file Bend.hpp was initially added on
7439 >        branch new_design.
7440 >
7441 > 2004-11-01 16:40  tim
7442 >
7443 >        * src/primitives/Bond.hpp: file Bond.hpp was initially added on
7444 >        branch new_design.
7445 >
7446 > 2004-11-01 16:40  tim
7447 >
7448 >        * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
7449 >        version of Bond, Bend and Torsion.
7450 >
7451 > 2004-11-01 16:37  tim
7452 >
7453 >        * src/types/BendType.hpp: file BendType.hpp was initially added on
7454 >        branch new_design.
7455 >
7456 > 2004-11-01 16:37  tim
7457 >
7458 >        * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
7459 >        BondType, BendType, TorsionType
7460 >
7461 > 2004-11-01 16:37  tim
7462 >
7463 >        * src/types/TorsionType.hpp: file TorsionType.hpp was initially
7464 >        added on branch new_design.
7465 >
7466 > 2004-11-01 16:37  tim
7467 >
7468 >        * src/types/BondType.hpp: file BondType.hpp was initially added on
7469 >        branch new_design.
7470 >
7471 > 2004-11-01 15:15  tim
7472 >
7473 >        * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
7474 >        CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
7475 >        GhostBend.cpp, Makefile, Molecule.cpp, Molecule.hpp, RigidBody.cpp,
7476 >        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
7477 >        break, break and break.....
7478 >
7479 > 2004-11-01 14:57  tim
7480 >
7481 >        * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
7482 >        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
7483 >        StuntDouble.hpp: these core classes get compiled
7484 >
7485 > 2004-10-29 18:37  tim
7486 >
7487 >        * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
7488 >        class
7489 >
7490 > 2004-10-29 18:28  chrisfen
7491 >
7492 >        * src/: UseTheForce/DarkSide/atype.F90,
7493 >        UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
7494 >        types/ShapeAtomType.cpp: still debugging
7495 >
7496 > 2004-10-29 18:28  chrisfen
7497 >
7498 >        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
7499 >        shapes rcut calculator added
7500 >
7501 > 2004-10-29 18:27  chrisfen
7502 >
7503 >        * samples/shape/linear.md: shorter run
7504 >
7505 > 2004-10-29 16:54  tim
7506 >
7507 >        * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
7508 >
7509 > 2004-10-29 12:22  tim
7510 >
7511 >        * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
7512 >        ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
7513 >        some deprecated files
7514 >
7515 > 2004-10-29 12:20  tim
7516 >
7517 >        * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
7518 >        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
7519 >        More painful reconstruction is coming !!!
7520 >
7521 > 2004-10-28 18:34  tim
7522 >
7523 >        * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
7524 >        test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
7525 >        test/brains/RigidBody.cpp, test/brains/RigidBody.hpp,
7526 >        test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
7527 >        DirectionalAtom and RigidBody
7528 >
7529 > 2004-10-28 18:26  tim
7530 >
7531 >        * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
7532 >        src/applications/simpleBuilder/MoLocator.cpp,
7533 >        src/applications/simpleBuilder/Vector3d.hpp,
7534 >        src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
7535 >        remove old Vector3d.hpp from application/simpleBuilder
7536 >
7537 > 2004-10-28 17:42  tim
7538 >
7539 >        * src/utils/next_combination.hpp: Minor change in next_combination
7540 >
7541 > 2004-10-28 17:28  tim
7542 >
7543 >        * src/utils/next_combination.hpp,
7544 >        test/utils/NextCombinationTestCase.cpp,
7545 >        test/utils/ReplaceWildCardTestCase.cpp: Done with combination
7546 >
7547 > 2004-10-28 17:11  tim
7548 >
7549 >        * src/utils/next_combination.hpp: change documentation of
7550 >        next_combination.hpp
7551 >
7552 > 2004-10-28 16:41  tim
7553 >
7554 >        * ChangeLog, src/utils/next_combination.hpp,
7555 >        test/utils/NextCombinationTestCase.cpp,
7556 >        test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
7557 >
7558 > 2004-10-28 16:01  tim
7559 >
7560 >        * src/utils/next_combination.hpp: adding replace wildcard function
7561 >
7562 > 2004-10-28 15:33  tim
7563 >
7564 >        * src/utils/next_combination.hpp: Minor change
7565 >
7566 > 2004-10-28 15:06  tim
7567 >
7568 >        * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
7569 >        src/applications/simpleBuilder/simpleBuilder.cpp,
7570 >        src/utils/next_combination.hpp, test/utils/Makefile,
7571 >        test/utils/NextCombinationTestCase.cpp,
7572 >        test/utils/ReplaceWildCardTestCase.cpp,
7573 >        test/utils/next_combination.hpp: STL next_permutation like
7574 >        next_combination is working
7575 >
7576 > 2004-10-28 13:22  chrisfen
7577 >
7578 >        * src/UseTheForce/WATER.cpp: fix of setDipoles
7579 >
7580 > 2004-10-28 13:20  gezelter
7581 >
7582 >        * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
7583 >        shapeFile
7584 >
7585 > 2004-10-28 13:20  gezelter
7586 >
7587 >        * samples/shape/linear.md: forgot the orientation line
7588 >
7589 > 2004-10-28 12:56  gezelter
7590 >
7591 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7592 >        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
7593 >        UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
7594 >        declaration foo
7595 >
7596 > 2004-10-28 12:55  gezelter
7597 >
7598 >        * samples/lipid/5x5.md: uncommented .in line
7599 >
7600 > 2004-10-28 11:42  tim
7601 >
7602 >        * test/utils/: Makefile, NextCombinationTestCase.cpp,
7603 >        NextCombinationTestCase.hpp, next_combination.hpp: next_combination
7604 >        in progress
7605 >
7606 > 2004-10-28 11:15  tim
7607 >
7608 >        * test/utils/: NextCombinationTestCase.cpp,
7609 >        NextCombinationTestCase.hpp: adding next_combination test case
7610 >
7611 > 2004-10-28 11:02  tim
7612 >
7613 >        * test/utils/next_combination.hpp: STL Compatible combination
7614 >        sequence generator
7615 >
7616 > 2004-10-28 02:23  tim
7617 >
7618 >        * test/utils/: GenerateCombination.hpp,
7619 >        ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
7620 >
7621 > 2004-10-28 02:16  tim
7622 >
7623 >        * test/utils/GenerateCombination.hpp: a STL next_permutaion like
7624 >        next_combination function.
7625 >
7626 > 2004-10-27 23:27  tim
7627 >
7628 >        * test/utils/ReplaceWildCard.hpp: no message
7629 >
7630 > 2004-10-27 23:14  tim
7631 >
7632 >        * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
7633 >        ReplaceWildCard(recursive version) is working, need refactoring. An
7634 >        iterative version is on the way
7635 >
7636 > 2004-10-27 22:28  tim
7637 >
7638 >        * test/utils/: Makefile, ReplaceWildCard.hpp,
7639 >        ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
7640 >
7641 > 2004-10-27 22:08  tim
7642 >
7643 >        * test/utils/: ReplaceWildCardTestCase.cpp,
7644 >        ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
7645 >
7646 > 2004-10-27 19:17  tim
7647 >
7648 >        * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
7649 >        test
7650 >
7651 > 2004-10-27 02:25  tim
7652 >
7653 >        * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
7654 >        char matching is on the way
7655 >
7656 > 2004-10-27 02:07  tim
7657 >
7658 >        * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
7659 >
7660 > 2004-10-26 23:00  gezelter
7661 >
7662 >        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
7663 >
7664 > 2004-10-26 22:20  gezelter
7665 >
7666 >        * src/UseTheForce/ForceFields.hpp: subclass foo
7667 >
7668 > 2004-10-26 22:16  gezelter
7669 >
7670 >        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
7671 >        string conversion
7672 >
7673 > 2004-10-26 20:01  gezelter
7674 >
7675 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7676 >        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
7677 >        brains/SimSetup.hpp: char* -> string
7678 >
7679 > 2004-10-26 18:25  gezelter
7680 >
7681 >        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
7682 >        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
7683 >        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
7684 >        isXXX
7685 >
7686 > 2004-10-26 18:25  gezelter
7687 >
7688 >        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
7689 >        define name collision
7690 >
7691 > 2004-10-26 18:24  gezelter
7692 >
7693 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7694 >        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
7695 >        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
7696 >        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7697 >        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
7698 >        forcefield refactoring for shapes
7699 >
7700 > 2004-10-26 18:24  gezelter
7701 >
7702 >        * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
7703 >        Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
7704 >        linear.md, linear.shape, toluene.shape: adding sample shape
7705 >        directory
7706 >
7707 > 2004-10-26 18:19  tim
7708 >
7709 >        * ChangeLog, src/brains/DataStorage.cpp,
7710 >        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
7711 >        test/brains/DataStorageTestCase.cpp,
7712 >        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
7713 >        DataStorage passes unit test
7714 >
7715 > 2004-10-26 14:03  chrisfen
7716 >
7717 >        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
7718 >        Changes to help advance shapes
7719 >
7720 > 2004-10-26 14:02  chrisfen
7721 >
7722 >        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
7723 >        Shapes force field reader
7724 >
7725 > 2004-10-26 13:28  tim
7726 >
7727 >        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
7728 >        SnapshotTestCase in progress
7729 >
7730 > 2004-10-25 18:46  tim
7731 >
7732 >        * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7733 >        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
7734 >        src/math/Vector3.hpp, test/brains/StuntDouble.hpp,
7735 >        test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp,
7736 >        test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
7737 >        and Vector classes
7738 >
7739 > 2004-10-25 13:03  tim
7740 >
7741 >        * ChangeLog, src/utils/GenericFactory.hpp,
7742 >        test/utils/GenericFactoryTestCase.cpp,
7743 >        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
7744 >        GenericFactory Test Case. GenericFactory now can bed used to creat
7745 >        ForcefieldFactory and IntegratorFactory etc.
7746 >
7747 > 2004-10-25 00:08  tim
7748 >
7749 >        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
7750 >        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
7751 >        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
7752 >        get reconstructed
7753 >
7754 > 2004-10-24 03:55  tim
7755 >
7756 >        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
7757 >
7758 > 2004-10-23 19:09  tim
7759 >
7760 >        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
7761 >        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
7762 >        RigidBody.cpp: Refactoring in progress
7763 >
7764 > 2004-10-22 19:09  tim
7765 >
7766 >        * ChangeLog, src/brains/Snapshot.hpp,
7767 >        src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
7768 >        test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
7769 >        test/brains/StuntDouble.hpp: more work in Snapshot
7770 >
7771 > 2004-10-22 18:59  chrisfen
7772 >
7773 >        * src/: UseTheForce/LJFF.cpp,
7774 >        UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
7775 >        god!  It runs and conserves energy!
7776 >
7777 > 2004-10-22 18:54  chrisfen
7778 >
7779 >        * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
7780 >
7781 > 2004-10-22 18:53  chrisfen
7782 >
7783 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7784 >        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
7785 >        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7786 >        brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
7787 >        breakey
7788 >
7789 > 2004-10-22 18:53  chrisfen
7790 >
7791 >        * make/Makefile.in: compiler flags
7792 >
7793 > 2004-10-22 17:20  gezelter
7794 >
7795 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7796 >        UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
7797 >        brains/fSimulation.h, types/AtomType.hpp,
7798 >        types/DirectionalAtomType.hpp: fixey fixey
7799 >
7800 > 2004-10-22 16:22  gezelter
7801 >
7802 >        * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
7803 >        charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
7804 >        lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
7805 >        fortran files and c/Fortran interfaces
7806 >
7807 > 2004-10-22 16:21  gezelter
7808 >
7809 >        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
7810 >        DirectionalAtomType.hpp, Makefile: More on AtomType and
7811 >        DirectionalAtomType
7812 >
7813 > 2004-10-22 10:47  gezelter
7814 >
7815 >        * src/types/AtomType.hpp: Adding AtomType
7816 >
7817 > 2004-10-21 17:31  tim
7818 >
7819 >        * ChangeLog, src/brains/Snapshot.hpp,
7820 >        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
7821 >        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
7822 >        src/math/Vector.hpp, src/math/Vector3.hpp,
7823 >        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
7824 >        Snapshot and SnapshotManager in progress
7825 >
7826 > 2004-10-21 17:30  tim
7827 >
7828 >        * test/brains/: BrainsTest.cpp, Makefile,
7829 >        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
7830 >        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
7831 >        Snapshot and snapshotManager.
7832 >
7833 > 2004-10-21 16:15  gezelter
7834 >
7835 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7836 >        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7837 >        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
7838 >        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7839 >        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
7840 >        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
7841 >        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
7842 >        Fixey Fixey.
7843 >
7844 > 2004-10-21 12:32  tim
7845 >
7846 >        * src/utils/GenericData.cpp, src/utils/Makefile,
7847 >        test/utils/Makefile, test/utils/UtilTest: remove some junk files
7848 >
7849 > 2004-10-21 12:24  tim
7850 >
7851 >        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
7852 >
7853 > 2004-10-21 12:22  tim
7854 >
7855 >        * ChangeLog, src/brains/SimSetup.cpp,
7856 >        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
7857 >        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
7858 >        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
7859 >        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
7860 >        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
7861 >        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
7862 >        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
7863 >        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
7864 >        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
7865 >        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
7866 >        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
7867 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
7868 >        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
7869 >        GenericData
7870 >
7871 > 2004-10-21 11:25  chuckv
7872 >
7873 >        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
7874 >        module.
7875 >
7876 > 2004-10-21 11:24  chuckv
7877 >
7878 >        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
7879 >        fortran lj module.
7880 >
7881 > 2004-10-20 18:54  tim
7882 >
7883 >        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
7884 >        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
7885 >        test/utils/PropertyMapTestCase.cpp,
7886 >        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
7887 >        GenericData and PropertyMap  pass unit test.
7888 >
7889 > 2004-10-20 17:52  gezelter
7890 >
7891 >        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
7892 >        DarkSide/sticky_interface.h: fixed a fortran name problem
7893 >
7894 > 2004-10-20 17:38  tim
7895 >
7896 >        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
7897 >        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
7898 >        UtilTest, UtilTest.cpp: adding generic data test case
7899 >
7900 > 2004-10-20 17:16  chuckv
7901 >
7902 >        * configure, ac-tools/aclocal.m4,
7903 >        src/UseTheForce/DarkSide/Makefile,
7904 >        src/UseTheForce/DarkSide/mpiSimulation.F90,
7905 >        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
7906 >        src/UseTheForce/DarkSide/simParallel.F90,
7907 >        src/UseTheForce/DarkSide/simParallel_interface.h,
7908 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
7909 >        Fortran/C++ interface de-obfuscation project appears to be
7910 >        complete!  Woo hoo!
7911 >
7912 > 2004-10-20 16:47  chuckv
7913 >
7914 >        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
7915 >        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
7916 >        continues
7917 >
7918 > 2004-10-20 16:46  chuckv
7919 >
7920 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7921 >        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7922 >        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
7923 >        UseTheForce/doForces_interface.h,
7924 >        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
7925 >        UseTheForce/DarkSide/atype_interface.h,
7926 >        UseTheForce/DarkSide/eam_interface.h,
7927 >        UseTheForce/DarkSide/gb_interface.h,
7928 >        UseTheForce/DarkSide/mpiSimulation_interface.h,
7929 >        UseTheForce/DarkSide/shapes_interface.h,
7930 >        UseTheForce/DarkSide/simulation_interface.h,
7931 >        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
7932 >        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
7933 >        de-obfuscation project (It is a very long story)
7934 >
7935 > 2004-10-20 14:07  tim
7936 >
7937 >        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
7938 >        test/math/SquareMatrix3TestCase.cpp,
7939 >        test/math/SquareMatrixTestCase.cpp,
7940 >        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
7941 >
7942 > 2004-10-20 01:52  tim
7943 >
7944 >        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
7945 >        SnapshotManager in design phase
7946 >
7947 > 2004-10-20 00:54  gezelter
7948 >
7949 >        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
7950 >        problem prevented linking
7951 >
7952 > 2004-10-20 00:54  gezelter
7953 >
7954 >        * src/UseTheForce/Shapes_FF.cpp: fixed include
7955 >
7956 > 2004-10-20 00:26  gezelter
7957 >
7958 >        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
7959 >        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
7960 >        more fortran name mangling
7961 >
7962 > 2004-10-20 00:23  gezelter
7963 >
7964 >        * src/profiling/timing.F90: yet more fortran renaming
7965 >
7966 > 2004-10-20 00:19  gezelter
7967 >
7968 >        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
7969 >        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
7970 >        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
7971 >        wrappers.F90: Fortran name cleanup continues
7972 >
7973 > 2004-10-20 00:12  gezelter
7974 >
7975 >        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
7976 >        broken fortran stuff
7977 >
7978 > 2004-10-20 00:02  gezelter
7979 >
7980 >        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
7981 >        atype_interface.h, atype_module.F90, atype_module_interface.h,
7982 >        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
7983 >        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
7984 >        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
7985 >        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
7986 >        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
7987 >        mpiSimulation_interface.h, mpiSimulation_module.F90,
7988 >        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
7989 >        shapes_interface.h, shapes_module.h, simulation.F90,
7990 >        simulation_interface.h, simulation_module.F90,
7991 >        simulation_module_interface.h, sticky.F90, sticky_interface.h,
7992 >        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
7993 >        name sanity on the fortran side
7994 >
7995 > 2004-10-19 20:18  tim
7996 >
7997 >        * test/math/SquareMatrix3TestCase.hpp: [no log message]
7998 >
7999 > 2004-10-19 19:01  tim
8000 >
8001 >        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
8002 >        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
8003 >        except diagonalize(), all of functions in math library pass the
8004 >        test
8005 >
8006 > 2004-10-19 18:43  chuckv
8007 >
8008 >        * src/UseTheForce/do_Forces.h: Added correct prototypes for
8009 >        C-fortran interface functions.
8010 >
8011 > 2004-10-19 18:37  chuckv
8012 >
8013 >        * src/UseTheForce/DarkSide/: atype_module_interface.h,
8014 >        eam_module_inteface.h, gb_module_interface.h,
8015 >        mpisimulation_module_interface.h, simulation_module_interface.h,
8016 >        sticky_pair_module_interface.h: Added correct prototypes for
8017 >        C-fortran interface functions.
8018 >
8019 > 2004-10-19 17:28  tim
8020 >
8021 >        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
8022 >        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
8023 >        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
8024 >        test/math/RectMatrixTestCase.cpp,
8025 >        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
8026 >        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
8027 >        bugs get fixed at math library
8028 >
8029 > 2004-10-19 16:43  chuckv
8030 >
8031 >        * src/UseTheForce/: DarkSide/atype_module_interface.h,
8032 >        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
8033 >        DarkSide/mpisimulation_module_interface.h,
8034 >        DarkSide/simulation_module_interface.h,
8035 >        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
8036 >        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
8037 >        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
8038 >        DarkSide/simulation_module.F90, do_Forces.F90,
8039 >        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
8040 >        notifycutoffs_module_interface.h: Added new files for fortran
8041 >        interface.
8042 >
8043 > 2004-10-19 16:43  gezelter
8044 >
8045 >        * src/UseTheForce/Makefile: regressing
8046 >
8047 > 2004-10-19 16:40  gezelter
8048 >
8049 >        * src/: UseTheForce/DarkSide/calc_shapes.F90,
8050 >        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
8051 >        working on shapes for portability
8052 >
8053 > 2004-10-19 16:40  gezelter
8054 >
8055 >        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
8056 >
8057 > 2004-10-19 14:21  chrisfen
8058 >
8059 >        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
8060 >        findBegin
8061 >
8062 > 2004-10-19 00:34  tim
8063 >
8064 >        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
8065 >        are fixed in Vector class
8066 >
8067 > 2004-10-19 00:28  tim
8068 >
8069 >        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
8070 >        some bugs in RectMatrixTestCase
8071 >
8072 > 2004-10-19 00:21  tim
8073 >
8074 >        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
8075 >        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
8076 >        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
8077 >        test/math/VectorTestCase.hpp: implement more test cases
8078 >
8079 > 2004-10-18 19:13  tim
8080 >
8081 >        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
8082 >        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
8083 >        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
8084 >        src/utils/StringTokenizer.hpp, test/math/Makefile,
8085 >        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
8086 >        tests on math library
8087 >
8088 > 2004-10-18 17:03  tim
8089 >
8090 >        * test/math/: Makefile, QuaternionTestCase.cpp,
8091 >        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
8092 >        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
8093 >        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
8094 >        more testing units
8095 >
8096 > 2004-10-18 13:07  tim
8097 >
8098 >        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
8099 >        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
8100 >        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
8101 >        utils/GenericFactory.hpp: fix some bugs in Quaternion class
8102 >
8103 > 2004-10-18 12:30  gezelter
8104 >
8105 >        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
8106 >        Your basic run of the mill real-valued versions of Y_l^m(\theta,
8107 >        \phi)
8108 >
8109 > 2004-10-18 12:29  gezelter
8110 >
8111 >        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
8112 >        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
8113 >        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
8114 >        Shapes into OOPSE
8115 >
8116 > 2004-10-18 11:21  gezelter
8117 >
8118 >        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
8119 >
8120 > 2004-10-18 01:23  tim
8121 >
8122 >        * test/math/VectorTestCase.hpp: adding  vector test case
8123 >
8124 > 2004-10-18 01:23  tim
8125 >
8126 >        * src/utils/GenericFactory.hpp: adding generic factory and vector
8127 >        test case
8128 >
8129 > 2004-10-16 21:19  tim
8130 >
8131 >        * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
8132 >        SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
8133 >        progress
8134 >
8135 > 2004-10-15 21:31  tim
8136 >
8137 >        * src/math/Quaternion.hpp: add quaternion class
8138 >
8139 > 2004-10-15 17:11  tim
8140 >
8141 >        * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
8142 >        IfstrstreamTestCase.hpp: adding test file
8143 >
8144 > 2004-10-15 17:10  tim
8145 >
8146 >        * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
8147 >
8148 > 2004-10-15 16:42  tim
8149 >
8150 >        * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
8151 >
8152 > 2004-10-15 16:35  tim
8153 >
8154 >        * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
8155 >
8156 > 2004-10-15 16:34  tim
8157 >
8158 >        * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
8159 >        namespace oopse
8160 >
8161 > 2004-10-15 15:38  chuckv
8162 >
8163 >        * configure, ac-tools/aclocal.m4: Changed optimization flags for
8164 >        XLF and XLC.
8165 >
8166 > 2004-10-15 14:28  tim
8167 >
8168 >        * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
8169 >        adding ifstrstream test case
8170 >
8171 > 2004-10-15 14:20  tim
8172 >
8173 >        * src/io/basic_ifstrstream.hpp: fix include
8174 >
8175 > 2004-10-15 14:18  tim
8176 >
8177 >        * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
8178 >
8179 > 2004-10-15 14:17  tim
8180 >
8181 >        * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
8182 >
8183 > 2004-10-15 14:16  tim
8184 >
8185 >        * test/io/: Makefile, ifstrstreamTestCase.cpp,
8186 >        ifstrstreamTestCase.hpp: adding test case for ifstrstream
8187 >
8188 > 2004-10-15 11:37  tim
8189 >
8190 >        * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
8191 >        ifstrstreamTestCase.hpp: add ifstrstreamTestCase
8192 >
8193 > 2004-10-15 11:20  tim
8194 >
8195 >        * src/io/basic_ifstrstream.hpp: add checkFilename Option
8196 >
8197 > 2004-10-15 11:19  tim
8198 >
8199 >        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
8200 >        SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
8201 >        SquareMatrixTestCase class
8202 >
8203 > 2004-10-15 03:52  tim
8204 >
8205 >        * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
8206 >
8207 > 2004-10-14 19:28  tim
8208 >
8209 >        * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
8210 >        Vector.hpp: math library in progress
8211 >
8212 > 2004-10-14 19:27  tim
8213 >
8214 >        * src/io/FileReader.hpp: FileReader in progress
8215 >
8216 > 2004-10-13 19:53  tim
8217 >
8218 >        * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
8219 >        test in isOrthogonal of SquareMatrix is failed by some reasons
8220 >
8221 > 2004-10-13 18:28  tim
8222 >
8223 >        * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
8224 >        class
8225 >
8226 > 2004-10-13 18:27  tim
8227 >
8228 >        * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
8229 >        RectMatrixTestCase.hpp: adding testing unit
8230 >
8231 > 2004-10-13 18:24  tim
8232 >
8233 >        * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
8234 >
8235 > 2004-10-13 02:51  tim
8236 >
8237 >        * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
8238 >        Vector3.hpp: refactory vector and matrix classes
8239 >
8240 > 2004-10-13 02:50  tim
8241 >
8242 >        * src/math/Vector3d.hpp: Remove some Makefile.in
8243 >
8244 > 2004-10-12 19:57  tim
8245 >
8246 >        * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
8247 >        Matrix3x3d.hpp
8248 >
8249 > 2004-10-12 15:08  tim
8250 >
8251 >        * doc/: cppstyle.html, style.css: adding c++ coding style
8252 >
8253 > 2004-10-11 18:15  tim
8254 >
8255 >        * src/: constraints/AbstractClasses.hpp,
8256 >        integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
8257 >        change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
8258 >
8259 > 2004-10-11 17:54  tim
8260 >
8261 >        * scripts/filepp: fix a bug in filepp
8262 >
8263 > 2004-10-11 17:13  tim
8264 >
8265 >        * make/Makefile.in: using filepp to generate dependencies instead
8266 >        of compilers
8267 >
8268 > 2004-10-11 17:10  tim
8269 >
8270 >        * scripts/filepp: filepp can be used to generate dependencies for
8271 >        c/c++ now
8272 >
8273 > 2004-10-11 14:40  tim
8274 >
8275 >        * make/Makefile.in: remove -module from F90Options
8276 >
8277 > 2004-10-11 14:01  tim
8278 >
8279 >        * make/Makefile.in: adding rules to move fortran 90 module to
8280 >        target directory
8281 >
8282 > 2004-10-11 11:43  gezelter
8283 >
8284 >        * make/Makefile.in: fixed makefile.in
8285 >
8286 > 2004-10-11 10:51  tim
8287 >
8288 >        * scripts/filepp: remove "use bytes" which causes problem in sgi
8289 >        machine
8290 >
8291 > 2004-10-11 10:26  tim
8292 >
8293 >        * forceFields/Makefile: add Makefile
8294 >
8295 > 2004-10-11 10:23  tim
8296 >
8297 >        * samples/: water/dimer/Makefile, water/spce/Makefile,
8298 >        water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
8299 >        water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
8300 >        directory
8301 >
8302 > 2004-10-11 10:23  tim
8303 >
8304 >        * samples/argon/Makefile: remove argon.dump and argon.eor from
8305 >        Makefile
8306 >
8307 > 2004-10-09 02:01  tim
8308 >
8309 >        * samples/: alkane/Makefile.in, argon/Makefile.in,
8310 >        lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
8311 >        Remove some Makefile.in
8312 >
8313 > 2004-10-08 19:15  tim
8314 >
8315 >        * make/Makefile.in: [no log message]
8316 >
8317 > 2004-10-08 18:51  tim
8318 >
8319 >        * make/Makefile.in: fix make install
8320 >
8321 > 2004-10-08 18:10  tim
8322 >
8323 >        * make/Makefile.in: adding make install
8324 >
8325 > 2004-10-08 18:04  tim
8326 >
8327 >        * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
8328 >        metals/Makefile, minimizer/Makefile, water/Makefile.in,
8329 >        water/dimer/Makefile, water/dimer/Makefile.in, water/spce/Makefile,
8330 >        water/spce/Makefile.in, water/ssd/Makefile, water/ssd/Makefile.in,
8331 >        water/ssde/Makefile, water/ssde/Makefile.in,
8332 >        water/tip3p_ice/Makefile, water/tip3p_ice/Makefile.in,
8333 >        water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
8334 >        zcons/Makefile.in: add Makefile to sample directory
8335 >
8336 > 2004-10-06 19:03  gezelter
8337 >
8338 >        * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
8339 >        stuff
8340 >
8341 > 2004-10-06 19:03  gezelter
8342 >
8343 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
8344 >        make/Doxyfile, src/applications/getopt.c,
8345 >        src/applications/getopt1.c, src/applications/gnugetopt.h: more
8346 >        build fixes
8347 >
8348 > 2004-10-06 18:20  tim
8349 >
8350 >        * make/: Doxyfile, Makefile.in: adding doxygen configuration file
8351 >
8352 > 2004-10-06 18:19  tim
8353 >
8354 >        * scripts/filepp: filepp can handle different fortran module case
8355 >        and suffix
8356 >
8357 > 2004-10-06 17:27  gezelter
8358 >
8359 >        * src/restraints/Restraints.cpp: Chris doesn't know about the
8360 >        OOPSE-2.0 directory structure yet
8361 >
8362 > 2004-10-06 17:27  gezelter
8363 >
8364 >        * ChangeLog: Yeah yeah, we'lll get around to it later
8365 >
8366 > 2004-10-06 17:22  gezelter
8367 >
8368 >        * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
8369 >        make/Makefile.in: cleaning up build process
8370 >
8371 > 2004-10-06 16:01  chrisfen
8372 >
8373 >        * src/restraints/Restraints.cpp: made the file reading in
8374 >        restraints more intelligent - no longer gives uninformative seg
8375 >        faults
8376 >
8377 > 2004-10-06 15:55  gezelter
8378 >
8379 >        * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
8380 >
8381 > 2004-10-06 15:51  gezelter
8382 >
8383 >        * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
8384 >        scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
8385 >
8386 > 2004-10-06 14:53  tim
8387 >
8388 >        * make/: Makefile, Makefile.in: fix make statistics
8389 >
8390 > 2004-10-06 14:18  tim
8391 >
8392 >        * make/: Makefile, Makefile.in: adding GNU make functions to
8393 >        combine all of the static libraries to a big library
8394 >
8395 > 2004-10-05 18:57  tim
8396 >
8397 >        * make/: Makefile, Makefile.in:  adding shared library flag
8398 >
8399 > 2004-10-05 15:37  tim
8400 >
8401 >        * src/: Makefile, UseTheForce/Makefile,
8402 >        UseTheForce/mpiSimulation_module.F90,
8403 >        UseTheForce/DarkSide/Makefile,
8404 >        UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
8405 >        mpiSimulation_module to DarkSide
8406 >
8407 > 2004-10-05 15:35  tim
8408 >
8409 >        * make/: Makefile, Makefile.in: building MPI version;using static
8410 >        library instead of shared library
8411 >
8412 > 2004-10-05 10:14  tim
8413 >
8414 >        * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
8415 >        to filepp
8416 >
8417 > 2004-10-04 16:56  tim
8418 >
8419 >        * make/: Makefile, Makefile.in: add make cvslog
8420 >
8421 > 2004-10-04 12:24  gezelter
8422 >
8423 >        * make/: Makefile, Makefile.in: more work on the parallel build
8424 >
8425 > 2004-10-04 12:06  gezelter
8426 >
8427 >        * make/: Makefile, Makefile.in: changes to backport declare flags
8428 >
8429 > 2004-10-04 11:27  gezelter
8430 >
8431 >        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
8432 >        DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
8433 >        shapes
8434 >
8435 > 2004-10-02 00:40  tim
8436 >
8437 >        * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
8438 >
8439 > 2004-10-02 00:22  tim
8440 >
8441 >        * make/: Makefile, Makefile.in: add oopse_ as library prefix
8442 >
8443 > 2004-10-01 17:59  tim
8444 >
8445 >        * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
8446 >
8447 > 2004-10-01 17:22  gezelter
8448 >
8449 >        * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
8450 >        few minor build changes
8451 >
8452 > 2004-10-01 17:11  tim
8453 >
8454 >        * scripts/filepp: adding fortran90 make dependency tool
8455 >
8456 > 2004-09-30 11:41  tim
8457 >
8458 >        * make/: Makefile, Makefile.in: make clean is smart enough to only
8459 >        remove object files belong to current package.  turn off silent
8460 >        mode
8461 >
8462 > 2004-09-29 17:55  tim
8463 >
8464 >        * src/: Makefile, UseTheForce/Makefile,
8465 >        UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
8466 >        applications/oopse/Makefile, applications/simpleBuilder/Makefile,
8467 >        brains/Makedepend, brains/Makefile, constraints/Makefile,
8468 >        integrators/Makefile, io/Makefile, math/Makefile,
8469 >        minimizers/Makefile, primitives/Makefile, profiling/Makefile,
8470 >        restraints/Makefile, types/Makefile, utils/Makefile,
8471 >        visitors/Makefile: define DEV_ROOT as relative path
8472 >
8473 > 2004-09-29 17:54  tim
8474 >
8475 >        * make/: Makefile, Makefile.in: get the relative path by shell
8476 >        script
8477 >
8478 > 2004-09-29 17:32  tim
8479 >
8480 >        * make/Makefile: eliminate DEV_ROOT by relative path
8481 >
8482 > 2004-09-29 14:37  tim
8483 >
8484 >        * make/Makefile.in: add PackageLibs;  fix dependency rule
8485 >
8486 > 2004-09-29 13:57  gezelter
8487 >
8488 >        * configure, ac-tools/configure.in: updates
8489 >
8490 > 2004-09-29 13:56  gezelter
8491 >
8492 >        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
8493 >        make stuff
8494 >
8495 > 2004-09-29 13:46  tim
8496 >
8497 >        * Makefile: If makefile does not exist, print error message
8498 >
8499 > 2004-09-29 13:12  tim
8500 >
8501 >        * make/: Make.conf.in, Makefile: fix dependencies rule
8502 >
8503 > 2004-09-29 11:58  gezelter
8504 >
8505 >        * Makefile, make/Makefile: still working on build process
8506 >
8507 > 2004-09-29 11:00  tim
8508 >
8509 >        * make/Makefile: add print statment to rules
8510 >
8511 > 2004-09-29 10:59  tim
8512 >
8513 >        * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
8514 >        applications/dump2Xyz/Makefile, applications/oopse/Makefile,
8515 >        applications/simpleBuilder/Makefile, brains/Makefile,
8516 >        constraints/Makefile, integrators/Makefile, io/Makefile,
8517 >        math/Makefile, minimizers/Makefile, primitives/Makefile,
8518 >        profiling/Makefile, restraints/Makefile, types/Makefile,
8519 >        utils/Makefile, visitors/Makefile: change Makefile to relative path
8520 >
8521 > 2004-09-28 22:55  tim
8522 >
8523 >        * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
8524 >        which cause headache in bulding libutils
8525 >
8526 > 2004-09-28 19:24  tim
8527 >
8528 >        * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
8529 >        Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
8530 >        Lattice.cpp, Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
8531 >        LatticeFactory.cpp, LatticeFactory.hpp, MoLocator.cpp,
8532 >        MoLocator.hpp, Vector3d.hpp, cmdline.c, cmdline.h, nanoBuilder.cpp,
8533 >        nanoBuilder.hpp, oopse.cpp, simpleBuilder.cpp, simpleBuilder.ggo,
8534 >        simpleBuilderCmd.c, simpleBuilderCmd.h, dump2Xyz/Dump2XYZ.cpp,
8535 >        dump2Xyz/Dump2XYZ.ggo, dump2Xyz/Dump2XYZCmd.c,
8536 >        dump2Xyz/Dump2XYZCmd.h, dump2Xyz/Makefile, oopse/Makefile,
8537 >        oopse/oopse.cpp, simpleBuilder/BaseLattice.cpp,
8538 >        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
8539 >        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
8540 >        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
8541 >        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Make.ftemp.old,
8542 >        simpleBuilder/Makefile, simpleBuilder/MoLocator.cpp,
8543 >        simpleBuilder/MoLocator.hpp, simpleBuilder/Vector3d.hpp,
8544 >        simpleBuilder/simpleBuilder.cpp, simpleBuilder/simpleBuilder.ggo,
8545 >        simpleBuilder/simpleBuilderCmd.c, simpleBuilder/simpleBuilderCmd.h:
8546 >        change directory structure of application. Every executable file is
8547 >        replaced in seperate directory
8548 >
8549 > 2004-09-28 18:15  gezelter
8550 >
8551 >        * lib/dummy: Keep that lib around, please.
8552 >
8553 > 2004-09-28 18:14  gezelter
8554 >
8555 >        * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
8556 >        starting a configure version
8557 >
8558 > 2004-09-28 17:08  tim
8559 >
8560 >        * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
8561 >        UseTheForce/DarkSide/Makefile,
8562 >        UseTheForce/DarkSide/notifyCutoffs.F90,
8563 >        UseTheForce/DarkSide/simulation_module.F90, brains/Makedepend,
8564 >        brains/Makefile, brains/simulation_module.F90: move fortran files
8565 >        around to solve dependency problem
8566 >
8567 > 2004-09-28 16:43  tim
8568 >
8569 >        * Makefile, src/UseTheForce/ForceFields.hpp,
8570 >        src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
8571 >        src/applications/Makedepend, src/applications/Makefile,
8572 >        src/brains/Makedepend, src/brains/simulation_module.F90,
8573 >        src/integrators/AllIntegrator.hpp, src/math/Euler3.cpp,
8574 >        src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
8575 >        src/utils/Makefile: [no log message]
8576 >
8577 > 2004-09-28 16:41  tim
8578 >
8579 >        * make/Makefile, scripts/sfmakedepend: fix fortran dependency
8580 >        problem
8581 >
8582 > 2004-09-28 12:13  tim
8583 >
8584 >        * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
8585 >        src/io/Makefile: add yacc and lex rules
8586 >
8587 > 2004-09-27 16:24  tim
8588 >
8589 >        * make/Makefile: adding include path to F90Options
8590 >
8591 > 2004-09-27 16:13  tim
8592 >
8593 >        * make/Makefile: change suffix from .cc to .cpp
8594 >
8595 > 2004-09-24 12:27  tim
8596 >
8597 >        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8598 >        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
8599 >        UseTheForce/LJFF.cpp, UseTheForce/WATER.cpp,
8600 >        UseTheForce/do_Forces.F90, UseTheForce/fortranWrapDefines.hpp,
8601 >        UseTheForce/fortranWrappers.cpp, UseTheForce/fortranWrappers.hpp,
8602 >        UseTheForce/mpiForceField.c, UseTheForce/mpiSimulation_module.F90,
8603 >        UseTheForce/DarkSide/calc_LJ_FF.F90,
8604 >        UseTheForce/DarkSide/notifyCutoffs.F90,
8605 >        UseTheForce/DarkSide/switch_module.F90,
8606 >        applications/BaseLattice.cpp, applications/Dump2XYZ.cpp,
8607 >        applications/Dump2XYZCmd.c, applications/Lattice.cpp,
8608 >        applications/Lattice.hpp, applications/LatticeCreator.cpp,
8609 >        applications/LatticeCreator.hpp, applications/LatticeFactory.cpp,
8610 >        applications/MoLocator.cpp, applications/MoLocator.hpp,
8611 >        applications/cmdline.c, applications/nanoBuilder.cpp,
8612 >        applications/oopse.cpp, applications/simpleBuilder.cpp,
8613 >        applications/simpleBuilderCmd.c, brains/Exclude.cpp,
8614 >        brains/ForceFields.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
8615 >        brains/SimSetup.cpp, brains/SimSetup.hpp, brains/SimState.cpp,
8616 >        brains/SkipList.cpp, brains/Thermo.cpp, brains/Thermo.hpp,
8617 >        brains/mpiSimulation.cpp, brains/mpiSimulation.hpp,
8618 >        constraints/AbstractClasses.hpp, constraints/ZConstraint.cpp,
8619 >        integrators/AbstractClasses.hpp, integrators/Integrator.cpp,
8620 >        integrators/Integrator.hpp, integrators/NPT.cpp,
8621 >        integrators/NPTf.cpp, integrators/NPTi.cpp, integrators/NPTxyz.cpp,
8622 >        integrators/NVT.cpp, io/BASS_interface.cpp, io/BASS_parse.c,
8623 >        io/DumpReader.cpp, io/DumpWriter.cpp, io/Globals.cpp,
8624 >        io/Globals.hpp, io/InitializeFromFile.cpp, io/LinkedAssign.cpp,
8625 >        io/LinkedCommand.cpp, io/ReadWrite.hpp, io/StatWriter.cpp,
8626 >        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
8627 >        io/ZConsWriter.hpp, io/interface.c, io/make_nodes.c,
8628 >        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/parse_interface.h,
8629 >        io/parse_tree.c, io/parse_tree.h, math/Euler3.cpp, math/MatVec3.c,
8630 >        math/MatVec3.h, math/randomSPRNG.cpp,
8631 >        minimizers/CGFamilyMinimizer.cpp, minimizers/OOPSEMinimizer.cpp,
8632 >        minimizers/OOPSEMinimizer.hpp, minimizers/PRCG.cpp,
8633 >        minimizers/SDMinimizer.cpp, primitives/AbstractClasses.hpp,
8634 >        primitives/Atom.cpp, primitives/Atom.hpp, primitives/Bend.cpp,
8635 >        primitives/BendExtensions.cpp, primitives/Bond.cpp,
8636 >        primitives/BondExtensions.cpp, primitives/CutoffGroup.hpp,
8637 >        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
8638 >        primitives/GhostBend.cpp, primitives/Molecule.cpp,
8639 >        primitives/Molecule.hpp, primitives/RigidBody.cpp,
8640 >        primitives/RigidBody.hpp, primitives/SRI.hpp,
8641 >        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
8642 >        primitives/Torsion.cpp, primitives/TorsionExtensions.cpp,
8643 >        profiling/mdProfile.cpp, restraints/Restraints.cpp,
8644 >        restraints/Restraints.hpp, types/AtomStamp.cpp,
8645 >        types/AtomStamp.hpp, types/BendStamp.cpp, types/BendStamp.hpp,
8646 >        types/BondStamp.cpp, types/BondStamp.hpp, types/Component.cpp,
8647 >        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
8648 >        types/MakeStamps.cpp, types/MakeStamps.hpp,
8649 >        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
8650 >        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
8651 >        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
8652 >        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/GenericData.cpp,
8653 >        utils/StreamTokenizer.cpp, utils/StringUtils.c,
8654 >        utils/StringUtils.cpp, utils/Utility.cpp, utils/fError.c,
8655 >        utils/simError.c, visitors/AtomVisitor.cpp,
8656 >        visitors/AtomVisitor.hpp, visitors/CompositeVisitor.cpp,
8657 >        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
8658 >        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
8659 >        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
8660 >        visitors/ZconsVisitor.hpp: change the #include in source files
8661 >
8662 > 2004-09-24 00:16  gezelter
8663 >
8664 >        * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
8665 >        src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
8666 >        src/constraints/Makefile, src/constraints/ZConstraint.cpp,
8667 >        src/UseTheForce/DUFF.cpp, src/UseTheForce/EAM_FF.cpp,
8668 >        src/UseTheForce/ForceFields.cpp, src/UseTheForce/ForceFields.hpp,
8669 >        src/UseTheForce/LJFF.cpp, src/UseTheForce/Makefile,
8670 >        src/UseTheForce/WATER.cpp, src/UseTheForce/do_Forces.F90,
8671 >        src/UseTheForce/fForceField.h,
8672 >        src/UseTheForce/fSwitchingFunction.h,
8673 >        src/UseTheForce/fortranWrapDefines.hpp,
8674 >        src/UseTheForce/fortranWrappers.cpp,
8675 >        src/UseTheForce/fortranWrappers.hpp,
8676 >        src/UseTheForce/mpiComponentPlan.h,
8677 >        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
8678 >        src/UseTheForce/mpiSimulation_module.F90,
8679 >        src/UseTheForce/wrappers.F90, src/UseTheForce/DarkSide/Makefile,
8680 >        src/UseTheForce/DarkSide/atype_module.F90,
8681 >        src/UseTheForce/DarkSide/calc_LJ_FF.F90,
8682 >        src/UseTheForce/DarkSide/calc_charge_charge.F90,
8683 >        src/UseTheForce/DarkSide/calc_dipole_dipole.F90,
8684 >        src/UseTheForce/DarkSide/calc_eam.F90,
8685 >        src/UseTheForce/DarkSide/calc_gb.F90,
8686 >        src/UseTheForce/DarkSide/calc_reaction_field.F90,
8687 >        src/UseTheForce/DarkSide/calc_sticky_pair.F90,
8688 >        src/UseTheForce/DarkSide/force_globals.F90,
8689 >        src/UseTheForce/DarkSide/neighborLists.F90,
8690 >        src/UseTheForce/DarkSide/notifyCutoffs.F90,
8691 >        src/UseTheForce/DarkSide/switch_module.F90,
8692 >        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
8693 >        src/io/BASSlex.l, src/io/BASSyacc.y, src/io/DumpReader.cpp,
8694 >        src/io/DumpWriter.cpp, src/io/Globals.cpp,
8695 >        src/io/InitializeFromFile.cpp, src/io/LinkedAssign.hpp,
8696 >        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
8697 >        src/io/Makefile, src/io/ReadWrite.hpp, src/io/StatWriter.cpp,
8698 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
8699 >        src/io/ZConsWriter.hpp, src/io/interface.c, src/io/make_nodes.c,
8700 >        src/io/make_nodes.h, src/io/mpiBASS.c, src/io/mpiBASS.h,
8701 >        src/io/node_list.h, src/io/parse_interface.h, src/io/parse_me.h,
8702 >        src/io/parse_tree.c, src/io/parse_tree.h, src/types/AtomStamp.cpp,
8703 >        src/types/AtomStamp.hpp, src/types/BendStamp.cpp,
8704 >        src/types/BendStamp.hpp, src/types/BondStamp.cpp,
8705 >        src/types/BondStamp.hpp, src/types/Component.cpp,
8706 >        src/types/Component.hpp, src/types/CutoffGroupStamp.cpp,
8707 >        src/types/CutoffGroupStamp.hpp, src/types/MakeStamps.cpp,
8708 >        src/types/MakeStamps.hpp, src/types/Makefile,
8709 >        src/types/MoleculeStamp.cpp, src/types/MoleculeStamp.hpp,
8710 >        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
8711 >        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
8712 >        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
8713 >        src/applications/simpleBuilderCmd.h, src/brains/Exclude.cpp,
8714 >        src/brains/Exclude.hpp, src/brains/ForceFields.cpp,
8715 >        src/brains/Makedepend, src/brains/Makefile, src/brains/SimInfo.cpp,
8716 >        src/brains/SimInfo.hpp, src/brains/SimSetup.cpp,
8717 >        src/brains/SimSetup.hpp, src/brains/SimState.cpp,
8718 >        src/brains/SimState.hpp, src/brains/SkipList.cpp,
8719 >        src/brains/SkipList.hpp, src/brains/Thermo.cpp,
8720 >        src/brains/Thermo.hpp, src/brains/fSimulation.h,
8721 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
8722 >        src/brains/simulation_module.F90, src/io/BASS_interface.cpp,
8723 >        src/io/Globals.hpp, src/io/LinkedAssign.cpp,
8724 >        src/io/ZConsReader.cpp, src/math/Euler3.cpp, src/math/Euler3.hpp,
8725 >        src/math/Makefile, src/math/MatVec3.c, src/math/MatVec3.h,
8726 >        src/math/mt19937ar.c, src/math/randomSPRNG.cpp,
8727 >        src/math/randomSPRNG.hpp, src/minimizers/CGFamilyMinimizer.cpp,
8728 >        src/minimizers/Makefile, src/minimizers/MinimizerParameterSet.hpp,
8729 >        src/minimizers/OOPSEMinimizer.cpp,
8730 >        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
8731 >        src/minimizers/SDMinimizer.cpp, src/primitives/AbstractClasses.hpp,
8732 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
8733 >        src/primitives/Bend.cpp, src/primitives/BendExtensions.cpp,
8734 >        src/primitives/Bond.cpp, src/primitives/BondExtensions.cpp,
8735 >        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
8736 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
8737 >        src/primitives/Makefile, src/primitives/Molecule.cpp,
8738 >        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
8739 >        src/primitives/RigidBody.hpp, src/primitives/SRI.hpp,
8740 >        src/primitives/StuntDouble.cpp, src/primitives/StuntDouble.hpp,
8741 >        src/primitives/Torsion.cpp, src/primitives/TorsionExtensions.cpp,
8742 >        src/restraints/Makefile, src/restraints/Restraints.cpp,
8743 >        src/restraints/Restraints.hpp, src/utils/GenericData.cpp,
8744 >        src/utils/GenericData.hpp, src/utils/Makefile,
8745 >        src/utils/StreamTokenizer.cpp, src/utils/StreamTokenizer.hpp,
8746 >        src/utils/StringUtils.c, src/utils/StringUtils.cpp,
8747 >        src/utils/StringUtils.h, src/utils/StringUtils.hpp,
8748 >        src/utils/TypeInfo.hpp, src/utils/Utility.cpp,
8749 >        src/utils/Utility.hpp, src/utils/definitions_module.F90,
8750 >        src/utils/fError.c, src/utils/oopseMPI_module.F90,
8751 >        src/utils/simError.c, src/utils/simError.h,
8752 >        src/utils/status_module.F90, src/utils/vector_class.F90,
8753 >        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
8754 >        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
8755 >        src/visitors/CompositeVisitor.hpp, src/visitors/Makefile,
8756 >        src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
8757 >        src/visitors/RigidBodyVisitor.cpp,
8758 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
8759 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
8760 >        make/_files/style.css, samples/Makefile.in,
8761 >        samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
8762 >        samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
8763 >        samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
8764 >        samples/metals/Au_nanoparticle.md, samples/metals/Makefile.in,
8765 >        samples/zcons/Makefile.in, samples/zcons/water.md,
8766 >        samples/zcons/zconsFixed.in, samples/zcons/zconsFixed.md,
8767 >        samples/zcons/zconsMoving.in, samples/zcons/zconsMoving.md,
8768 >        src/applications/BaseLattice.cpp, src/applications/BaseLattice.hpp,
8769 >        src/applications/Dump2XYZ.cpp, src/applications/Dump2XYZ.ggo,
8770 >        src/applications/Dump2XYZCmd.c, src/applications/Dump2XYZCmd.h,
8771 >        src/applications/Lattice.cpp, src/applications/Lattice.hpp,
8772 >        src/applications/LatticeCreator.cpp,
8773 >        src/applications/LatticeCreator.hpp,
8774 >        src/applications/LatticeFactory.cpp,
8775 >        src/applications/LatticeFactory.hpp, src/applications/Makedepend,
8776 >        src/applications/Makefile, src/applications/MoLocator.cpp,
8777 >        src/applications/MoLocator.hpp, src/applications/Vector3d.hpp,
8778 >        src/applications/cmdline.c, src/applications/cmdline.h,
8779 >        src/applications/getopt.c, src/applications/getopt1.c,
8780 >        src/applications/gnugetopt.h, src/applications/nanoBuilder.cpp,
8781 >        src/applications/nanoBuilder.hpp, src/applications/oopse.cpp,
8782 >        src/applications/quickLate.c, src/applications/simpleBuilder.cpp,
8783 >        src/applications/simpleBuilder.ggo,
8784 >        src/applications/simpleBuilderCmd.c,
8785 >        src/integrators/AbstractClasses.hpp,
8786 >        src/integrators/AllIntegrator.hpp, src/integrators/Integrator.cpp,
8787 >        src/integrators/Integrator.hpp, src/integrators/Makefile,
8788 >        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
8789 >        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
8790 >        src/integrators/NVT.cpp, src/profiling/Makefile,
8791 >        src/profiling/mdProfile.cpp, src/profiling/mdProfile.hpp,
8792 >        src/profiling/timing.F90, samples/metals/Au_bulk.in,
8793 >        samples/metals/Au_nanoparticle.in, samples/metals/metals.md,
8794 >        samples/water/Makefile.in, samples/water/dimer/Makefile.in,
8795 >        samples/water/dimer/two.in, samples/water/dimer/two.md,
8796 >        samples/water/dimer/water.md, samples/water/spce/Makefile.in,
8797 >        samples/water/spce/spce.in, samples/water/spce/spce.md,
8798 >        samples/water/spce/water.md, samples/water/ssde/Makefile.in,
8799 >        samples/water/ssde/ssde.in, samples/water/ssde/ssde.md,
8800 >        samples/water/ssde/water.md, samples/water/tip3p_ice/Makefile.in,
8801 >        samples/water/tip3p_ice/tp3.in, samples/water/tip3p_ice/tp3.md,
8802 >        samples/water/tip3p_ice/water.md, samples/water/ssd/Makefile.in,
8803 >        samples/water/ssd/ssd.in, samples/water/ssd/ssd.md,
8804 >        samples/water/ssd/water.md, samples/water/tip4p/tp4.in,
8805 >        samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
8806 >        samples/alkane/Makefile.in, samples/alkane/alkanes.md,
8807 >        samples/alkane/butane.in, samples/alkane/butane.md,
8808 >        samples/argon/500.in, samples/argon/500.md,
8809 >        samples/argon/Makefile.in, samples/argon/ar864.in,
8810 >        samples/argon/ar864.md, samples/argon/argonNVT.in,
8811 >        samples/argon/argonNVT.md, samples/argon/lj.md,
8812 >        samples/lipid/5x5.in, samples/lipid/5x5.md,
8813 >        samples/lipid/Makefile.in, samples/lipid/lipid.md,
8814 >        samples/lipid/water.md, samples/minimizer/Makefile.in,
8815 >        samples/minimizer/WATER.frc, samples/minimizer/ssdEM.in,
8816 >        samples/minimizer/ssdEM.md, samples/minimizer/tip4p_two.in,
8817 >        samples/minimizer/tip4p_two.md, samples/minimizer/water.md,
8818 >        samples/water/tip4p/Makefile.in, forceFields/Ag.VC.funcfl,
8819 >        forceFields/Ag.u3.funcfl, forceFields/Ag.u6.funcfl,
8820 >        forceFields/Au.u6.funcfl, forceFields/Cu.VC.funcfl,
8821 >        forceFields/Cu.u3.funcfl, forceFields/Cu.u6.funcfl,
8822 >        forceFields/DUFF.frc, forceFields/DipoleTest.frc,
8823 >        forceFields/EAM.VC.frc, forceFields/EAM.frc,
8824 >        forceFields/EAM.u3.frc, forceFields/EAM.u6.frc,
8825 >        forceFields/Makefile.in, forceFields/Ni.u3.funcfl,
8826 >        forceFields/Ni.u6.funcfl, forceFields/Pd.VC.funcfl,
8827 >        forceFields/Pd.u6.funcfl, forceFields/Pt.u3.funcfl,
8828 >        forceFields/Pt.u6.funcfl, forceFields/WATER.frc, scripts/cleanSrc,
8829 >        scripts/cvs2cl.pl, scripts/makers, scripts/sfmakedepend,
8830 >        ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
8831 >        ac-tools/config.sub, ac-tools/configure.in, ac-tools/fortran90.m4,
8832 >        ac-tools/install-sh, ac-tools/shtool, doc/OOPSE.pdf,
8833 >        forceFields/Al.VC.funcfl, forceFields/Au.VC.funcfl,
8834 >        forceFields/Au.u3.funcfl, forceFields/LJFF.frc,
8835 >        forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
8836 >        forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
8837 >
8838 > 2004-09-24 00:16  gezelter
8839 >
8840 >        * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
8841 >        src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
8842 >        src/constraints/Makefile, src/constraints/ZConstraint.cpp,
8843 >        src/UseTheForce/DUFF.cpp, src/UseTheForce/EAM_FF.cpp,
8844 >        src/UseTheForce/ForceFields.cpp, src/UseTheForce/ForceFields.hpp,
8845 >        src/UseTheForce/LJFF.cpp, src/UseTheForce/Makefile,
8846 >        src/UseTheForce/WATER.cpp, src/UseTheForce/do_Forces.F90,
8847 >        src/UseTheForce/fForceField.h,
8848 >        src/UseTheForce/fSwitchingFunction.h,
8849 >        src/UseTheForce/fortranWrapDefines.hpp,
8850 >        src/UseTheForce/fortranWrappers.cpp,
8851 >        src/UseTheForce/fortranWrappers.hpp,
8852 >        src/UseTheForce/mpiComponentPlan.h,
8853 >        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
8854 >        src/UseTheForce/mpiSimulation_module.F90,
8855 >        src/UseTheForce/wrappers.F90, src/UseTheForce/DarkSide/Makefile,
8856 >        src/UseTheForce/DarkSide/atype_module.F90,
8857 >        src/UseTheForce/DarkSide/calc_LJ_FF.F90,
8858 >        src/UseTheForce/DarkSide/calc_charge_charge.F90,
8859 >        src/UseTheForce/DarkSide/calc_dipole_dipole.F90,
8860 >        src/UseTheForce/DarkSide/calc_eam.F90,
8861 >        src/UseTheForce/DarkSide/calc_gb.F90,
8862 >        src/UseTheForce/DarkSide/calc_reaction_field.F90,
8863 >        src/UseTheForce/DarkSide/calc_sticky_pair.F90,
8864 >        src/UseTheForce/DarkSide/force_globals.F90,
8865 >        src/UseTheForce/DarkSide/neighborLists.F90,
8866 >        src/UseTheForce/DarkSide/notifyCutoffs.F90,
8867 >        src/UseTheForce/DarkSide/switch_module.F90,
8868 >        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
8869 >        src/io/BASSlex.l, src/io/BASSyacc.y, src/io/DumpReader.cpp,
8870 >        src/io/DumpWriter.cpp, src/io/Globals.cpp,
8871 >        src/io/InitializeFromFile.cpp, src/io/LinkedAssign.hpp,
8872 >        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
8873 >        src/io/Makefile, src/io/ReadWrite.hpp, src/io/StatWriter.cpp,
8874 >        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
8875 >        src/io/ZConsWriter.hpp, src/io/interface.c, src/io/make_nodes.c,
8876 >        src/io/make_nodes.h, src/io/mpiBASS.c, src/io/mpiBASS.h,
8877 >        src/io/node_list.h, src/io/parse_interface.h, src/io/parse_me.h,
8878 >        src/io/parse_tree.c, src/io/parse_tree.h, src/types/AtomStamp.cpp,
8879 >        src/types/AtomStamp.hpp, src/types/BendStamp.cpp,
8880 >        src/types/BendStamp.hpp, src/types/BondStamp.cpp,
8881 >        src/types/BondStamp.hpp, src/types/Component.cpp,
8882 >        src/types/Component.hpp, src/types/CutoffGroupStamp.cpp,
8883 >        src/types/CutoffGroupStamp.hpp, src/types/MakeStamps.cpp,
8884 >        src/types/MakeStamps.hpp, src/types/Makefile,
8885 >        src/types/MoleculeStamp.cpp, src/types/MoleculeStamp.hpp,
8886 >        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
8887 >        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
8888 >        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
8889 >        src/applications/simpleBuilderCmd.h, src/brains/Exclude.cpp,
8890 >        src/brains/Exclude.hpp, src/brains/ForceFields.cpp,
8891 >        src/brains/Makedepend, src/brains/Makefile, src/brains/SimInfo.cpp,
8892 >        src/brains/SimInfo.hpp, src/brains/SimSetup.cpp,
8893 >        src/brains/SimSetup.hpp, src/brains/SimState.cpp,
8894 >        src/brains/SimState.hpp, src/brains/SkipList.cpp,
8895 >        src/brains/SkipList.hpp, src/brains/Thermo.cpp,
8896 >        src/brains/Thermo.hpp, src/brains/fSimulation.h,
8897 >        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
8898 >        src/brains/simulation_module.F90, src/io/BASS_interface.cpp,
8899 >        src/io/Globals.hpp, src/io/LinkedAssign.cpp,
8900 >        src/io/ZConsReader.cpp, src/math/Euler3.cpp, src/math/Euler3.hpp,
8901 >        src/math/Makefile, src/math/MatVec3.c, src/math/MatVec3.h,
8902 >        src/math/mt19937ar.c, src/math/randomSPRNG.cpp,
8903 >        src/math/randomSPRNG.hpp, src/minimizers/CGFamilyMinimizer.cpp,
8904 >        src/minimizers/Makefile, src/minimizers/MinimizerParameterSet.hpp,
8905 >        src/minimizers/OOPSEMinimizer.cpp,
8906 >        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
8907 >        src/minimizers/SDMinimizer.cpp, src/primitives/AbstractClasses.hpp,
8908 >        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
8909 >        src/primitives/Bend.cpp, src/primitives/BendExtensions.cpp,
8910 >        src/primitives/Bond.cpp, src/primitives/BondExtensions.cpp,
8911 >        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
8912 >        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
8913 >        src/primitives/Makefile, src/primitives/Molecule.cpp,
8914 >        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
8915 >        src/primitives/RigidBody.hpp, src/primitives/SRI.hpp,
8916 >        src/primitives/StuntDouble.cpp, src/primitives/StuntDouble.hpp,
8917 >        src/primitives/Torsion.cpp, src/primitives/TorsionExtensions.cpp,
8918 >        src/restraints/Makefile, src/restraints/Restraints.cpp,
8919 >        src/restraints/Restraints.hpp, src/utils/GenericData.cpp,
8920 >        src/utils/GenericData.hpp, src/utils/Makefile,
8921 >        src/utils/StreamTokenizer.cpp, src/utils/StreamTokenizer.hpp,
8922 >        src/utils/StringUtils.c, src/utils/StringUtils.cpp,
8923 >        src/utils/StringUtils.h, src/utils/StringUtils.hpp,
8924 >        src/utils/TypeInfo.hpp, src/utils/Utility.cpp,
8925 >        src/utils/Utility.hpp, src/utils/definitions_module.F90,
8926 >        src/utils/fError.c, src/utils/oopseMPI_module.F90,
8927 >        src/utils/simError.c, src/utils/simError.h,
8928 >        src/utils/status_module.F90, src/utils/vector_class.F90,
8929 >        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
8930 >        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
8931 >        src/visitors/CompositeVisitor.hpp, src/visitors/Makefile,
8932 >        src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
8933 >        src/visitors/RigidBodyVisitor.cpp,
8934 >        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
8935 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
8936 >        make/_files/style.css, samples/Makefile.in,
8937          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
8938          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
8939          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines