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

Comparing trunk/OOPSE-2.0/ChangeLog (file contents):
Revision 2116 by tim, Fri Mar 11 15:00:20 2005 UTC vs.
Revision 2310 by chrisfen, Mon Sep 19 23:21:46 2005 UTC

# Line 1 | Line 1
1 < 2005-03-11 00:43  chrisfen
1 > 2005-09-18 15:45  chrisfen
2  
3 +        * ChangeLog, samples/water/ssdrf/ssdrf.md,
4 +        src/UseTheForce/doForces.F90,
5 +        src/UseTheForce/doForces_interface.F90,
6 +        src/UseTheForce/doForces_interface.h,
7 +        src/UseTheForce/DarkSide/electrostatic.F90,
8 +        src/UseTheForce/DarkSide/electrostatic_interface.h,
9 +        src/brains/SimInfo.cpp: reaction field seems to work now, still
10 +        need to do some testing...
11 +
12 + 2005-09-16 18:04  chuckv
13 +
14 +        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
15 +        dump files.
16 +
17 + 2005-09-16 16:07  chrisfen
18 +
19 +        * src/: UseTheForce/doForces_interface.F90,
20 +        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
21 +        bug that ifc missed...
22 +
23 + 2005-09-16 15:36  chrisfen
24 +
25 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
26 +        fixing some summation method issues
27 +
28 + 2005-09-16 14:35  chrisfen
29 +
30 +        * src/brains/SimInfo.cpp: fixed a capitalization error
31 +
32 + 2005-09-16 14:34  chrisfen
33 +
34 +        * src/UseTheForce/: fElectrostaticSummationMethod.h,
35 +        DarkSide/fElectrostaticSummationMethod.h: moved a header file
36 +        around
37 +
38 + 2005-09-16 14:00  chrisfen
39 +
40 +        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
41 +        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
42 +        are known issues - particularly with reaction field...
43 +
44 + 2005-09-16 11:07  chrisfen
45 +
46 +        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
47 +        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
48 +        (cutting out the old way to do reaction field)
49 +
50 + 2005-09-15 17:05  gezelter
51 +
52 +        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
53 +        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
54 +        DarkSide/electrostatic_interface.F90,
55 +        DarkSide/electrostatic_interface.h: Working on adding WOLF
56 +
57 + 2005-09-15 14:17  tim
58 +
59 +        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
60 +        is called without calling getNFrames
61 +
62 + 2005-09-15 08:47  chrisfen
63 +
64 +        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
65 +
66 + 2005-09-14 21:48  chuckv
67 +
68 +        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
69 +        not initialized after creation. When maxval(gtypeMaxCutoff) was
70 +        called, the largest random garbage value was returned from the
71 +        array.
72 +
73 + 2005-09-14 19:14  chrisfen
74 +
75 +        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
76 +        io/Globals.hpp: changes to include the coulombicCorrection selector
77 +
78 + 2005-09-14 19:13  chrisfen
79 +
80 +        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
81 +        reactionField.F90: added in the undamped wolf, in the process of
82 +        doing the damped wolf
83 +
84 + 2005-09-14 19:13  chrisfen
85 +
86 +        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
87 +        doForces_interface.h, notifyCutoffs.F90: some changes to activate
88 +        the coulombicCorrection selector
89 +
90 + 2005-09-14 19:11  chrisfen
91 +
92 +        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
93 +
94 + 2005-09-14 19:11  chrisfen
95 +
96 +        * samples/argon/: 500.in, 500.md: Equilibrated the sample
97 +
98 + 2005-09-14 19:10  chrisfen
99 +
100 +        * forceFields/DUFF2.frc: re-added Cl- and Na+
101 +
102 + 2005-09-14 15:31  chuckv
103 +
104 +        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
105 +        eamAtypes instead of assuming a 1-1 correspondence to atypes.
106 +
107 + 2005-09-14 15:28  gezelter
108 +
109 +        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
110 +        do_prepair
111 +
112 + 2005-09-14 14:02  gezelter
113 +
114 +        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
115 +        createMixingMap routine.  It should now set doShift correctly
116 +
117 + 2005-09-07 17:44  chuckv
118 +
119 +        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
120 +
121 + 2005-09-07 17:23  chuckv
122 +
123 +        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
124 +        logical variables
125 +
126 + 2005-09-07 17:08  gezelter
127 +
128 +        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
129 +        algorithm
130 +
131 + 2005-09-07 15:46  gezelter
132 +
133 +        * src/: UseTheForce/doForces.F90,
134 +        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
135 +        UseTheForce/notifyCutoffs_interface.F90,
136 +        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
137 +        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
138 +        cutoff Policy
139 +
140 + 2005-09-07 14:18  gezelter
141 +
142 +        * src/UseTheForce/doForces.F90: Some bug hunting
143 +
144 + 2005-09-07 14:18  gezelter
145 +
146 +        * samples/argon/argonNVT.md: Just a longer test
147 +
148 + 2005-09-06 12:32  chuckv
149 +
150 +        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
151 +        etc..
152 +
153 + 2005-09-01 17:56  gezelter
154 +
155 +        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
156 +        zero
157 +
158 + 2005-09-01 15:17  gezelter
159 +
160 +        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
161 +        createGtypeCutoffMap
162 +
163 + 2005-08-30 13:23  chrisfen
164 +
165 +        * src/: UseTheForce/doForces.F90,
166 +        UseTheForce/doForces_interface.F90,
167 +        UseTheForce/doForces_interface.h,
168 +        UseTheForce/DarkSide/electrostatic.F90,
169 +        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
170 +        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
171 +        changes for implementing the wolf potential
172 +
173 + 2005-08-26 17:39  chrisfen
174 +
175 +        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
176 +
177 + 2005-08-26 16:30  chrisfen
178 +
179 +        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
180 +        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
181 +        some probably nonfunctional get*cut routines
182 +
183 + 2005-08-26 15:34  chuckv
184 +
185 +        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
186 +
187 + 2005-08-26 11:36  gezelter
188 +
189 +        * src/UseTheForce/doForces.F90: fixing some of the problems in the
190 +        interactionHash and gtypeCutoff routines
191 +
192 + 2005-08-17 10:26  gezelter
193 +
194 +        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
195 +        DarkSide/simulation.F90: added fCutoffPolicy.h
196 +
197 + 2005-08-11 16:04  gezelter
198 +
199 +        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
200 +        progress
201 +
202 + 2005-08-10 14:17  gezelter
203 +
204 +        * src/primitives/StuntDouble.hpp: putting spaceballs back where
205 +        they belong
206 +
207 + 2005-08-09 17:33  gezelter
208 +
209 +        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
210 +        Jones module
211 +
212 + 2005-08-09 17:33  gezelter
213 +
214 +        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
215 +
216 + 2005-08-09 14:40  chuckv
217 +
218 +        * src/UseTheForce/doForces.F90: In process of re-write for group
219 +        based cutoff....
220 +
221 + 2005-07-29 14:38  gezelter
222 +
223 +        * src/UseTheForce/doForces.F90: fixes in progress
224 +
225 + 2005-07-29 12:34  tim
226 +
227 +        * src/UseTheForce/doForces.F90: fix a bug which does not update
228 +        me_i and me_j correctly
229 +
230 + 2005-07-28 17:12  chuckv
231 +
232 +        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
233 +        cutoffs... Segfaults nicely now...
234 +
235 + 2005-07-20 12:04  gezelter
236 +
237 +        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
238 +        error messages from pathscale compiler
239 +
240 + 2005-07-13 11:48  tim
241 +
242 +        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
243 +        <functional>
244 +
245 + 2005-07-13 10:54  tim
246 +
247 +        * src/: UseTheForce/fSwitchingFunction.h,
248 +        UseTheForce/mpiComponentPlan.h,
249 +        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
250 +        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
251 +        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
252 +        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
253 +        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
254 +        utils/simError.c, utils/simError.h: replace c++ style comment in c
255 +        files
256 +
257 + 2005-07-03 15:53  chuckv
258 +
259 +        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
260 +        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
261 +        subroutine to set cuttoff for Interaction map and function in
262 +        simulation.F90 to determine if a particular atype is present in a
263 +        simulation.
264 +
265 + 2005-06-28 08:58  gezelter
266 +
267 +        * src/UseTheForce/doForces.F90: [no log message]
268 +
269 + 2005-06-27 17:21  chuckv
270 +
271 +        * src/UseTheForce/doForces.F90: More breaking and destruction of
272 +        force code. Does not build at this point...
273 +
274 + 2005-06-27 16:01  gezelter
275 +
276 +        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
277 +        UseTheForce/DarkSide/fInteractionMap.h,
278 +        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
279 +        Breaky breaky!
280 +
281 + 2005-06-20 11:03  gezelter
282 +
283 +        * samples/water/ssd/ssd.md,
284 +        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
285 +        simulation
286 +
287 + 2005-06-13 13:25  tim
288 +
289 +        * src/: applications/staticProps/DensityPlot.cpp,
290 +        applications/staticProps/DensityPlot.hpp,
291 +        applications/staticProps/SCDOrderParameter.cpp,
292 +        applications/staticProps/StaticProps.cpp,
293 +        io/AtomTypesSectionParser.cpp: working version of DensityPlot
294 +
295 + 2005-05-31 17:31  chuckv
296 +
297 +        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
298 +        remove angular momentum.
299 +
300 + 2005-05-31 12:34  chuckv
301 +
302 +        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
303 +        typo in nanorodBuilder.
304 +
305 + 2005-05-30 09:01  chuckv
306 +
307 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
308 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
309 +        brains/Stats.hpp, integrators/Velocitizer.cpp,
310 +        integrators/Velocitizer.hpp: Added method to remove system angular
311 +        momentum to velocitizer and added method to calculate system
312 +        angular momentum to siminfo.
313 +
314 + 2005-05-29 16:16  chrisfen
315 +
316 +        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
317 +        balance from the Darkside (files)
318 +
319 + 2005-05-29 16:15  chrisfen
320 +
321 +        * src/UseTheForce/doForces.F90: Removed balance from doForces
322 +
323 + 2005-05-29 16:15  chrisfen
324 +
325 +        * samples/water/tap/: tap.in, tap.md: Updated tap sample
326 +
327 + 2005-05-29 16:15  chrisfen
328 +
329 +        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
330 +        dimer for testing purposes
331 +
332 + 2005-05-29 16:14  chrisfen
333 +
334 +        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
335 +        was apparently wiped earlier this month...
336 +
337 + 2005-05-29 16:13  chrisfen
338 +
339 +        * ChangeLog: ran make cvslog
340 +
341 + 2005-05-28 19:16  tim
342 +
343 +        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
344 +        AtomNameVisitor
345 +
346 + 2005-05-28 19:09  tim
347 +
348 +        * src/integrators/Integrator.cpp: dding resetIntegrator
349 +
350 + 2005-05-28 19:06  tim
351 +
352 +        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
353 +        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
354 +        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
355 +        resetIntegrator
356 +
357 + 2005-05-27 16:11  tim
358 +
359 +        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
360 +        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
361 +        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
362 +        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
363 +        StaticProps
364 +
365 + 2005-05-26 23:41  tim
366 +
367 +        * src/: applications/staticProps/Makefile,
368 +        applications/staticProps/P2OrderParameter.cpp,
369 +        applications/staticProps/P2OrderParameter.hpp,
370 +        applications/staticProps/StaticProps.cpp,
371 +        applications/staticProps/StaticProps.ggo,
372 +        applications/staticProps/StaticPropsCmd.c,
373 +        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
374 +        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
375 +
376 + 2005-05-26 17:45  tim
377 +
378 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
379 +        applications/dump2Xyz/Dump2XYZCmd.c,
380 +        applications/dump2Xyz/Dump2XYZCmd.h,
381 +        applications/staticProps/Makefile,
382 +        applications/staticProps/P2OrderParameter.cpp,
383 +        applications/staticProps/P2OrderParameter.hpp,
384 +        applications/staticProps/RadialDistrFunc.cpp,
385 +        applications/staticProps/RadialDistrFunc.hpp,
386 +        applications/staticProps/StaticAnalyser.hpp,
387 +        applications/staticProps/StaticProps.cpp,
388 +        applications/staticProps/StaticProps.ggo,
389 +        applications/staticProps/StaticPropsCmd.c,
390 +        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
391 +        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
392 +        AtomNameVisitor to convert atom name to its base name;
393 +        wrappingvisitor now wrap back to the center of the mass; adding
394 +        P2OrderParameter into StaticProps
395 +
396 + 2005-05-22 16:36  chuckv
397 +
398 +        * samples/metals/nanorod/Au_nanoparticle_FCC.md,
399 +        src/applications/nanoRodBuilder/Geometry.cpp,
400 +        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
401 +        src/applications/nanoRodBuilder/GeometryFactory.cpp,
402 +        src/applications/nanoRodBuilder/GeometryFactory.hpp,
403 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
404 +        src/integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
405 +        tensor.
406 +
407 + 2005-05-22 16:05  tim
408 +
409 +        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
410 +        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
411 +        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
412 +        printPressureTensor
413 +
414 + 2005-05-20 14:27  tim
415 +
416 +        * src/integrators/NPrT.cpp: NPrT in progress
417 +
418 + 2005-05-20 11:01  tim
419 +
420 +        * src/: integrators/NPrT.cpp, io/Globals.cpp,
421 +        utils/OOPSEConstant.hpp: NPrT in progress
422 +
423 + 2005-05-19 16:31  tim
424 +
425 +        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
426 +        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
427 +        io/Globals.hpp: NPAT is working
428 +
429 + 2005-05-19 10:49  tim
430 +
431 +        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
432 +        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
433 +
434 + 2005-05-18 23:28  tim
435 +
436 +        * src/: brains/Register.cpp, integrators/NPAT.cpp,
437 +        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
438 +        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
439 +
440 + 2005-05-18 14:06  chrisfen
441 +
442 +        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
443 +        some tap changes
444 +
445 + 2005-05-18 13:31  chrisfen
446 +
447 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
448 +        DarkSide/sticky.F90: Modifications to temper the dipolar strength
449 +        in the first solvation shell for tap
450 +
451 + 2005-05-18 07:35  chrisfen
452 +
453 +        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
454 +        for testing purposes
455 +
456 + 2005-05-17 17:35  chrisfen
457 +
458 +        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
459 +        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
460 +        src/UseTheForce/doForces.F90,
461 +        src/UseTheForce/DarkSide/electrostatic.F90,
462 +        src/UseTheForce/DarkSide/electrostatic_interface.F90,
463 +        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
464 +        correcting changes to the previous merge that were not caught
465 +
466 + 2005-05-16 23:20  chuckv
467 +
468 +        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
469 +        Fixed merge issues between Kyle and Chris so OOPSE will actually
470 +        build.
471 +
472 + 2005-05-16 22:46  kdaily
473 +
474 +        * src/io/: GayBerneAtomTypesSectionParser.cpp,
475 +        GayBerneAtomTypesSectionParser.hpp, Makefile: help
476 +
477 + 2005-05-16 21:08  kdaily
478 +
479 +        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
480 +        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
481 +        src/types/DirectionalAtomType.cpp,
482 +        src/types/DirectionalAtomType.hpp: added gb
483 +
484 + 2005-05-13 15:36  chrisfen
485 +
486 +        * forceFields/DUFF2.frc: Better tap
487 +
488 + 2005-05-12 14:43  chrisfen
489 +
490 +        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
491 +        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
492 +        src/applications/dump2Xyz/Dump2XYZ.cpp,
493 +        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
494 +        Need to parametrize.
495 +
496 + 2005-05-11 18:15  chuckv
497 +
498 +        * src/: io/ShapeAtomTypesSectionParser.cpp,
499 +        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
500 +        build issues under ifc7.
501 +
502 + 2005-05-09 17:07  chuckv
503 +
504 +        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
505 +        builder changes.
506 +
507 + 2005-05-05 10:06  chrisfen
508 +
509 +        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
510 +        to TAP
511 +
512 + 2005-05-05 09:47  chrisfen
513 +
514 +        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
515 +        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
516 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
517 +        src/UseTheForce/DarkSide/atype.F90,
518 +        src/UseTheForce/DarkSide/atype_interface.F90,
519 +        src/UseTheForce/DarkSide/simulation.F90,
520 +        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
521 +        src/brains/fSimulation.h, src/io/Makefile,
522 +        src/io/StickyAtomTypesSectionParser.cpp,
523 +        src/io/StickyPowerAtomTypesSectionParser.cpp,
524 +        src/io/StickyPowerAtomTypesSectionParser.hpp,
525 +        src/types/AtomType.cpp, src/types/AtomType.hpp,
526 +        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
527 +        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
528 +        not parametrized, but OOPSE will now let me run it...
529 +
530 + 2005-05-03 17:55  chuckv
531 +
532 +        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
533 +        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
534 +        Adding support for generic geometry to nanorodbuilder.
535 +
536 + 2005-05-03 12:55  chuckv
537 +
538 +        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
539 +        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
540 +        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
541 +
542 + 2005-04-29 14:16  gezelter
543 +
544 +        * make/Makefile.in: [no log message]
545 +
546 + 2005-04-29 11:26  chrisfen
547 +
548 +        * forceFields/DUFF2.frc, samples/water/spce/water.md,
549 +        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
550 +        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
551 +        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
552 +        samples/water/tip4p/water.md: Added TIP4P-Ew
553 +
554 + 2005-04-27 19:24  chuckv
555 +
556 +        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
557 +        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
558 +        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
559 +        nanoRodBuilder....
560 +
561 + 2005-04-27 15:13  chrisfen
562 +
563 +        * samples/shape/Shapes.frc, samples/shape/linear.shape,
564 +        src/UseTheForce/DarkSide/atype.F90,
565 +        src/UseTheForce/DarkSide/shapes.F90,
566 +        src/UseTheForce/DarkSide/shapes_interface.F90,
567 +        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
568 +        write statements and am closer to a working shapes
569 +
570 + 2005-04-22 16:57  chuckv
571 +
572 +        * src/utils/Predicate.hpp: Fixed gcc4 bug...
573 +
574 + 2005-04-22 16:52  tim
575 +
576 +        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
577 +        Trim.hpp: adding CharClassificationFunctor to fix the locale
578 +        problem  of c++
579 +
580 + 2005-04-21 09:12  chrisfen
581 +
582 +        * samples/shape/Shapes.frc, samples/shape/linear.in,
583 +        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
584 +        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
585 +        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
586 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
587 +        src/UseTheForce/DarkSide/shapes.F90,
588 +        src/UseTheForce/DarkSide/shapes_interface.F90,
589 +        src/UseTheForce/DarkSide/shapes_interface.h,
590 +        src/brains/Register.cpp, src/brains/SimCreator.cpp,
591 +        src/io/Makefile, src/io/SectionParser.cpp,
592 +        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
593 +        src/io/ShapeAtomTypesSectionParser.cpp,
594 +        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
595 +        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
596 +        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
597 +        bounds overwrite (I think...). At least the parser loads the
598 +        forcefield fine...
599 +
600 + 2005-04-18 10:44  chrisfen
601 +
602 +        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
603 +        Mac (capitalization confusion of filenames)
604 +
605 + 2005-04-17 22:50  chrisfen
606 +
607 +        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
608 +        UseTheForce/Shapes_FF.cpp,
609 +        io/DirectionalAtomTypesSectionParser.cpp,
610 +        io/ShapeAtomTypesSectionParser.cpp,
611 +        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
612 +
613 + 2005-04-15 17:43  gezelter
614 +
615 +        * README: gmake in case people forget
616 +
617 + 2005-04-15 17:40  gezelter
618 +
619 +        * src/applications/oopse/oopse.cpp: fixed the spacing on the
620 +        banner.  Vanity.
621 +
622 + 2005-04-15 17:22  gezelter
623 +
624 +        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
625 +        in banner (and version numbers in config.h)
626 +
627 + 2005-04-15 17:22  gezelter
628 +
629 +        * ChangeLog, LICENSE, README: Documentation changes
630 +
631 + 2005-04-15 17:03  gezelter
632 +
633 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
634 +        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
635 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
636 +        UseTheForce/ForceFieldCreator.hpp,
637 +        UseTheForce/ForceFieldFactory.cpp,
638 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
639 +        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
640 +        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
641 +        UseTheForce/notifyCutoffs.F90,
642 +        UseTheForce/notifyCutoffs_interface.F90,
643 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
644 +        UseTheForce/DarkSide/atype.F90,
645 +        UseTheForce/DarkSide/atype_interface.F90,
646 +        UseTheForce/DarkSide/eam.F90,
647 +        UseTheForce/DarkSide/eam_interface.F90,
648 +        UseTheForce/DarkSide/eam_interface.h,
649 +        UseTheForce/DarkSide/electrostatic.F90,
650 +        UseTheForce/DarkSide/electrostatic_interface.F90,
651 +        UseTheForce/DarkSide/electrostatic_interface.h,
652 +        UseTheForce/DarkSide/force_globals.F90,
653 +        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
654 +        UseTheForce/DarkSide/lj_interface.F90,
655 +        UseTheForce/DarkSide/lj_interface.h,
656 +        UseTheForce/DarkSide/neighborLists.F90,
657 +        UseTheForce/DarkSide/reactionField.F90,
658 +        UseTheForce/DarkSide/shapes.F90,
659 +        UseTheForce/DarkSide/shapes_interface.F90,
660 +        UseTheForce/DarkSide/shapes_interface.h,
661 +        UseTheForce/DarkSide/simParallel.F90,
662 +        UseTheForce/DarkSide/simParallel_interface.F90,
663 +        UseTheForce/DarkSide/simParallel_interface.h,
664 +        UseTheForce/DarkSide/simulation.F90,
665 +        UseTheForce/DarkSide/simulation_interface.F90,
666 +        UseTheForce/DarkSide/simulation_interface.h,
667 +        UseTheForce/DarkSide/sticky.F90,
668 +        UseTheForce/DarkSide/sticky_interface.F90,
669 +        UseTheForce/DarkSide/sticky_interface.h,
670 +        UseTheForce/DarkSide/switcheroo.F90,
671 +        applications/dump2Xyz/Dump2XYZ.cpp,
672 +        applications/dump2Xyz/Dump2XYZCmd.c,
673 +        applications/dump2Xyz/Dump2XYZCmd.h,
674 +        applications/dynamicProps/CrossTimeCorrFunc.cpp,
675 +        applications/dynamicProps/CrossTimeCorrFunc.hpp,
676 +        applications/dynamicProps/DipoleCorrFunc.cpp,
677 +        applications/dynamicProps/DipoleCorrFunc.hpp,
678 +        applications/dynamicProps/DynamicProps.cpp,
679 +        applications/dynamicProps/DynamicPropsCmd.c,
680 +        applications/dynamicProps/DynamicPropsCmd.h,
681 +        applications/dynamicProps/FrameTimeCorrFunc.hpp,
682 +        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
683 +        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
684 +        applications/dynamicProps/RCorrFunc.cpp,
685 +        applications/dynamicProps/RCorrFunc.hpp,
686 +        applications/dynamicProps/TimeCorrFunc.cpp,
687 +        applications/dynamicProps/TimeCorrFunc.hpp,
688 +        applications/dynamicProps/VCorrFunc.cpp,
689 +        applications/dynamicProps/VCorrFunc.hpp,
690 +        applications/nanoRodBuilder/GeometryBuilder.cpp,
691 +        applications/nanoRodBuilder/GeometryBuilder.hpp,
692 +        applications/nanoRodBuilder/nanorodBuilder.cpp,
693 +        applications/nanoRodBuilder/nanorodBuilderCmd.c,
694 +        applications/nanoRodBuilder/nanorodBuilderCmd.h,
695 +        applications/oopse/oopse.cpp,
696 +        applications/simpleBuilder/simpleBuilder.cpp,
697 +        applications/simpleBuilder/simpleBuilderCmd.c,
698 +        applications/simpleBuilder/simpleBuilderCmd.h,
699 +        applications/staticProps/GofAngle2.cpp,
700 +        applications/staticProps/GofAngle2.hpp,
701 +        applications/staticProps/GofR.cpp,
702 +        applications/staticProps/GofR.hpp,
703 +        applications/staticProps/GofRAngle.cpp,
704 +        applications/staticProps/GofRAngle.hpp,
705 +        applications/staticProps/GofXyz.cpp,
706 +        applications/staticProps/GofXyz.hpp,
707 +        applications/staticProps/RadialDistrFunc.cpp,
708 +        applications/staticProps/RadialDistrFunc.hpp,
709 +        applications/staticProps/StaticProps.cpp,
710 +        applications/staticProps/StaticPropsCmd.c,
711 +        applications/staticProps/StaticPropsCmd.h,
712 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
713 +        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
714 +        brains/Exclude.hpp, brains/ForceManager.cpp,
715 +        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
716 +        brains/MoleculeCreator.hpp, brains/Register.cpp,
717 +        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
718 +        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
719 +        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
720 +        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
721 +        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
722 +        brains/fSimulation.h, constraints/ConstraintElem.hpp,
723 +        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
724 +        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
725 +        constraints/ZconstraintForceManager.cpp,
726 +        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
727 +        integrators/DLM.hpp, integrators/Integrator.cpp,
728 +        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
729 +        integrators/IntegratorFactory.cpp,
730 +        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
731 +        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
732 +        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
733 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
734 +        integrators/NVT.cpp, integrators/NVT.hpp,
735 +        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
736 +        integrators/Velocitizer.hpp,
737 +        integrators/VelocityVerletIntegrator.cpp,
738 +        integrators/VelocityVerletIntegrator.hpp,
739 +        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
740 +        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
741 +        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
742 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
743 +        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
744 +        io/ChargeAtomTypesSectionParser.hpp,
745 +        io/DirectionalAtomTypesSectionParser.cpp,
746 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
747 +        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
748 +        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
749 +        io/Globals.cpp, io/Globals.hpp,
750 +        io/LennardJonesAtomTypesSectionParser.cpp,
751 +        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
752 +        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
753 +        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
754 +        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
755 +        io/SectionParser.cpp, io/SectionParser.hpp,
756 +        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
757 +        io/StatWriter.cpp, io/StatWriter.hpp,
758 +        io/StickyAtomTypesSectionParser.cpp,
759 +        io/StickyAtomTypesSectionParser.hpp,
760 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
761 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
762 +        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
763 +        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
764 +        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
765 +        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
766 +        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
767 +        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
768 +        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
769 +        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
770 +        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
771 +        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
772 +        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
773 +        math/Quaternion.hpp, math/RandNumGen.hpp,
774 +        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
775 +        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
776 +        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
777 +        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
778 +        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
779 +        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
780 +        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
781 +        minimizers/MinimizerFactory.hpp,
782 +        minimizers/MinimizerParameterSet.cpp,
783 +        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
784 +        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
785 +        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
786 +        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
787 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
788 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
789 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
790 +        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
791 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
792 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
793 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
794 +        primitives/Torsion.cpp, primitives/Torsion.hpp,
795 +        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
796 +        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
797 +        profiling/timing.F90, restraints/Restraints.cpp,
798 +        restraints/Restraints.hpp,
799 +        restraints/ThermoIntegrationForceManager.cpp,
800 +        restraints/ThermoIntegrationForceManager.hpp,
801 +        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
802 +        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
803 +        selection/NameFinder.cpp, selection/NameFinder.hpp,
804 +        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
805 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
806 +        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
807 +        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
808 +        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
809 +        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
810 +        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
811 +        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
812 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
813 +        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
814 +        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
815 +        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
816 +        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
817 +        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
818 +        types/MakeStamps.cpp, types/MakeStamps.hpp,
819 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
820 +        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
821 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
822 +        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
823 +        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
824 +        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
825 +        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
826 +        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
827 +        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
828 +        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
829 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
830 +        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
831 +        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
832 +        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
833 +        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
834 +        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
835 +        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
836 +        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
837 +        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
838 +        utils/any.hpp, utils/definitions.F90, utils/fError.c,
839 +        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
840 +        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
841 +        utils/residentMem.h, utils/simError.c, utils/simError.h,
842 +        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
843 +        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
844 +        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
845 +        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
846 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
847 +        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
848 +        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
849 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
850 +        been drafted to perform our indentation services
851 +
852 + 2005-04-15 17:03  gezelter
853 +
854 +        * configure, ac-tools/configure.in: Jedi mind-trick warning
855 +        messages have been added to make users ignore CGAL.
856 +
857 + 2005-04-15 13:41  tim
858 +
859 +        * make/Makefile.in: fix make install
860 +
861 + 2005-04-15 13:41  tim
862 +
863 +        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
864 +        add  Makefile of samples
865 +
866 + 2005-04-15 13:33  tim
867 +
868 +        * samples/: lipid/Makefile, water/dimer/Makefile,
869 +        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
870 +        installed correctly
871 +
872 + 2005-04-14 16:41  gezelter
873 +
874 +        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
875 +        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
876 +        scripts/filepp, scripts/filepp.in: configure now searches for perl
877 +        to use with filepp
878 +
879 + 2005-04-14 16:20  gezelter
880 +
881 +        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
882 +        MoLocator
883 +
884 + 2005-04-14 14:12  gezelter
885 +
886 +        * LICENSE: [no log message]
887 +
888 + 2005-04-14 11:10  chuckv
889 +
890 +        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
891 +        nanorodbuilder now exit's when libCGAL is not present.
892 +
893 + 2005-04-14 10:20  tim
894 +
895 +        * src/io/make_nodes.h: fix one more warning message in make_nodes
896 +
897 + 2005-04-13 18:36  chuckv
898 +
899 +        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
900 +        interface name for SGI Compiler
901 +
902 + 2005-04-13 18:29  chrisfen
903 +
904 +        * samples/water/ssde/ssde.md: oops...  bad sample
905 +
906 + 2005-04-13 18:00  chuckv
907 +
908 +        * src/config.h.in: Change typo in CGAL.
909 +
910 + 2005-04-13 17:43  tim
911 +
912 +        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
913 +        selection/SelectionCompiler.hpp: fix some warning messages
914 +
915 + 2005-04-13 17:30  gezelter
916 +
917 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
918 +        make/Makefile.in, src/config.h.in,
919 +        src/applications/nanoRodBuilder/Makefile,
920 +        src/applications/nanoRodBuilder/Makefile.in,
921 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
922 +        checks
923 +
924 + 2005-04-13 15:36  chuckv
925 +
926 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
927 +        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
928 +        DarkSide/electrostatic_interface.F90,
929 +        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
930 +        DarkSide/lj_interface.h, DarkSide/sticky.F90,
931 +        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
932 +        destroy methods for Fortran modules.
933 +
934 + 2005-04-13 15:17  chuckv
935 +
936 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
937 +        shapes_interface.h: Added destroy method to clean up memory
938 +
939 + 2005-04-13 13:41  tim
940 +
941 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
942 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
943 +        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
944 +        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
945 +        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
946 +        fixed
947 +
948 + 2005-04-12 17:44  chuckv
949 +
950 +        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
951 +        for nanoRodBuilder.
952 +
953 + 2005-04-12 17:42  tim
954 +
955 +        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
956 +        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
957 +        and simpleBuilder(forget to delete lattice)
958 +
959 + 2005-04-12 17:33  tim
960 +
961 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
962 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
963 +        refactory lattice
964 +
965 + 2005-04-12 17:07  tim
966 +
967 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
968 +        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
969 +        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
970 +        LatticeFactory and LatticeCreator
971 +
972 + 2005-04-12 16:58  tim
973 +
974 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
975 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
976 +        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
977 +        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
978 +        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
979 +        lattice/Makefile: refactory LatticeFactory and LatticeCreator
980 +
981 + 2005-04-12 16:28  gezelter
982 +
983 +        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
984 +        vector_class.F90: cleaned up vector_class memory leak fix by
985 +        deallocating in reverse order of how we allocated.  Also migrated
986 +        MoLocator into utils directory
987 +
988 + 2005-04-12 16:27  gezelter
989 +
990 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
991 +        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
992 +        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
993 +        directory
994 +
995 + 2005-04-12 16:27  gezelter
996 +
997 +        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
998 +        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
999 +        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
1000 +        nanoRodBuilder/LatticeCreator.hpp,
1001 +        nanoRodBuilder/LatticeFactory.cpp,
1002 +        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
1003 +        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
1004 +        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
1005 +        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
1006 +        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
1007 +        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
1008 +        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
1009 +        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
1010 +        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
1011 +        these files are now redundant
1012 +
1013 + 2005-04-12 16:27  gezelter
1014 +
1015 +        * src/UseTheForce/DarkSide/: atype_interface.F90,
1016 +        atype_interface.h: cleaned up memory leak fix
1017 +
1018 + 2005-04-12 16:26  gezelter
1019 +
1020 +        * make/Makefile.in: added lattice subdirectory
1021 +
1022 + 2005-04-12 15:57  chrisfen
1023 +
1024 +        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
1025 +        a space by accident
1026 +
1027 + 2005-04-12 15:56  chrisfen
1028 +
1029 +        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
1030 +        quadrupole sample
1031 +
1032 + 2005-04-12 15:56  chrisfen
1033 +
1034 +        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
1035 +        samples
1036 +
1037 + 2005-04-12 13:30  tim
1038 +
1039 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
1040 +        type in fortran side
1041 +
1042 + 2005-04-12 12:45  chuckv
1043 +
1044 +        * src/utils/vector_class.F90: Further changes to vector_class
1045 +        destroy function.
1046 +
1047 + 2005-04-12 12:39  chuckv
1048 +
1049 +        * src/utils/vector_class.F90: Fixed pointer memory leak in
1050 +        vector_class.
1051 +
1052 + 2005-04-12 12:12  chuckv
1053 +
1054 +        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
1055 +        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
1056 +        DarkSide/eam.F90, DarkSide/eam_interface.F90,
1057 +        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
1058 +
1059 + 2005-04-12 09:24  chrisfen
1060 +
1061 +        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
1062 +        output
1063 +
1064 + 2005-04-11 19:29  chuckv
1065 +
1066 +        * src/: UseTheForce/DarkSide/atype.F90,
1067 +        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
1068 +
1069 + 2005-04-11 19:28  chuckv
1070 +
1071 +        * src/utils/vector_class.F90: Added code to delete vector.
1072 +
1073 + 2005-04-11 17:03  chuckv
1074 +
1075 +        * samples/metals/nanorod/: Au_nanoparticle.md,
1076 +        Au_nanoparticle_FCC.md, Au_nanoparticle_linux.md, metals.md: Why
1077 +        aren't these here?
1078 +
1079 + 2005-04-11 16:58  tim
1080 +
1081 +        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
1082 +        basic_ifstrstream
1083 +
1084 + 2005-04-11 16:37  chuckv
1085 +
1086 +        * make/Makefile.in,
1087 +        src/applications/nanoRodBuilder/BaseLattice.cpp,
1088 +        src/applications/nanoRodBuilder/BaseLattice.hpp,
1089 +        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
1090 +        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
1091 +        src/applications/nanoRodBuilder/Lattice.cpp,
1092 +        src/applications/nanoRodBuilder/Lattice.hpp,
1093 +        src/applications/nanoRodBuilder/LatticeCreator.cpp,
1094 +        src/applications/nanoRodBuilder/LatticeCreator.hpp,
1095 +        src/applications/nanoRodBuilder/LatticeFactory.cpp,
1096 +        src/applications/nanoRodBuilder/LatticeFactory.hpp,
1097 +        src/applications/nanoRodBuilder/Makefile,
1098 +        src/applications/nanoRodBuilder/MoLocator.cpp,
1099 +        src/applications/nanoRodBuilder/MoLocator.hpp,
1100 +        src/applications/nanoRodBuilder/nanoBuilder.ggo,
1101 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
1102 +        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
1103 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
1104 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
1105 +        nanoRodBuilder application (may not work yet).  ((Doesn't work
1106 +        yet.)) (((May never work....)))
1107 +
1108 + 2005-04-11 15:54  tim
1109 +
1110 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
1111 +        prepareVisitor in Dump2XYZ
1112 +
1113 + 2005-04-11 15:19  chrisfen
1114 +
1115 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
1116 +        quadrupoles.  look!  it's divide by 3 like stone says!
1117 +
1118 + 2005-04-11 15:18  chrisfen
1119 +
1120 +        * forceFields/DUFF2.frc: fixing of the quadrupoles
1121 +
1122 + 2005-04-11 15:16  tim
1123 +
1124 +        * src/selection/Token.hpp: change the parameter name in
1125 +        constructors
1126 +
1127 + 2005-04-11 14:49  gezelter
1128 +
1129 +        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
1130 +
1131 + 2005-04-11 14:06  gezelter
1132 +
1133 +        * make/Makefile.in: Fixed the uc and lc functions for GNU make
1134 +        versions < 3.80
1135 +
1136 + 2005-04-11 11:13  gezelter
1137 +
1138 +        * make/Makefile.in, src/UseTheForce/Makefile,
1139 +        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
1140 +        some stuff to clean out module files during "make clean"
1141 +
1142 + 2005-04-08 17:13  chrisfen
1143 +
1144 +        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
1145 +        interactions should be working with a remaining question of
1146 +        interaction magnitude
1147 +
1148 + 2005-04-08 17:12  chrisfen
1149 +
1150 +        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
1151 +        samples
1152 +
1153 + 2005-04-08 13:48  chrisfen
1154 +
1155 +        * samples/water/ssd/ssd.md: oops...  messed up a sample
1156 +
1157 + 2005-04-08 09:43  chrisfen
1158 +
1159 +        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
1160 +        charge-dipole interactions
1161 +
1162 + 2005-04-08 09:42  chrisfen
1163 +
1164 +        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
1165 +        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
1166 +
1167 + 2005-04-08 09:41  chrisfen
1168 +
1169 +        * forceFields/DUFF2.frc: added Cl- and Na+
1170 +
1171 + 2005-04-06 18:59  tim
1172 +
1173 +        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
1174 +
1175 + 2005-04-05 18:09  tim
1176 +
1177 +        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
1178 +        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
1179 +        in atom type name;clean the code a little bit
1180 +
1181 + 2005-03-29 16:00  tim
1182 +
1183 +        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
1184 +        in converting rotation matrix to quaternion
1185 +
1186 + 2005-03-28 17:41  tim
1187 +
1188 +        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
1189 +
1190 + 2005-03-28 17:30  tim
1191 +
1192 +        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
1193 +        the wrapping
1194 +
1195 + 2005-03-28 10:54  tim
1196 +
1197 +        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
1198 +        dimension of histogram
1199 +
1200 + 2005-03-22 11:38  tim
1201 +
1202 +        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
1203 +        src/applications/dynamicProps/Makefile,
1204 +        src/applications/oopse/Makefile,
1205 +        src/applications/simpleBuilder/Makefile,
1206 +        src/applications/staticProps/Makefile: avoid building parallel
1207 +        executable for dump2XYZ, simpleBuilder, staticProps and
1208 +        dynamicProps
1209 +
1210 + 2005-03-21 17:34  chrisfen
1211 +
1212 +        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
1213 +        forcefield files
1214 +
1215 + 2005-03-21 15:51  chrisfen
1216 +
1217 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1218 +        DarkSide/reactionField.F90: Make sure electrostatic_module provides
1219 +        data for reaction_field
1220 +
1221 + 2005-03-21 15:50  chrisfen
1222 +
1223 +        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
1224 +        WILL CHANGE THIS BACK, RIGHT?
1225 +
1226 + 2005-03-21 14:23  gezelter
1227 +
1228 +        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
1229 +        correct value
1230 +
1231 + 2005-03-21 14:22  gezelter
1232 +
1233 +        * make/Makefile.in: fixed an install-related bug.
1234 +        $(InstallCommand) had been set to $(InstallData)
1235 +
1236 + 2005-03-15 09:21  gezelter
1237 +
1238 +        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
1239 +        deletes and Nullifies restWriter, so Integrator shouldn't do it.
1240 +
1241 + 2005-03-15 09:20  gezelter
1242 +
1243 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
1244 +
1245 + 2005-03-13 02:39  gezelter
1246 +
1247 +        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
1248 +        charge-quadrupole interactions
1249 +
1250 + 2005-03-12 14:12  chrisfen
1251 +
1252 +        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
1253 +        thermoIntegration/solid/Makefile: forgot a couple of makefiles
1254 +
1255 + 2005-03-12 14:05  chrisfen
1256 +
1257 +        * samples/thermoIntegration/liquid/ssde.in,
1258 +        samples/thermoIntegration/liquid/ssde.md,
1259 +        samples/thermoIntegration/liquid/water.md,
1260 +        samples/thermoIntegration/solid/idealCrystal.in,
1261 +        samples/thermoIntegration/solid/ssde.in,
1262 +        samples/thermoIntegration/solid/ssde.md,
1263 +        samples/thermoIntegration/solid/ssde.zang0,
1264 +        samples/thermoIntegration/solid/water.md,
1265 +        samples/water/tip3p_ice/tp3.md,
1266 +        src/UseTheForce/DarkSide/sticky.F90,
1267 +        src/restraints/ThermoIntegrationForceManager.cpp: added some
1268 +        samples
1269 +
1270 + 2005-03-11 12:50  tim
1271 +
1272 +        * src/: brains/SimCreator.cpp,
1273 +        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
1274 +        MultipoleAtomTypesSectionParser
1275 +
1276 + 2005-03-11 10:55  tim
1277 +
1278 +        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
1279 +        excluded
1280 +
1281 + 2005-03-11 10:53  gezelter
1282 +
1283 +        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
1284 +        quadrupoles
1285 +
1286 + 2005-03-11 10:52  gezelter
1287 +
1288 +        * forceFields/DUFF2.frc: quadrupoles for SSD models
1289 +
1290 + 2005-03-11 10:00  tim
1291 +
1292 +        * ChangeLog, doc/SelectionExpression.html,
1293 +        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
1294 +        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
1295 +        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
1296 +        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
1297 +        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
1298 +        SelectionExpression.html
1299 +
1300 + 2005-03-10 19:43  chrisfen
1301 +
1302          * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
1303          src/io/RestReader.cpp, src/restraints/Restraints.cpp,
1304          src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
1305          MPI restraints
1306  
1307 < 2005-03-10 23:56  tim
1307 > 2005-03-10 18:56  tim
1308  
1309          * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
1310          src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
1311          and cutoff group
1312  
1313 < 2005-03-10 22:06  gezelter
1313 > 2005-03-10 17:06  gezelter
1314  
1315          * src/types/MorseBondType.hpp: fixed a doxygen problem
1316  
1317 < 2005-03-10 21:51  gezelter
1317 > 2005-03-10 16:51  gezelter
1318  
1319          * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
1320          the split dipole test cases
1321  
1322 < 2005-03-10 21:51  gezelter
1322 > 2005-03-10 16:51  gezelter
1323  
1324          * doc/SelectionExpression.html: updated some documentation
1325  
1326 < 2005-03-10 20:40  gezelter
1326 > 2005-03-10 15:40  gezelter
1327  
1328          * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
1329          Makefile: LinkedList removal project starts now
1330  
1331 < 2005-03-10 20:28  tim
1331 > 2005-03-10 15:28  tim
1332  
1333          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
1334          io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
1335          using map to replace link list
1336  
1337 < 2005-03-10 19:11  tim
1337 > 2005-03-10 14:11  tim
1338  
1339          * samples/dipole/: splitInWater.in, splitInWater.md: adding test
1340          case  of split dipole
1341  
1342 < 2005-03-10 19:10  chrisfen
1342 > 2005-03-10 14:10  chrisfen
1343  
1344          * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
1345          src/io/RestWriter.cpp,
1346          src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
1347          builds...
1348  
1349 < 2005-03-10 18:44  tim
1349 > 2005-03-10 13:44  tim
1350  
1351          * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
1352          split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
1353          adding test case for split dipole
1354  
1355 < 2005-03-10 17:54  gezelter
1355 > 2005-03-10 12:54  gezelter
1356  
1357          * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
1358          support for split dipoles
1359  
1360 < 2005-03-10 16:27  chrisfen
1360 > 2005-03-10 11:27  chrisfen
1361  
1362          * samples/water/tip3p_ice/tp3.md,
1363          src/restraints/ThermoIntegrationForceManager.cpp: fixes to
1364          restraints
1365  
1366 < 2005-03-10 16:15  chrisfen
1366 > 2005-03-10 11:15  chrisfen
1367  
1368          * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
1369          src/UseTheForce/ForceFields.hpp,
1370          src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
1371  
1372 < 2005-03-10 16:14  tim
1372 > 2005-03-10 11:14  tim
1373  
1374          * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
1375          src/io/MultipoleAtomTypesSectionParser.cpp,
1376          src/selection/SelectionEvaluator.cpp: minor change
1377  
1378 < 2005-03-10 15:10  chrisfen
1378 > 2005-03-10 10:10  chrisfen
1379  
1380          * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
1381          src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
# Line 93 | Line 1392
1392          src/restraints/ThermoIntegrationForceManager.hpp: First commit of
1393          the new restraints code
1394  
1395 < 2005-03-09 18:48  tim
1395 > 2005-03-09 13:48  tim
1396  
1397          * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
1398          IndexFinder
1399  
1400 < 2005-03-09 18:46  tim
1400 > 2005-03-09 13:46  tim
1401  
1402          * src/: applications/dump2Xyz/Dump2XYZ.ggo,
1403          applications/dump2Xyz/Dump2XYZCmd.c,
# Line 106 | Line 1405
1405          selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
1406          fix compilation issue
1407  
1408 < 2005-03-09 17:58  tim
1408 > 2005-03-09 12:58  tim
1409  
1410          * forceFields/DUFF2.frc, scripts/filepp,
1411          src/UseTheForce/EAM_FF.cpp,
# Line 114 | Line 1413
1413          src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
1414          in SectionParser (lineNo is not updated)
1415  
1416 < 2005-03-09 17:30  tim
1416 > 2005-03-09 12:30  tim
1417  
1418          * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
1419          applications/dump2Xyz/Dump2XYZ.ggo,
# Line 136 | Line 1435
1435          MultipoleAtomTypesSectionParser;remove print dipole option from
1436          Dump2XYZ;
1437  
1438 < 2005-03-09 17:28  tim
1438 > 2005-03-09 12:28  tim
1439  
1440          * forceFields/DUFF2.frc: change the format of DUFF2
1441  
1442 < 2005-03-09 15:44  gezelter
1442 > 2005-03-09 10:44  gezelter
1443  
1444          * src/UseTheForce/DarkSide/: electrostatic.F90,
1445          electrostatic_interface.F90, electrostatic_interface.h: new
1446          electrostatic module
1447  
1448 < 2005-03-09 14:26  gezelter
1448 > 2005-03-09 09:26  gezelter
1449  
1450          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
1451          DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
1452          and fixed quadrupole stuff
1453  
1454 < 2005-03-09 14:25  gezelter
1454 > 2005-03-09 09:25  gezelter
1455  
1456          * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
1457          for outdated charge and dipole interfaces
1458  
1459 < 2005-03-08 21:08  gezelter
1459 > 2005-03-08 16:08  gezelter
1460  
1461          * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
1462          mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
1463          charge-dipole test cases
1464  
1465 < 2005-03-08 21:07  gezelter
1465 > 2005-03-08 16:07  gezelter
1466  
1467          * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
1468          OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
1469          strange icc8 bug (we think).
1470  
1471 < 2005-03-08 21:07  gezelter
1471 > 2005-03-08 16:07  gezelter
1472  
1473          * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
1474  
1475 < 2005-03-08 21:07  gezelter
1475 > 2005-03-08 16:07  gezelter
1476  
1477          * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
1478          Unification Project
1479  
1480 < 2005-03-08 21:07  gezelter
1480 > 2005-03-08 16:07  gezelter
1481  
1482          * src/io/Globals.cpp: Dunno
1483  
1484 < 2005-03-08 21:06  gezelter
1484 > 2005-03-08 16:06  gezelter
1485  
1486          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
1487          OOPSE_itoa and checking a NULL left over from the LinkedList days
1488  
1489 < 2005-03-08 21:06  gezelter
1489 > 2005-03-08 16:06  gezelter
1490  
1491          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
1492          atype_interface.F90, atype_interface.h, charge.F90,
# Line 195 | Line 1494
1494          dipole_interface.F90, dipole_interface.h: electrostatic unification
1495          project fixed an uninitialized variable in Lennard Jones mixing map
1496  
1497 < 2005-03-08 21:05  gezelter
1497 > 2005-03-08 16:05  gezelter
1498  
1499          * src/UseTheForce/doForces.F90: electrostatic unification project
1500  
1501 < 2005-03-08 21:05  gezelter
1501 > 2005-03-08 16:05  gezelter
1502  
1503          * samples/water/dimer/: two.md, water.md: making some cool test
1504          cases
1505  
1506 < 2005-03-08 21:05  gezelter
1506 > 2005-03-08 16:05  gezelter
1507  
1508          * forceFields/DUFF2.frc: Added a charge for Chlorine
1509  
1510 < 2005-03-07 22:39  tim
1510 > 2005-03-07 17:39  tim
1511  
1512          * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
1513          math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
1514          primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
1515          Fixing a bug in BitSet.cpp
1516  
1517 < 2005-03-04 15:28  gezelter
1517 > 2005-03-04 10:28  gezelter
1518  
1519          * src/config.h.in: Cleaning up config.h.in by adding comments
1520  
1521 < 2005-03-04 15:28  gezelter
1521 > 2005-03-04 10:28  gezelter
1522  
1523          * configure, ac-tools/configure.in, make/Makefile.in,
1524          src/brains/SimCreator.cpp: SPRNG eradication project
1525  
1526 < 2005-03-03 14:40  tim
1526 > 2005-03-03 09:40  tim
1527  
1528          * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
1529          missing atom type problem)
1530  
1531 < 2005-03-02 16:29  tim
1531 > 2005-03-02 11:29  tim
1532  
1533          * src/math/RandNumGen.hpp: adding base class of Random Number
1534          generator
1535  
1536 < 2005-03-02 16:28  tim
1536 > 2005-03-02 11:28  tim
1537  
1538          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1539          math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
1540          Velocitizer is not initialized which causes a seg fault
1541  
1542 < 2005-03-02 15:36  tim
1542 > 2005-03-02 10:36  tim
1543  
1544          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1545          integrators/Velocitizer.hpp, math/Makefile,
# Line 250 | Line 1549
1549          MersenneTwister.hpp which causes all kinds of trouble.  Refactory
1550          random number generator
1551  
1552 < 2005-03-02 07:32  tim
1552 > 2005-03-02 02:32  tim
1553  
1554          * test/math/testRandNumGen.cpp: Adding unit test for random number
1555          generator
1556  
1557 < 2005-03-01 23:17  tim
1557 > 2005-03-01 18:17  tim
1558  
1559          * src/brains/Thermo.hpp: fixed a file inclusion problem
1560  
1561 < 2005-03-01 23:17  tim
1561 > 2005-03-01 18:17  tim
1562  
1563          * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
1564          OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
1565          ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
1566          RandNumGenTestCase.hpp: fixed compilation problem
1567  
1568 < 2005-03-01 23:02  tim
1568 > 2005-03-01 18:02  tim
1569  
1570          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
1571          integrators/Velocitizer.hpp, math/Makefile,
# Line 274 | Line 1573
1573          math/ParallelRandNumGen.hpp, math/mt19937ar.c,
1574          math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
1575  
1576 < 2005-03-01 23:00  tim
1576 > 2005-03-01 18:00  tim
1577  
1578          * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
1579          ParallelandNumGenTestCase.hpp: Change the name of test case
1580  
1581 < 2005-03-01 21:00  tim
1581 > 2005-03-01 16:00  tim
1582  
1583          * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
1584          OOPSERandNumGenTestCase.hpp: adding testcase for random number
1585          generator
1586  
1587 < 2005-03-01 20:10  tim
1587 > 2005-03-01 15:10  tim
1588  
1589          * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
1590          integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
# Line 296 | Line 1595
1595          utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
1596          visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
1597  
1598 < 2005-03-01 19:11  tim
1598 > 2005-03-01 14:11  tim
1599  
1600          * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
1601          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
1602          math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
1603          OOPSERandNumGen
1604  
1605 < 2005-03-01 15:44  gezelter
1605 > 2005-03-01 10:44  gezelter
1606  
1607          * make/Makefile.in: Fixed the damned build problem with the
1608          libraries not being removed in make clean and make distclean (at
1609          least we think it is fixed).
1610  
1611 < 2005-03-01 15:26  gezelter
1611 > 2005-03-01 10:26  gezelter
1612  
1613          * src/math/MersenneTwister.hpp: Making small modifications to allow
1614          for use on MPI machines
1615  
1616 < 2005-03-01 14:45  tim
1616 > 2005-03-01 09:45  tim
1617  
1618          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
1619          integrators/Velocitizer.cpp, io/DumpReader.cpp,
1620          math/MersenneTwister.hpp: adding MersenneTwister random number
1621          generator
1622  
1623 < 2005-03-01 03:55  tim
1623 > 2005-02-28 22:55  tim
1624  
1625          * src/math/MersenneTwister.hpp: Adding a modified version of
1626          MersenneTwister.hpp
1627  
1628 < 2005-02-28 17:24  tim
1628 > 2005-02-28 12:24  tim
1629  
1630          * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
1631          definition.jpg: selection expression
1632  
1633 < 2005-02-25 21:22  tim
1633 > 2005-02-25 16:22  tim
1634  
1635          * src/: UseTheForce/DarkSide/LJ.F90,
1636          UseTheForce/DarkSide/lj_interface.F90,
# Line 339 | Line 1638
1638          io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
1639          types/AtomType.hpp: adding soft potential to LJ Module
1640  
1641 < 2005-02-25 16:38  tim
1641 > 2005-02-25 11:38  tim
1642  
1643          * doc/SelectionExpression.html: adding documentation for selection
1644          expression
1645  
1646 < 2005-02-24 20:55  tim
1646 > 2005-02-24 15:55  tim
1647  
1648          * src/: applications/simpleBuilder/simpleBuilder.cpp,
1649          integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
# Line 352 | Line 1651
1651          adding basic_teebuf which can operate on multiple stream
1652          simutaneously.
1653  
1654 < 2005-02-22 18:56  tim
1654 > 2005-02-22 14:26  chrisfen
1655  
1656 +        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
1657 +        sample
1658 +
1659 + 2005-02-22 13:56  tim
1660 +
1661          * src/: UseTheForce/DarkSide/reactionField.F90,
1662          primitives/RigidBody.cpp: reactionfield get fixed
1663  
1664 < 2005-02-21 16:57  tim
1664 > 2005-02-21 11:57  tim
1665  
1666          * src/: applications/staticProps/GofRAngle.cpp,
1667          visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
1668          a bug in GofRAngle
1669  
1670 < 2005-02-21 15:28  tim
1670 > 2005-02-21 10:28  tim
1671  
1672          * src/primitives/Molecule.cpp: Fix for compilation on the Sun
1673  
1674 < 2005-02-21 15:22  tim
1674 > 2005-02-21 10:22  tim
1675  
1676          * src/utils/next_combination.hpp: fix for compilation on the Sun
1677  
1678 < 2005-02-21 15:21  tim
1678 > 2005-02-21 10:21  tim
1679  
1680          * src/utils/GenericData.hpp: fix problem in sun
1681  
1682 < 2005-02-18 23:07  tim
1682 > 2005-02-18 18:07  tim
1683  
1684          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1685          applications/dump2Xyz/Dump2XYZ.ggo,
# Line 392 | Line 1696
1696          visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
1697          visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
1698  
1699 < 2005-02-18 15:58  gezelter
1699 > 2005-02-18 10:58  gezelter
1700  
1701          * src/brains/Register.cpp: Corrected filename collision for EAM on
1702          Mac OS X
1703  
1704 < 2005-02-18 15:58  gezelter
1704 > 2005-02-18 10:58  gezelter
1705  
1706          * src/applications/oopse/oopse.cpp: Updated copyright information
1707  
1708 < 2005-02-18 15:58  gezelter
1708 > 2005-02-18 10:58  gezelter
1709  
1710          * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
1711          Makefile: corrected filename collision for EAM on operating systems
1712          which are not case sensitive (aka Mac OS X)
1713  
1714 < 2005-02-17 20:15  tim
1714 > 2005-02-17 15:15  tim
1715  
1716          * src/applications/staticProps/GofXyz.cpp: more bug get fixed
1717  
1718 < 2005-02-17 19:50  tim
1718 > 2005-02-17 14:50  tim
1719  
1720          * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
1721          in GofXyz
1722  
1723 < 2005-02-17 19:09  tim
1723 > 2005-02-17 14:09  tim
1724  
1725          * src/applications/staticProps/RadialDistrFunc.hpp: make
1726          processHistogram non-abstrct function
1727  
1728 < 2005-02-17 18:41  tim
1728 > 2005-02-17 13:41  tim
1729  
1730          * src/applications/staticProps/GofXyz.cpp: [no log message]
1731  
1732 < 2005-02-17 18:30  tim
1732 > 2005-02-17 13:30  tim
1733  
1734          * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
1735          GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
1736          finish GofXyz
1737  
1738 < 2005-02-17 16:21  tim
1738 > 2005-02-17 11:21  tim
1739  
1740          * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
1741          GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
1742          distribution function
1743  
1744 < 2005-02-17 15:23  tim
1744 > 2005-02-17 10:23  tim
1745  
1746          * src/utils/BitSet.hpp: forget the const correctness for BitSet
1747  
1748 < 2005-02-17 15:18  tim
1748 > 2005-02-17 10:18  tim
1749  
1750          * src/: brains/BlockSnapshotManager.cpp,
1751          selection/DistanceFinder.cpp: The change of interface of BitSet
1752          cause a bug in SelectionEvaluation
1753  
1754 < 2005-02-16 21:13  tim
1754 > 2005-02-16 16:13  tim
1755  
1756          * src/utils/residentMem.c: return residentMem in byte
1757  
1758 < 2005-02-16 21:00  tim
1758 > 2005-02-16 16:00  tim
1759  
1760          * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
1761          a bug in writing out the value of cosang
1762  
1763 < 2005-02-16 20:43  tim
1763 > 2005-02-16 15:43  tim
1764  
1765          * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
1766          estimate avaliable memory
1767  
1768 < 2005-02-16 20:30  tim
1768 > 2005-02-16 15:30  tim
1769  
1770          * src/: applications/staticProps/GofAngle2.cpp,
1771          applications/staticProps/GofAngle2.hpp,
# Line 477 | Line 1781
1781          applications/staticProps/StaticPropsCmd.h,
1782          brains/BlockSnapshotManager.cpp: change the default bin number
1783  
1784 < 2005-02-16 19:36  tim
1784 > 2005-02-16 14:36  tim
1785  
1786          * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
1787          applications/dynamicProps/RCorrFunc.cpp,
# Line 494 | Line 1798
1798          utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
1799          files;fix the problem of counting in staticProps
1800  
1801 < 2005-02-15 19:39  tim
1801 > 2005-02-15 14:39  tim
1802  
1803          * src/brains/BlockSnapshotManager.cpp: fix a bug in
1804          BlockSnapshotManager
1805  
1806 < 2005-02-15 19:36  tim
1806 > 2005-02-15 14:36  tim
1807  
1808          * src/: applications/dynamicProps/TimeCorrFunc.cpp,
1809          applications/staticProps/RadialDistrFunc.cpp,
# Line 507 | Line 1811
1811          selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
1812          reference counting now
1813  
1814 < 2005-02-15 17:49  tim
1814 > 2005-02-15 12:49  tim
1815  
1816          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
1817          replace std::make_pair by VariablesType::value_type to make Sun
1818          Compiler happy
1819  
1820 < 2005-02-15 17:35  tim
1820 > 2005-02-15 12:35  tim
1821  
1822          * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
1823          TokenMap, using TokenMapType::value_type instead of std::make_pair
1824          to make Sun compiler happy
1825  
1826 < 2005-02-15 17:24  tim
1826 > 2005-02-15 12:24  tim
1827  
1828          * src/applications/staticProps/: GofRAngle.cpp,
1829          RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
1830  
1831 < 2005-02-15 17:11  tim
1831 > 2005-02-15 12:11  tim
1832  
1833          * src/: applications/staticProps/GofR.cpp,
1834          applications/staticProps/RadialDistrFunc.cpp,
# Line 533 | Line 1837
1837          #ifdef __RWSTD to make sun compiler happy (2) fix pair density
1838          calculation problem when two selections intersect with each other
1839  
1840 < 2005-02-15 15:24  gezelter
1840 > 2005-02-15 10:24  gezelter
1841  
1842          * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
1843          xlc++
1844  
1845 < 2005-02-15 15:17  gezelter
1845 > 2005-02-15 10:17  gezelter
1846  
1847          * configure, ac-tools/configure.in, src/config.h.in,
1848          src/utils/residentMem.c: [no log message]
1849  
1850 < 2005-02-15 06:17  gezelter
1850 > 2005-02-15 01:17  gezelter
1851  
1852          * src/utils/residentMem.c: bug fix for null termination
1853  
1854 < 2005-02-15 06:11  gezelter
1854 > 2005-02-15 01:11  gezelter
1855  
1856          * configure, ac-tools/configure.in, src/utils/residentMem.c:
1857          bugfixing residentMem
1858  
1859 < 2005-02-15 05:59  gezelter
1859 > 2005-02-15 00:59  gezelter
1860  
1861          * configure, ac-tools/configure.in, src/config.h.in,
1862          src/utils/residentMem.c: bugfixes for residentMem on LINUX
1863  
1864 < 2005-02-15 05:08  gezelter
1864 > 2005-02-15 00:08  gezelter
1865  
1866          * src/utils/Makefile.in: added residentMem
1867  
1868 < 2005-02-15 05:05  gezelter
1868 > 2005-02-15 00:05  gezelter
1869  
1870          * configure, ac-tools/configure.in, make/Makefile.in,
1871          src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
# Line 569 | Line 1873
1873          other processes autoconf fixes ps syntax checking config.h file
1874          cleaning
1875  
1876 < 2005-02-14 23:26  gezelter
1876 > 2005-02-14 18:26  gezelter
1877  
1878          * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
1879  
1880 < 2005-02-14 23:16  gezelter
1880 > 2005-02-14 18:16  gezelter
1881  
1882          * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
1883          strangeness
1884  
1885 < 2005-02-14 19:42  tim
1885 > 2005-02-14 14:42  tim
1886  
1887          * src/brains/BlockSnapshotManager.cpp: fix a bug in
1888          BlockSnapshotManager.hpp
1889  
1890 < 2005-02-14 18:51  tim
1890 > 2005-02-14 13:51  tim
1891  
1892          * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
1893          StaticPropsCmd.c: default length for staticProps is 1/2 smallest
1894          length of first frame
1895  
1896 < 2005-02-14 18:12  tim
1896 > 2005-02-14 13:12  tim
1897  
1898          * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
1899          VelocityVerletIntegrator : last frame is written twice
1900  
1901 < 2005-02-14 17:57  tim
1901 > 2005-02-14 12:57  tim
1902  
1903          * src/: applications/dynamicProps/TimeCorrFunc.cpp,
1904          brains/SimInfo.cpp, primitives/RigidBody.cpp,
1905          primitives/StuntDouble.hpp: begin bug fix
1906  
1907 < 2005-02-14 17:35  tim
1907 > 2005-02-14 12:35  tim
1908  
1909          * src/applications/dynamicProps/: CorrelationFunction.cpp,
1910          CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
# Line 610 | Line 1914
1914          RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
1915          VCorrFunc.hpp: refactory CorrelationFunction
1916  
1917 < 2005-02-14 15:18  gezelter
1917 > 2005-02-14 10:18  gezelter
1918  
1919          * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
1920          and start of switch for type of correlation function
1921  
1922 < 2005-02-13 21:18  tim
1922 > 2005-02-13 16:18  tim
1923  
1924          * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
1925          calculating  bytes per stuntdouble
1926  
1927 < 2005-02-13 21:03  tim
1927 > 2005-02-13 16:03  tim
1928  
1929          * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
1930  
1931 < 2005-02-13 20:57  tim
1931 > 2005-02-13 15:57  tim
1932  
1933          * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
1934          bug in CorrelationFunction
1935  
1936 < 2005-02-13 20:36  tim
1936 > 2005-02-13 15:36  tim
1937  
1938          * src/: applications/staticProps/GofR.cpp,
1939          applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
1940          bug in SimInfo::getCutoff()
1941  
1942 < 2005-02-13 20:08  tim
1942 > 2005-02-13 15:08  tim
1943  
1944          * make/Makefile.in: adding staticProps and dynamicProps into
1945          Makefile.in
1946  
1947 < 2005-02-13 20:05  tim
1947 > 2005-02-13 15:05  tim
1948  
1949          * src/: applications/dynamicProps/CorrelationFunction.cpp,
1950          applications/dynamicProps/CorrelationFunction.hpp,
# Line 651 | Line 1955
1955          brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
1956          defaults to the cutoff radius
1957  
1958 < 2005-02-13 19:14  tim
1958 > 2005-02-13 14:14  tim
1959  
1960          * src/utils/Algorithm.hpp: adding Algorithm.hpp
1961  
1962 < 2005-02-13 19:10  tim
1962 > 2005-02-13 14:10  tim
1963  
1964          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1965          applications/dynamicProps/CorrelationFunction.cpp,
# Line 669 | Line 1973
1973          utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
1974          visitors/OtherVisitor.cpp: dynamicProps get built
1975  
1976 < 2005-02-13 15:56  tim
1976 > 2005-02-13 10:56  tim
1977  
1978          * src/: applications/dynamicProps/CorrelationFunction.cpp,
1979          brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
1980          brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
1981          progress
1982  
1983 < 2005-02-13 08:04  tim
1983 > 2005-02-13 03:04  tim
1984  
1985          * src/: applications/dynamicProps/CorrelationFunction.hpp,
1986          brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
# Line 684 | Line 1988
1988          brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
1989          work in dynamicProps
1990  
1991 < 2005-02-13 07:25  tim
1991 > 2005-02-13 02:25  tim
1992  
1993          * src/applications/dynamicProps/DynamicProps.cpp: adding
1994          dynamicProps
1995  
1996 < 2005-02-13 07:14  tim
1996 > 2005-02-13 02:14  tim
1997  
1998          * src/applications/dynamicProps/: DynamicPropsCmd.c,
1999          DynamicPropsCmd.h: adding command line option to DynamicProps
2000  
2001 < 2005-02-13 07:13  tim
2001 > 2005-02-13 02:13  tim
2002  
2003          * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
2004          adding command line option for DynamicProps
2005  
2006 < 2005-02-13 06:57  tim
2006 > 2005-02-13 01:57  tim
2007  
2008          * src/: applications/dynamicProps/CorrelationFunction.cpp,
2009          applications/dynamicProps/CorrelationFunction.hpp,
# Line 716 | Line 2020
2020          primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
2021          dynamicProps
2022  
2023 < 2005-02-12 20:09  tim
2023 > 2005-02-12 15:09  tim
2024  
2025          * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
2026  
2027 < 2005-02-11 22:41  tim
2027 > 2005-02-11 17:41  tim
2028  
2029          * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
2030          more constructor to Snapshot to create customized DataStorage
2031  
2032 < 2005-02-11 22:39  tim
2032 > 2005-02-11 17:39  tim
2033  
2034          * src/selection/: DistanceFinder.hpp, Makefile,
2035          SelectionManager.hpp: adding beginSelected, nextSelected method to
2036          SelectionManager
2037  
2038 < 2005-02-11 22:36  tim
2038 > 2005-02-11 17:36  tim
2039  
2040          * src/config.h.in, configure: adding support for physmem
2041  
2042 < 2005-02-11 22:35  tim
2042 > 2005-02-11 17:35  tim
2043  
2044          * ac-tools/configure.in: adding supprot for physmem
2045  
2046 < 2005-02-11 22:35  tim
2046 > 2005-02-11 17:35  tim
2047  
2048          * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
2049          physmem
2050  
2051 < 2005-02-10 22:37  tim
2051 > 2005-02-10 17:37  tim
2052  
2053          * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
2054          GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
# Line 752 | Line 2056
2056          StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2057          StaticPropsCmd.h: more work in StaticProps
2058  
2059 < 2005-02-10 18:14  tim
2059 > 2005-02-10 13:14  tim
2060  
2061          * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
2062          GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
# Line 761 | Line 2065
2065          StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2066          StaticPropsCmd.h: change the filenames
2067  
2068 < 2005-02-10 14:15  tim
2068 > 2005-02-10 09:15  tim
2069  
2070          * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
2071          GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
2072          RadialDistrFunc.hpp: adding GofRAngle
2073  
2074 < 2005-02-09 18:21  tim
2074 > 2005-02-09 13:21  tim
2075  
2076          * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
2077          useless files
2078  
2079 < 2005-02-09 18:12  tim
2079 > 2005-02-09 13:12  tim
2080  
2081          * src/applications/staticProps/: GofR.cpp, Makefile,
2082          RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
2083  
2084 < 2005-02-09 17:08  tim
2084 > 2005-02-09 12:08  tim
2085  
2086          * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
2087          GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
2088          RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
2089  
2090 < 2005-02-07 22:39  tim
2090 > 2005-02-07 17:39  tim
2091  
2092          * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
2093          Molecule class
2094  
2095 < 2005-02-07 22:38  tim
2095 > 2005-02-07 17:38  tim
2096  
2097          * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
2098  
2099 < 2005-02-07 22:36  tim
2099 > 2005-02-07 17:36  tim
2100  
2101          * src/selection/: NameFinder.cpp, NameFinder.hpp,
2102          SelectionCompiler.cpp: support select internal index selection, for
2103          example, select DMPC.3
2104  
2105 < 2005-02-07 21:11  tim
2105 > 2005-02-07 16:11  tim
2106  
2107          * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
2108          help info for Dump2XYZ
2109  
2110 < 2005-02-07 20:39  chrisfen
2110 > 2005-02-07 15:39  chrisfen
2111  
2112          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
2113          selection librarys added
2114  
2115 < 2005-02-07 20:31  tim
2115 > 2005-02-07 15:31  tim
2116  
2117          * src/selection/Makefile, make/Makefile.in: adding Makefile
2118  
2119 < 2005-02-07 20:20  chrisfen
2119 > 2005-02-07 15:20  chrisfen
2120  
2121          * src/utils/wildcards.hpp: issue commented out in wildcards
2122  
2123 < 2005-02-07 20:06  tim
2123 > 2005-02-07 15:06  tim
2124  
2125          * src/selection/SelectionEvaluator.cpp: forget to reset the pc
2126          which cause reevaluate return NULL
2127  
2128 < 2005-02-07 19:14  tim
2128 > 2005-02-07 14:14  tim
2129  
2130          * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
2131          SimSnapshotManager.hpp: fix a bug in determing the global index for
2132          rigidbodies
2133  
2134 < 2005-02-07 19:13  tim
2134 > 2005-02-07 14:13  tim
2135  
2136          * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
2137          in Bitset
2138  
2139 < 2005-02-07 19:13  tim
2139 > 2005-02-07 14:13  tim
2140  
2141          * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
2142          SelectionCompiler.cpp, SelectionCompiler.hpp,
2143          SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
2144          TokenMap.cpp: selection library is working
2145  
2146 < 2005-02-04 22:46  tim
2146 > 2005-02-04 17:46  tim
2147  
2148          * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
2149  
2150 < 2005-02-04 22:45  tim
2150 > 2005-02-04 17:45  tim
2151  
2152          * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
2153          and XYZVisitor now use selection library
2154  
2155 < 2005-02-04 22:44  tim
2155 > 2005-02-04 17:44  tim
2156  
2157          * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
2158          adding SelectionManager into SimInfo
2159  
2160 < 2005-02-04 22:43  tim
2160 > 2005-02-04 17:43  tim
2161  
2162          * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
2163          Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
2164          selection library
2165  
2166 < 2005-02-04 22:42  tim
2166 > 2005-02-04 17:42  tim
2167  
2168          * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
2169          in BitSet
2170  
2171 < 2005-02-04 22:41  tim
2171 > 2005-02-04 17:41  tim
2172  
2173          * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
2174          implementation
2175  
2176 < 2005-02-04 22:39  tim
2176 > 2005-02-04 17:39  tim
2177  
2178          * src/selection/: NameFinder.cpp, NameFinder.hpp,
2179          SelectionCompiler.cpp, SelectionCompiler.hpp,
# Line 877 | Line 2181
2181          SelectionManager.hpp, Token.hpp: half of the selection utility is
2182          working need to debug within keyword and atomproperty keyword
2183  
2184 < 2005-02-04 05:42  tim
2184 > 2005-02-04 00:42  tim
2185  
2186          * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
2187          get built
2188  
2189 < 2005-02-04 05:42  tim
2189 > 2005-02-04 00:42  tim
2190  
2191          * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
2192  
2193 < 2005-02-04 05:26  tim
2193 > 2005-02-04 00:26  tim
2194  
2195          * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
2196          remove some useless files
2197  
2198 < 2005-02-04 04:57  tim
2198 > 2005-02-03 23:57  tim
2199  
2200          * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
2201          selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
2202          adding wildcard class; NameFinder is finished
2203  
2204 < 2005-02-03 23:14  tim
2204 > 2005-02-03 18:14  tim
2205  
2206          * src/selection/: NameFinder.cpp, NameFinder.hpp,
2207          SelectionCompiler.cpp, SelectionCompiler.hpp,
# Line 905 | Line 2209
2209          SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
2210          selection library
2211  
2212 < 2005-02-03 14:04  tim
2212 > 2005-02-03 09:04  tim
2213  
2214          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
2215          selection in progress
2216  
2217 < 2005-02-02 23:13  tim
2217 > 2005-02-02 18:13  tim
2218  
2219          * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
2220          SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
2221          Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
2222          progress, except SelectionEvaluator, other files are compiled
2223  
2224 < 2005-02-02 23:12  tim
2224 > 2005-02-02 18:12  tim
2225  
2226          * src/utils/: Makefile.in, any.hpp: adding boost::any
2227  
2228 < 2005-02-02 12:51  tim
2228 > 2005-02-02 07:51  tim
2229  
2230          * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
2231  
2232 < 2005-02-01 22:49  tim
2232 > 2005-02-01 17:49  tim
2233  
2234          * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
2235          selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
2236          selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
2237          selection/Token.hpp: Selection in progress
2238  
2239 < 2005-02-01 06:55  tim
2239 > 2005-02-01 01:55  tim
2240  
2241          * src/: selection/SelectionCompiler.hpp,
2242          selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
2243          selection/SelectionManager.hpp, selection/Token.hpp,
2244          utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
2245  
2246 < 2005-01-26 15:26  tim
2246 > 2005-01-26 10:26  tim
2247  
2248          * src/integrators/: Integrator.cpp, Integrator.hpp,
2249          VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
2250          to add eorWriter
2251  
2252 < 2005-01-26 15:15  tim
2252 > 2005-01-26 10:15  tim
2253  
2254          * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
2255          (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
2256          wrong column of electroframe
2257  
2258 < 2005-01-25 21:59  tim
2258 > 2005-01-25 16:59  tim
2259  
2260          * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
2261          SimInfo, use number of cutoff stamp as counter to loop over
2262          rigidbody stamp
2263  
2264 < 2005-01-25 17:45  tim
2264 > 2005-01-25 12:45  tim
2265  
2266          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2267          brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
# Line 977 | Line 2281
2281          inertial tensor from the directional atoms before calculate
2282          rigidbody's inertial tensor
2283  
2284 < 2005-01-17 22:17  tim
2284 > 2005-01-17 17:17  tim
2285  
2286          * forceFields/DUFF2.frc: forget to set dipole for lipid head group
2287  
2288 < 2005-01-17 16:58  tim
2288 > 2005-01-17 11:58  tim
2289  
2290          * src/integrators/NVT.cpp: fix a bug in loading initial extended
2291          system parameters
2292  
2293 < 2005-01-17 16:05  tim
2293 > 2005-01-17 11:05  tim
2294  
2295          * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
2296  
2297 < 2005-01-14 22:02  tim
2297 > 2005-01-14 17:02  tim
2298  
2299          * src/UseTheForce/WATER.cpp: remove WATER.cpp
2300  
2301 < 2005-01-14 21:37  tim
2301 > 2005-01-14 16:37  tim
2302  
2303          * forceFields/Makefile: sync Makefile
2304  
2305 < 2005-01-14 21:13  gezelter
2305 > 2005-01-14 16:13  gezelter
2306  
2307          * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
2308          src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
# Line 1012 | Line 2316
2316          src/visitors/Makefile: moved Package variable into subdirectory
2317          makefiles to speed up the building process
2318  
2319 < 2005-01-14 20:48  gezelter
2319 > 2005-01-14 15:48  gezelter
2320  
2321          * src/applications/oopse/oopse.cpp: Fixed publication details in
2322          banner
2323  
2324 < 2005-01-14 20:48  gezelter
2324 > 2005-01-14 15:48  gezelter
2325  
2326          * src/UseTheForce/DarkSide/: simParallel_interface.F90,
2327          simParallel_interface.h: added dummy subroutine to avoid empty
2328          unit, synchronized this dummy routine between C and fortran
2329  
2330 < 2005-01-14 20:31  gezelter
2330 > 2005-01-14 15:31  gezelter
2331  
2332          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
2333          notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
# Line 1039 | Line 2343
2343          DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
2344          modules and C/Fortran interface subroutines
2345  
2346 < 2005-01-14 20:15  gezelter
2346 > 2005-01-14 15:15  gezelter
2347  
2348          * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
2349  
2350 < 2005-01-14 20:09  gezelter
2350 > 2005-01-14 15:09  gezelter
2351  
2352          * configure, ac-tools/configure.in, src/config.h.in,
2353          src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
2354  
2355 < 2005-01-14 16:49  tim
2355 > 2005-01-14 11:49  tim
2356  
2357          * src/: io/EAMAtomTypesSectionParser.cpp,
2358          utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
2359          utils/StringUtils.hpp: using c library to do conversion instead of
2360          using iostream due to a bug in libstdc++(GCC 3.2)
2361  
2362 < 2005-01-14 02:40  tim
2362 > 2005-01-13 21:40  tim
2363  
2364          * src/brains/SimSetup.cpp: no message
2365  
2366 < 2005-01-14 01:56  tim
2366 > 2005-01-13 20:56  tim
2367  
2368          * src/primitives/Molecule.hpp: fix a bug in global index
2369  
2370 < 2005-01-14 01:04  tim
2370 > 2005-01-13 20:04  tim
2371  
2372          * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
2373          Integrator.hpp in Minimizer
2374  
2375 < 2005-01-13 22:14  gezelter
2375 > 2005-01-13 17:14  gezelter
2376  
2377          * src/utils/Makefile: compile getopt and getopt1 if we need to
2378  
2379 < 2005-01-13 21:56  gezelter
2379 > 2005-01-13 16:56  gezelter
2380  
2381          * make/Makefile.in: template flags
2382  
2383 < 2005-01-13 21:48  gezelter
2383 > 2005-01-13 16:48  gezelter
2384  
2385          * src/applications/oopse/Makefile: formatting
2386  
2387 < 2005-01-13 21:48  gezelter
2387 > 2005-01-13 16:48  gezelter
2388  
2389          * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
2390          target
2391  
2392 < 2005-01-13 19:40  tim
2392 > 2005-01-13 14:40  tim
2393  
2394          * src/: UseTheForce/fSwitchingFunction.h,
2395          UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
# Line 1093 | Line 2397
2397          primitives/RigidBody.cpp, types/AtomTypeProperties.h,
2398          types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
2399  
2400 < 2005-01-13 18:26  tim
2400 > 2005-01-13 13:26  tim
2401  
2402          * make/Makefile.in: change the order of linking (object file comes
2403          first and then follow by user built library)
2404  
2405 < 2005-01-12 23:24  tim
2405 > 2005-01-12 18:24  tim
2406  
2407          * src/io/DumpWriter.cpp: remove useless debug info
2408  
2409 < 2005-01-12 23:21  tim
2409 > 2005-01-12 18:21  tim
2410  
2411          * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
2412  
2413 < 2005-01-12 23:17  tim
2413 > 2005-01-12 18:17  tim
2414  
2415          * make/: Makefile.in, Makefile.in: missing tab
2416  
2417 < 2005-01-12 23:15  tim
2417 > 2005-01-12 18:15  tim
2418  
2419          * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
2420          get fixed
2421  
2422 < 2005-01-12 22:40  gezelter
2422 > 2005-01-12 17:40  gezelter
2423  
2424          * make/Makefile.in, src/UseTheForce/DUFF.cpp,
2425          src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
# Line 1325 | Line 2629
2629          src/visitors/ZconsVisitor.hpp: merging new_design branch into
2630          OOPSE-2.0
2631  
2632 < 2005-01-12 18:13  tim
2632 > 2005-01-12 13:13  tim
2633  
2634          * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
2635          utils/TypeContainer.hpp: forget to include <algorithm>
2636  
2637 < 2005-01-12 17:25  tim
2637 > 2005-01-12 12:25  tim
2638  
2639          * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
2640          newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
2641          fields
2642  
2643 < 2005-01-12 17:14  tim
2643 > 2005-01-12 12:14  tim
2644  
2645          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2646          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
# Line 1498 | Line 2802
2802          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
2803          visitors/ZconsVisitor.hpp: change license
2804  
2805 < 2005-01-12 17:14  tim
2805 > 2005-01-12 12:14  tim
2806  
2807          * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
2808          branch new_design.
2809  
2810 < 2005-01-11 21:03  tim
2810 > 2005-01-11 16:03  tim
2811  
2812          * src/: constraints/ZconstraintForceManager.cpp,
2813          constraints/ZconstraintForceManager.hpp,
# Line 1511 | Line 2815
2815          minimizers/MinimizerParameterSet.hpp: change const static double
2816          data member to const double
2817  
2818 < 2005-01-11 20:50  tim
2818 > 2005-01-11 15:50  tim
2819  
2820          * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
2821  
2822 < 2005-01-11 20:39  tim
2822 > 2005-01-11 15:39  tim
2823  
2824          * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
2825          change data type from logical to integer in AtomTypeProperties.h
2826  
2827 < 2005-01-11 16:36  tim
2827 > 2005-01-11 11:36  tim
2828  
2829          * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
2830          new format of EAM force field
2831  
2832 < 2005-01-11 16:24  tim
2832 > 2005-01-11 11:24  tim
2833  
2834          * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
2835          to DUFF2.frc
2836  
2837 < 2005-01-11 16:23  tim
2837 > 2005-01-11 11:23  tim
2838  
2839          * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
2840          DUFF2.frc
2841  
2842 < 2005-01-11 16:09  tim
2842 > 2005-01-11 11:09  tim
2843  
2844          * make/Makefile.in: adding constraints and minimizers into
2845          Makefile.in
2846  
2847 < 2005-01-11 16:03  tim
2847 > 2005-01-11 11:03  tim
2848  
2849          * src/io/: ChargeAtomTypesSectionParser.cpp,
2850          ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
2851          DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
2852          files
2853  
2854 < 2005-01-11 15:59  tim
2854 > 2005-01-11 10:59  tim
2855  
2856          * src/io/ZConsWriter.cpp: [no log message]
2857  
2858 < 2005-01-11 15:53  tim
2858 > 2005-01-11 10:53  tim
2859  
2860          * src/UseTheForce/EAM.cpp: minor fix
2861  
2862 < 2005-01-11 15:52  tim
2862 > 2005-01-11 10:52  tim
2863  
2864          * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
2865          on branch new_design.
2866  
2867 < 2005-01-11 15:52  tim
2867 > 2005-01-11 10:52  tim
2868  
2869          * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
2870          on branch new_design.
2871  
2872 < 2005-01-11 15:52  tim
2872 > 2005-01-11 10:52  tim
2873  
2874          * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
2875  
2876 < 2005-01-11 15:47  tim
2876 > 2005-01-11 10:47  tim
2877  
2878          * make/Makefile.in: forget a '$' sign
2879  
2880 < 2005-01-11 15:46  tim
2880 > 2005-01-11 10:46  tim
2881  
2882          * make/Makefile.in: missing tab in rules
2883  
2884 < 2005-01-10 22:04  tim
2884 > 2005-01-10 17:04  tim
2885  
2886          * src/: UseTheForce/ForceFieldCreator.cpp,
2887          UseTheForce/ForceFieldCreator.hpp,
# Line 1596 | Line 2900
2900          minimizers/MinimizerFactory.hpp: create a register module to
2901          register force fields, integrators and minimizers
2902  
2903 < 2005-01-10 22:04  tim
2903 > 2005-01-10 17:04  tim
2904  
2905          * src/brains/Register.cpp: file Register.cpp was initially added on
2906          branch new_design.
2907  
2908 < 2005-01-10 22:04  tim
2908 > 2005-01-10 17:04  tim
2909  
2910          * src/brains/Register.hpp: file Register.hpp was initially added on
2911          branch new_design.
2912  
2913 < 2005-01-10 20:52  tim
2913 > 2005-01-10 15:52  tim
2914  
2915          * src/: UseTheForce/ForceFieldFactory.cpp,
2916          applications/oopse/oopse.cpp, brains/ForceManager.hpp,
# Line 1618 | Line 2922
2922          visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
2923          method is working now
2924  
2925 < 2005-01-10 18:05  tim
2925 > 2005-01-10 13:05  tim
2926  
2927          * src/: constraints/ConstraintElem.hpp,
2928          constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
# Line 1628 | Line 2932
2932          visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
2933          zconstraint
2934  
2935 < 2005-01-10 18:05  tim
2935 > 2005-01-10 13:05  tim
2936  
2937          * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
2938          initially added on branch new_design.
2939  
2940 < 2005-01-07 21:50  tim
2940 > 2005-01-07 16:50  tim
2941  
2942          * src/constraints/ZconstraintForceManager.cpp: file
2943          ZconstraintForceManager.cpp was initially added on branch
2944          new_design.
2945  
2946 < 2005-01-07 21:50  tim
2946 > 2005-01-07 16:50  tim
2947  
2948          * src/constraints/ZconstraintForceManager.hpp: file
2949          ZconstraintForceManager.hpp was initially added on branch
2950          new_design.
2951  
2952 < 2005-01-07 21:50  tim
2952 > 2005-01-07 16:50  tim
2953  
2954          * src/: applications/simpleBuilder/BaseLattice.hpp,
2955          applications/simpleBuilder/Lattice.hpp,
# Line 1659 | Line 2963
2963          integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
2964          utils/NumericConstant.hpp: ZConstraintForceManager in progress
2965  
2966 < 2005-01-07 21:50  tim
2966 > 2005-01-07 16:50  tim
2967  
2968          * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
2969          initially added on branch new_design.
2970  
2971 < 2005-01-06 22:31  tim
2971 > 2005-01-06 17:31  tim
2972  
2973          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
2974          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 1673 | Line 2977
2977          io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
2978          constraint is almost working
2979  
2980 < 2005-01-06 00:36  tim
2980 > 2005-01-05 19:36  tim
2981  
2982          * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
2983          working
2984  
2985 < 2005-01-06 00:16  tim
2985 > 2005-01-05 19:16  tim
2986  
2987          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2988          applications/oopse/oopse.cpp,
# Line 1693 | Line 2997
2997          minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
2998          in progress
2999  
3000 < 2005-01-05 17:35  tim
3000 > 2005-01-05 12:35  tim
3001  
3002          * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
3003          was initially added on branch new_design.
3004  
3005 < 2005-01-05 17:35  tim
3005 > 2005-01-05 12:35  tim
3006  
3007          * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
3008          added on branch new_design.
3009  
3010 < 2005-01-05 17:35  tim
3010 > 2005-01-05 12:35  tim
3011  
3012          * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
3013          Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
# Line 1711 | Line 3015
3015          OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
3016          SDMinimizer.hpp: minimizer in progress
3017  
3018 < 2005-01-05 17:35  tim
3018 > 2005-01-05 12:35  tim
3019  
3020          * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
3021          was initially added on branch new_design.
3022  
3023 < 2005-01-05 17:35  tim
3023 > 2005-01-05 12:35  tim
3024  
3025          * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
3026          was initially added on branch new_design.
3027  
3028 < 2005-01-05 17:35  tim
3028 > 2005-01-05 12:35  tim
3029  
3030          * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
3031          was initially added on branch new_design.
3032  
3033 < 2005-01-05 17:35  tim
3033 > 2005-01-05 12:35  tim
3034  
3035          * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
3036          added on branch new_design.
3037  
3038 < 2005-01-04 22:18  tim
3038 > 2005-01-04 17:18  tim
3039  
3040          * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
3041          brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
# Line 1742 | Line 3046
3046          primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
3047          progress
3048  
3049 < 2005-01-04 22:18  tim
3049 > 2005-01-04 17:18  tim
3050  
3051          * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
3052          initially added on branch new_design.
3053  
3054 < 2005-01-04 22:18  tim
3054 > 2005-01-04 17:18  tim
3055  
3056          * src/minimizers/MinimizerParameterSet.cpp: file
3057          MinimizerParameterSet.cpp was initially added on branch new_design.
3058  
3059 < 2005-01-04 22:18  tim
3059 > 2005-01-04 17:18  tim
3060  
3061          * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
3062          initially added on branch new_design.
3063  
3064 < 2005-01-04 22:18  tim
3064 > 2005-01-04 17:18  tim
3065  
3066          * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
3067          was initially added on branch new_design.
3068  
3069 < 2005-01-04 22:18  tim
3069 > 2005-01-04 17:18  tim
3070  
3071          * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
3072          Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
3073          OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
3074          SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
3075  
3076 < 2005-01-04 22:18  tim
3076 > 2005-01-04 17:18  tim
3077  
3078          * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
3079          branch new_design.
3080  
3081 < 2004-12-20 20:50  chuckv
3081 > 2004-12-20 15:50  chuckv
3082  
3083          * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
3084          other BSD's, replaced test -f *.mod with ls function since BSD test
3085          apparently doesn't support wildcards.
3086  
3087 < 2004-12-20 20:36  tim
3087 > 2004-12-20 15:36  tim
3088  
3089          * make/Makefile.in: fix a test command incompatiable problem
3090  
3091 < 2004-12-20 19:49  tim
3091 > 2004-12-20 14:49  tim
3092  
3093          * src/integrators/NPTi.cpp: NPT is working now
3094  
3095 < 2004-12-16 19:20  tim
3095 > 2004-12-16 14:20  tim
3096  
3097          * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
3098          invalid stamp id
3099  
3100 < 2004-12-16 19:00  tim
3100 > 2004-12-16 14:00  tim
3101  
3102          * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
3103          newEAM.u6.frc: adding new EAM force field files
3104  
3105 < 2004-12-16 18:55  tim
3105 > 2004-12-16 13:55  tim
3106  
3107          * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
3108          in  EAM parameter file is incorrect
3109  
3110 < 2004-12-16 17:27  tim
3110 > 2004-12-16 12:27  tim
3111  
3112          * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
3113          brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
3114          utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
3115  
3116 < 2004-12-15 22:34  tim
3116 > 2004-12-15 17:34  tim
3117  
3118          * src/: applications/simpleBuilder/BaseLattice.cpp,
3119          applications/simpleBuilder/BaseLattice.hpp,
# Line 1822 | Line 3126
3126          applications/simpleBuilder/simpleBuilder.cpp,
3127          io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
3128  
3129 < 2004-12-15 21:07  tim
3129 > 2004-12-15 16:07  tim
3130  
3131          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3132          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
3133          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
3134          add EAM Force Field
3135  
3136 < 2004-12-15 19:40  tim
3136 > 2004-12-15 14:40  tim
3137  
3138          * src/applications/oopse/oopse.cpp: add more force fields
3139  
3140 < 2004-12-15 16:44  tim
3140 > 2004-12-15 11:44  tim
3141  
3142          * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
3143          to call All_reduce in MPI version)
3144  
3145 < 2004-12-15 16:13  tim
3145 > 2004-12-15 11:13  tim
3146  
3147          * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
3148          io/DumpReader.cpp: MPI in NVE is working
3149  
3150 < 2004-12-14 21:57  tim
3150 > 2004-12-14 16:57  tim
3151  
3152          * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
3153          Master nodes does not brocast the total number of frames
3154  
3155 < 2004-12-14 19:08  tim
3155 > 2004-12-14 14:08  tim
3156  
3157          * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
3158          integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 1857 | Line 3161
3161          minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
3162          minimizers/SDMinimizer.cpp: more fix in MPI version
3163  
3164 < 2004-12-13 22:30  tim
3164 > 2004-12-13 17:30  tim
3165  
3166          * src/: UseTheForce/DarkSide/simParallel.F90,
3167          applications/oopse/oopse.cpp, brains/SimCreator.cpp,
# Line 1875 | Line 3179
3179          utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
3180          is built
3181  
3182 < 2004-12-10 18:41  tim
3182 > 2004-12-10 13:41  tim
3183  
3184          * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
3185  
3186 < 2004-12-10 16:14  tim
3186 > 2004-12-10 11:14  tim
3187  
3188          * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
3189          primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
3190          and Dipole is working now
3191  
3192 < 2004-12-09 23:15  tim
3192 > 2004-12-09 18:15  tim
3193  
3194          * src/: UseTheForce/DarkSide/dipole.F90,
3195          UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
3196          fix an index problem in eFrame matrix
3197  
3198 < 2004-12-09 23:09  tim
3198 > 2004-12-09 18:09  tim
3199  
3200          * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
3201          initializing the new Charge AtomType
3202  
3203 < 2004-12-09 21:15  tim
3203 > 2004-12-09 16:15  tim
3204  
3205          * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
3206          types/DirectionalAtomType.cpp: sticky module get compiled
3207  
3208 < 2004-12-09 20:43  gezelter
3208 > 2004-12-09 15:43  gezelter
3209  
3210          * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
3211          reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
3212          GB
3213  
3214 < 2004-12-09 20:42  gezelter
3214 > 2004-12-09 15:42  gezelter
3215  
3216          * src/UseTheForce/doForces.F90: u_l -> eFrame
3217  
3218 < 2004-12-09 20:27  gezelter
3218 > 2004-12-09 15:27  gezelter
3219  
3220          * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
3221          module now has the option for multiple sticky types
3222  
3223 < 2004-12-09 20:27  gezelter
3223 > 2004-12-09 15:27  gezelter
3224  
3225          * src/UseTheForce/doForces.F90: sticky
3226  
3227 < 2004-12-09 16:22  tim
3227 > 2004-12-09 11:22  tim
3228  
3229          * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
3230          inconsistency in lab2Bidy
3231  
3232 < 2004-12-09 15:45  tim
3232 > 2004-12-09 10:45  tim
3233  
3234          * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
3235          in calculating torque in rigid body
3236  
3237 < 2004-12-08 20:37  tim
3237 > 2004-12-08 15:37  tim
3238  
3239          * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
3240          brains/SnapShot.cpp, brains/Snapshot.hpp,
# Line 1938 | Line 3242
3242          io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
3243          fix a parsing bug in ElectroStaticAtomTypesSectionParser
3244  
3245 < 2004-12-08 17:03  tim
3245 > 2004-12-08 12:03  tim
3246  
3247          * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
3248          in  NVT is working
3249  
3250 < 2004-12-07 23:08  tim
3250 > 2004-12-07 18:08  tim
3251  
3252          * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
3253          integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
3254          integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
3255          io/DumpWriter.cpp: NPT in progress
3256  
3257 < 2004-12-07 14:43  tim
3257 > 2004-12-07 09:43  tim
3258  
3259          * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
3260          message]
3261  
3262 < 2004-12-07 05:12  tim
3262 > 2004-12-07 00:12  tim
3263  
3264          * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
3265          UseInitXSstate
3266  
3267 < 2004-12-07 05:00  tim
3267 > 2004-12-07 00:00  tim
3268  
3269          * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
3270  
3271 < 2004-12-07 04:47  tim
3271 > 2004-12-06 23:47  tim
3272  
3273          * src/types/DirectionalAtomType.cpp: [no log message]
3274  
3275 < 2004-12-07 02:18  tim
3275 > 2004-12-06 21:18  tim
3276  
3277          * forceFields/newDUFF.frc: merge WATER force field into DUFF
3278  
3279 < 2004-12-07 01:33  tim
3279 > 2004-12-06 20:33  tim
3280  
3281          * forceFields/newDUFF.frc: change the force constant of bonds
3282  
3283 < 2004-12-06 23:29  tim
3283 > 2004-12-06 18:29  tim
3284  
3285          * src/: UseTheForce/DarkSide/charge.F90,
3286          UseTheForce/DarkSide/charge_interface.h,
# Line 1984 | Line 3288
3288          UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
3289          fix atom type ident in Charge and Dipole Module
3290  
3291 < 2004-12-06 22:56  tim
3291 > 2004-12-06 17:56  tim
3292  
3293          * src/primitives/Torsion.cpp: butane is working now
3294  
3295 < 2004-12-06 20:15  tim
3295 > 2004-12-06 15:15  tim
3296  
3297          * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
3298          primitives/Bond.hpp, primitives/Torsion.cpp: short range
3299          interaction for butane is correct.Still something wrong with long
3300          range one
3301  
3302 < 2004-12-06 04:49  tim
3302 > 2004-12-05 23:49  tim
3303  
3304          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
3305          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 2003 | Line 3307
3307          primitives/Atom.hpp, utils/NumericConstant.hpp,
3308          utils/TypeContainer.hpp: fix a bug in Exclude List
3309  
3310 < 2004-12-05 22:21  tim
3310 > 2004-12-05 17:21  tim
3311  
3312          * forceFields/newDUFF.frc: minor fix in DUFF
3313  
3314 < 2004-12-05 22:02  tim
3314 > 2004-12-05 17:02  tim
3315  
3316          * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
3317          utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
3318          fix a bug in filling MolMembership
3319  
3320 < 2004-12-05 17:12  tim
3320 > 2004-12-05 12:12  tim
3321  
3322          * forceFields/newDUFF.frc: minor fix in force field file
3323  
3324 < 2004-12-05 17:09  tim
3324 > 2004-12-05 12:09  tim
3325  
3326          * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
3327          integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
3328  
3329 < 2004-12-04 20:09  tim
3329 > 2004-12-04 15:09  tim
3330  
3331          * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
3332          math/Vector3.hpp: NVE is working now, get the same result as
3333          OOPSE-1.0
3334  
3335 < 2004-12-04 19:29  tim
3335 > 2004-12-04 14:29  tim
3336  
3337          * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
3338  
3339 < 2004-12-04 19:24  gezelter
3339 > 2004-12-04 14:24  gezelter
3340  
3341          * src/primitives/: Bend.cpp, Torsion.cpp: What?
3342  
3343 < 2004-12-04 19:24  gezelter
3343 > 2004-12-04 14:24  gezelter
3344  
3345          * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
3346  
3347 < 2004-12-04 05:24  tim
3347 > 2004-12-04 00:24  tim
3348  
3349          * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
3350          integrators/Integrator.hpp,
# Line 2051 | Line 3355
3355          dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
3356          4 EAM Step 5 Shape Step 6 Constraint & Restraint
3357  
3358 < 2004-12-04 00:01  tim
3358 > 2004-12-03 19:01  tim
3359  
3360          * src/: UseTheForce/DarkSide/LJ.F90,
3361          applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
# Line 2060 | Line 3364
3364          io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
3365          energy of NVE is not conserved
3366  
3367 < 2004-12-03 22:36  tim
3367 > 2004-12-03 17:36  tim
3368  
3369          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
3370          primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
3371  
3372 < 2004-12-03 21:30  tim
3372 > 2004-12-03 16:30  tim
3373  
3374          * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
3375          brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
# Line 2073 | Line 3377
3377          primitives/Molecule.hpp, primitives/StuntDouble.hpp,
3378          primitives/Torsion.hpp: more missing function get implemented
3379  
3380 < 2004-12-03 20:30  tim
3380 > 2004-12-03 15:30  tim
3381  
3382          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
3383          SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
3384  
3385 < 2004-12-03 17:59  tim
3385 > 2004-12-03 12:59  tim
3386  
3387          * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
3388          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 2087 | Line 3391
3391          io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
3392          utils/TypeContainer.hpp: begin to fix bugs
3393  
3394 < 2004-12-03 00:26  tim
3394 > 2004-12-02 19:26  tim
3395  
3396          * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
3397          new_design.
3398  
3399 < 2004-12-03 00:26  tim
3399 > 2004-12-02 19:26  tim
3400  
3401          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3402          UseTheForce/ForceFieldCreator.cpp,
# Line 2103 | Line 3407
3407          utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
3408          bug in countTokens in StringTokenizer
3409  
3410 < 2004-12-03 00:06  tim
3410 > 2004-12-02 19:06  tim
3411  
3412          * forceFields/newDUFF.frc: minor fix
3413  
3414 < 2004-12-02 23:15  tim
3414 > 2004-12-02 18:15  tim
3415  
3416          * forceFields/newDUFF.frc: new ForceField format
3417  
3418 < 2004-12-02 22:15  tim
3418 > 2004-12-02 17:15  tim
3419  
3420          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3421          UseTheForce/ForceFieldCreator.cpp,
# Line 2130 | Line 3434
3434          types/Makefile: refine factory pattern to make it initialized
3435          correctly
3436  
3437 < 2004-12-02 22:15  tim
3437 > 2004-12-02 17:15  tim
3438  
3439          * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
3440          was initially added on branch new_design.
3441  
3442 < 2004-12-02 22:15  tim
3442 > 2004-12-02 17:15  tim
3443  
3444          * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
3445          was initially added on branch new_design.
3446  
3447 < 2004-12-02 22:15  tim
3447 > 2004-12-02 17:15  tim
3448  
3449          * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
3450          was initially added on branch new_design.
3451  
3452 < 2004-12-02 22:15  tim
3452 > 2004-12-02 17:15  tim
3453  
3454          * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
3455          was initially added on branch new_design.
3456  
3457 < 2004-12-02 16:53  tim
3457 > 2004-12-02 11:53  tim
3458  
3459          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
3460          types/DirectionalAtomType.cpp, types/Makefile: oopse get built
3461  
3462 < 2004-12-02 16:04  tim
3462 > 2004-12-02 11:04  tim
3463  
3464          * src/: applications/simpleBuilder/LatticeCreator.cpp,
3465          applications/simpleBuilder/LatticeCreator.hpp,
# Line 2179 | Line 3483
3483          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
3484          have two linking problem
3485  
3486 < 2004-12-02 05:17  tim
3486 > 2004-12-02 00:17  tim
3487  
3488          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3489          applications/simpleBuilder/Lattice.cpp,
# Line 2191 | Line 3495
3495          visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
3496          visitors/ZconsVisitor.cpp: change endl to std::endl
3497  
3498 < 2004-12-02 05:14  tim
3498 > 2004-12-02 00:14  tim
3499  
3500          * src/: UseTheForce/Shapes_FF.cpp,
3501          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2207 | Line 3511
3511          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
3512          visitors/RigidBodyVisitor.hpp: minor fix
3513  
3514 < 2004-12-02 05:09  tim
3514 > 2004-12-02 00:09  tim
3515  
3516          * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
3517          remove StreamTokenizer
3518  
3519 < 2004-12-02 05:06  tim
3519 > 2004-12-02 00:06  tim
3520  
3521          * src/: UseTheForce/Shapes_FF.cpp,
3522          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
# Line 2221 | Line 3525
3525          restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
3526          namespace std in .cpp file
3527  
3528 < 2004-12-02 05:04  tim
3528 > 2004-12-02 00:04  tim
3529  
3530          * src/: UseTheForce/Shapes_FF.cpp,
3531          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2245 | Line 3549
3549          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
3550          qulified name prefix std
3551  
3552 < 2004-12-02 04:55  tim
3552 > 2004-12-01 23:55  tim
3553  
3554          * src/: UseTheForce/Shapes_FF.cpp,
3555          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 2261 | Line 3565
3565          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
3566          visitors/RigidBodyVisitor.hpp: replace string by std::string
3567  
3568 < 2004-12-02 03:12  tim
3568 > 2004-12-01 22:12  tim
3569  
3570          * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
3571          src/applications/simpleBuilder/BaseLattice.hpp,
# Line 2282 | Line 3586
3586          test/brains/RigidBody.cpp: replace misuse of using namespace std in
3587          header files
3588  
3589 < 2004-12-02 02:23  tim
3589 > 2004-12-01 21:23  tim
3590  
3591          * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
3592          primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
3593          utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
3594          begin to fix linking problem
3595  
3596 < 2004-12-02 02:08  tim
3596 > 2004-12-01 21:08  tim
3597  
3598          * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
3599          brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
# Line 2301 | Line 3605
3605          utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
3606          still has some linking problem
3607  
3608 < 2004-12-02 00:26  tim
3608 > 2004-12-01 19:26  tim
3609  
3610          * src/: integrators/NVT.cpp, integrators/NVT.hpp,
3611          utils/OOPSEConstant.hpp: NVT get built
3612  
3613 < 2004-12-02 00:09  tim
3613 > 2004-12-01 19:09  tim
3614  
3615          * src/integrators/DLM.cpp: file DLM.cpp was initially added on
3616          branch new_design.
3617  
3618 < 2004-12-02 00:09  tim
3618 > 2004-12-01 19:09  tim
3619  
3620          * src/integrators/DLM.hpp: file DLM.hpp was initially added on
3621          branch new_design.
3622  
3623 < 2004-12-02 00:09  tim
3623 > 2004-12-01 19:09  tim
3624  
3625          * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
3626          brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
# Line 2328 | Line 3632
3632          integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
3633          get built
3634  
3635 < 2004-12-02 00:09  tim
3635 > 2004-12-01 19:09  tim
3636  
3637          * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
3638          was initially added on branch new_design.
3639  
3640 < 2004-12-01 22:45  tim
3640 > 2004-12-01 17:45  tim
3641  
3642          * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
3643          integrators/IntegratorFactory.cpp,
# Line 2344 | Line 3648
3648          io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
3649          io/StatWriter.hpp: rename DumpWrite to DumpWriter
3650  
3651 < 2004-12-01 22:45  tim
3651 > 2004-12-01 17:45  tim
3652  
3653          * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
3654          branch new_design.
3655  
3656 < 2004-12-01 20:05  tim
3656 > 2004-12-01 15:05  tim
3657  
3658          * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
3659          io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
# Line 2358 | Line 3662
3662          visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
3663          visitors/ZconsVisitor.hpp: visitors get built
3664  
3665 < 2004-12-01 19:32  chrisfen
3665 > 2004-12-01 14:32  chrisfen
3666  
3667          * samples/water/tip3p_ice/tp3.md: fixed a sample
3668  
3669 < 2004-12-01 19:10  tim
3669 > 2004-12-01 14:10  tim
3670  
3671          * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
3672          src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
# Line 2371 | Line 3675
3675          src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
3676          spell check
3677  
3678 < 2004-12-01 18:42  tim
3678 > 2004-12-01 13:42  tim
3679  
3680          * src/: UseTheForce/DarkSide/atype.F90,
3681          io/ElectrostaticAtomTypesSectionParser.cpp,
# Line 2380 | Line 3684
3684          primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
3685          and constraint, other directories get built
3686  
3687 < 2004-12-01 17:38  tim
3687 > 2004-12-01 12:38  tim
3688  
3689          * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
3690          brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
# Line 2393 | Line 3697
3697          types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
3698          refactory AtomType
3699  
3700 < 2004-12-01 03:11  tim
3700 > 2004-11-30 22:11  tim
3701  
3702          * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
3703  
3704 < 2004-12-01 02:30  tim
3704 > 2004-11-30 21:30  tim
3705  
3706          * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
3707          NumericConstant
3708  
3709 < 2004-12-01 02:24  tim
3709 > 2004-11-30 21:24  tim
3710  
3711          * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
3712          primitives/RigidBody.cpp: minor fix
3713  
3714 < 2004-11-30 23:14  tim
3714 > 2004-11-30 18:14  tim
3715  
3716          * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
3717          io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
3718          io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
3719          get built, next is integrator
3720  
3721 < 2004-11-30 22:43  tim
3721 > 2004-11-30 17:43  tim
3722  
3723          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
3724          UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
# Line 2422 | Line 3726
3726          io/BASS_interface.cpp, primitives/StuntDouble.hpp,
3727          utils/StringUtils.hpp: brains get built
3728  
3729 < 2004-11-30 20:50  tim
3729 > 2004-11-30 15:50  tim
3730  
3731          * src/: brains/ForceManager.cpp, brains/Makefile,
3732          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
3733          primitives/RigidBody.cpp, primitives/RigidBody.hpp,
3734          utils/StringUtils.hpp: brains get built, io is next
3735  
3736 < 2004-11-30 19:58  tim
3736 > 2004-11-30 14:58  tim
3737  
3738          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
3739          brains/ForceManager.cpp, brains/ForceManager.hpp,
# Line 2440 | Line 3744
3744          brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
3745          math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
3746  
3747 < 2004-11-30 19:58  tim
3747 > 2004-11-30 14:58  tim
3748  
3749          * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
3750          added on branch new_design.
3751  
3752 < 2004-11-30 17:54  tim
3752 > 2004-11-30 12:54  tim
3753  
3754          * src/: primitives/Bend.hpp, primitives/Bond.hpp,
3755          primitives/StuntDouble.hpp, primitives/Torsion.hpp,
3756          utils/LocalIndexManager.hpp: more get fixed
3757  
3758 < 2004-11-30 05:03  tim
3758 > 2004-11-30 00:03  tim
3759  
3760          * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
3761          initially added on branch new_design.
3762  
3763 < 2004-11-30 05:03  tim
3763 > 2004-11-30 00:03  tim
3764  
3765          * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
3766          LocalndexManager.hpp to LocalIndexManager.hpp
3767  
3768 < 2004-11-30 04:43  tim
3768 > 2004-11-29 23:43  tim
3769  
3770          * src/: io/BendTypesSectionParser.cpp,
3771          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 2470 | Line 3774
3774          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
3775          types/PolynomialTorsionType.hpp: Section Parsers get compiled
3776  
3777 < 2004-11-30 04:14  tim
3777 > 2004-11-29 23:14  tim
3778  
3779          * src/: io/BendTypesSectionParser.cpp,
3780          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 2478 | Line 3782
3782          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
3783          fixed
3784  
3785 < 2004-11-30 03:49  tim
3785 > 2004-11-29 22:49  tim
3786  
3787          * src/: io/TorsionTypesSectionParser.cpp,
3788          io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
# Line 2486 | Line 3790
3790          types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
3791          types/QuarticTorsionType.hpp: minor fixed
3792  
3793 < 2004-11-30 03:32  tim
3793 > 2004-11-29 22:32  tim
3794  
3795          * src/: io/TorsionTypesSectionParser.cpp,
3796          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
3797          types/PolynomialTorsionType.hpp: #inlcude statement can not be
3798          embedded
3799  
3800 < 2004-11-29 21:42  tim
3800 > 2004-11-29 16:42  tim
3801  
3802          * test/math/: Makefile, PolynomialTestCase.cpp,
3803          PolynomialTestCase.hpp: add PolynomialTestCase
3804  
3805 < 2004-11-29 21:42  tim
3805 > 2004-11-29 16:42  tim
3806  
3807          * src/math/Polynomial.hpp: Polynomial passes unit test
3808  
3809 < 2004-11-29 20:03  tim
3809 > 2004-11-29 15:03  tim
3810  
3811          * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
3812          QuarticTorsion.hpp to QuarticTorsionType.hpp
3813  
3814 < 2004-11-29 20:03  tim
3814 > 2004-11-29 15:03  tim
3815  
3816          * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
3817          initially added on branch new_design.
3818  
3819 < 2004-11-29 19:56  tim
3819 > 2004-11-29 14:56  tim
3820  
3821          * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
3822          initially added on branch new_design.
3823  
3824 < 2004-11-29 19:56  tim
3824 > 2004-11-29 14:56  tim
3825  
3826          * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
3827          CubicTorsionType and QuarticTorsionType
3828  
3829 < 2004-11-29 19:56  tim
3829 > 2004-11-29 14:56  tim
3830  
3831          * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
3832          initially added on branch new_design.
3833  
3834 < 2004-11-29 18:00  tim
3834 > 2004-11-29 13:00  tim
3835  
3836          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
3837          types/CubicBendType.hpp, types/CubicBondType.hpp,
3838          types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
3839          fixed
3840  
3841 < 2004-11-29 17:59  tim
3841 > 2004-11-29 12:59  tim
3842  
3843          * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
3844          new_design.
3845  
3846 < 2004-11-29 17:59  tim
3846 > 2004-11-29 12:59  tim
3847  
3848          * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
3849          Algorithm for std::string
3850  
3851 < 2004-11-29 15:52  tim
3851 > 2004-11-29 10:52  tim
3852  
3853          * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
3854          some useless files
3855  
3856 < 2004-11-29 15:50  tim
3856 > 2004-11-29 10:50  tim
3857  
3858          * src/io/: BondTypesSectionParser.cpp,
3859          ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
# Line 2560 | Line 3864
3864          SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
3865          StickyAtomTypesSectionParser.hpp: more files get fixed
3866  
3867 < 2004-11-29 15:27  tim
3867 > 2004-11-29 10:27  tim
3868  
3869          * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
3870          DirectionalAtomTypesSectionParser.cpp,
# Line 2569 | Line 3873
3873          SectionParserManager.cpp, SectionParserManager.hpp: part of io get
3874          built
3875  
3876 < 2004-11-29 14:49  tim
3876 > 2004-11-29 09:49  tim
3877  
3878          * src/types/UreyBradleyBendType.hpp: types get built
3879  
3880 < 2004-11-29 14:40  tim
3880 > 2004-11-29 09:40  tim
3881  
3882          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
3883          types  get built
3884  
3885 < 2004-11-26 02:13  tim
3885 > 2004-11-25 21:13  tim
3886  
3887          * src/: UseTheForce/ForceField.hpp,
3888          io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
3889          types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
3890          files
3891  
3892 < 2004-11-25 20:18  tim
3892 > 2004-11-25 15:18  tim
3893  
3894          * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
3895          initially added on branch new_design.
3896  
3897 < 2004-11-25 20:18  tim
3897 > 2004-11-25 15:18  tim
3898  
3899          * src/: io/AtomTypesSectionParser.cpp,
3900          io/BondTypesSectionParser.cpp,
# Line 2599 | Line 3903
3903          types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
3904          files
3905  
3906 < 2004-11-25 20:18  tim
3906 > 2004-11-25 15:18  tim
3907  
3908          * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
3909          initially added on branch new_design.
3910  
3911 < 2004-11-24 22:12  tim
3911 > 2004-11-24 17:12  tim
3912  
3913          * src/: io/AtomTypesSectionParser.cpp,
3914          io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
# Line 2627 | Line 3931
3931          io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
3932          utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
3933  
3934 < 2004-11-24 21:33  tim
3934 > 2004-11-24 16:33  tim
3935  
3936          * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
3937          ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
3938          LJFF.cpp, Makefile: UseTheForce get built
3939  
3940 < 2004-11-24 20:55  tim
3940 > 2004-11-24 15:55  tim
3941  
3942          * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
3943          primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
# Line 2643 | Line 3947
3947          primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
3948          primitives/UreyBradleyBend.hpp: types and primitives get built
3949  
3950 < 2004-11-24 19:49  tim
3950 > 2004-11-24 14:49  tim
3951  
3952          * test/utils/: Makefile, NextCombinationTestCase.cpp,
3953          StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
3954          StringTokenizerTestCase
3955  
3956 < 2004-11-24 19:49  tim
3956 > 2004-11-24 14:49  tim
3957  
3958          * src/utils/: GenericData.hpp, StringTokenizer.cpp,
3959          StringTokenizer.hpp: StringTokenizer passes unit test
3960  
3961 < 2004-11-24 18:20  tim
3961 > 2004-11-24 13:20  tim
3962  
3963          * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
3964          src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
3965          change Makefile
3966  
3967 < 2004-11-24 18:06  chrisfen
3967 > 2004-11-24 13:06  chrisfen
3968  
3969          * src/io/RestraintReader.cpp: improved restraints - mpi should work
3970          fine
3971  
3972 < 2004-11-24 18:06  chrisfen
3972 > 2004-11-24 13:06  chrisfen
3973  
3974          * src/integrators/Integrator.cpp: improved restraints
3975  
3976 < 2004-11-24 18:05  chrisfen
3976 > 2004-11-24 13:05  chrisfen
3977  
3978          * samples/water/tip3p_ice/tp3.md: oops...
3979  
3980 < 2004-11-24 17:42  tim
3980 > 2004-11-24 12:42  tim
3981  
3982          * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
3983          brains/DataStorage.hpp, brains/SimCreator.cpp,
# Line 2682 | Line 3986
3986          primitives/DirectionalAtom.cpp: add SetForceManager method to
3987          integrator
3988  
3989 < 2004-11-23 23:12  tim
3989 > 2004-11-23 18:12  tim
3990  
3991          * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
3992          integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
# Line 2694 | Line 3998
3998          integrators/VelocityVerletIntegrator.hpp,
3999          types/UreyBradleyBendType.hpp: refactory NPT integrator
4000  
4001 < 2004-11-23 22:50  chrisfen
4001 > 2004-11-23 17:50  chrisfen
4002  
4003          * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
4004          Restraints should work in parallel now
4005  
4006 < 2004-11-23 22:48  chrisfen
4006 > 2004-11-23 17:48  chrisfen
4007  
4008          * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
4009          brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 2709 | Line 4013
4013          restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
4014          to restraints
4015  
4016 < 2004-11-23 22:47  chrisfen
4016 > 2004-11-23 17:47  chrisfen
4017  
4018          * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
4019          return to the original on next commit
4020  
4021 < 2004-11-23 17:53  tim
4021 > 2004-11-23 12:53  tim
4022  
4023          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4024          UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
# Line 2727 | Line 4031
4031          io/SectionParser.hpp, types/DirectionalAtomType.cpp,
4032          utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
4033  
4034 < 2004-11-23 17:53  tim
4034 > 2004-11-23 12:53  tim
4035  
4036          * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
4037          ElectrostaticAtomTypesSectionParser.hpp was initially added on
4038          branch new_design.
4039  
4040 < 2004-11-23 17:53  tim
4040 > 2004-11-23 12:53  tim
4041  
4042          * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
4043          ElectrostaticAtomTypesSectionParser.cpp was initially added on
4044          branch new_design.
4045  
4046 < 2004-11-23 06:03  tim
4046 > 2004-11-23 01:03  tim
4047  
4048          * src/: io/EAMAtomTypesSectionParser.cpp,
4049          io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
4050          types/AtomType.hpp, types/DirectionalAtomType.cpp,
4051          types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
4052  
4053 < 2004-11-23 06:03  tim
4053 > 2004-11-23 01:03  tim
4054  
4055          * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
4056          was initially added on branch new_design.
4057  
4058 < 2004-11-23 06:03  tim
4058 > 2004-11-23 01:03  tim
4059  
4060          * src/io/EAMAtomTypesSectionParser.hpp: file
4061          EAMAtomTypesSectionParser.hpp was initially added on branch
4062          new_design.
4063  
4064 < 2004-11-23 06:03  tim
4064 > 2004-11-23 01:03  tim
4065  
4066          * src/io/EAMAtomTypesSectionParser.cpp: file
4067          EAMAtomTypesSectionParser.cpp was initially added on branch
4068          new_design.
4069  
4070 < 2004-11-23 04:35  tim
4070 > 2004-11-22 23:35  tim
4071  
4072          * src/io/TorsionTypesSectionParser.hpp: file
4073          TorsionTypesSectionParser.hpp was initially added on branch
4074          new_design.
4075  
4076 < 2004-11-23 04:35  tim
4076 > 2004-11-22 23:35  tim
4077  
4078          * src/io/BendTypesSectionParser.hpp: file
4079          BendTypesSectionParser.hpp was initially added on branch
4080          new_design.
4081  
4082 < 2004-11-23 04:35  tim
4082 > 2004-11-22 23:35  tim
4083  
4084          * src/io/BondTypesSectionParser.hpp: file
4085          BondTypesSectionParser.hpp was initially added on branch
4086          new_design.
4087  
4088 < 2004-11-23 04:35  tim
4088 > 2004-11-22 23:35  tim
4089  
4090          * src/io/BondTypesSectionParser.cpp: file
4091          BondTypesSectionParser.cpp was initially added on branch
4092          new_design.
4093  
4094 < 2004-11-23 04:35  tim
4094 > 2004-11-22 23:35  tim
4095  
4096          * src/io/TorsionTypesSectionParser.cpp: file
4097          TorsionTypesSectionParser.cpp was initially added on branch
4098          new_design.
4099  
4100 < 2004-11-23 04:35  tim
4100 > 2004-11-22 23:35  tim
4101  
4102          * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
4103          BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
# Line 2801 | Line 4105
4105          BondTypesSectionParser, BendTypesSectionParser and
4106          TorsionTypeSectionParser
4107  
4108 < 2004-11-23 04:35  tim
4108 > 2004-11-22 23:35  tim
4109  
4110          * src/io/BendTypesSectionParser.cpp: file
4111          BendTypesSectionParser.cpp was initially added on branch
4112          new_design.
4113  
4114 < 2004-11-22 23:04  tim
4114 > 2004-11-22 18:04  tim
4115  
4116          * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
4117          DUFF and EAM
4118  
4119 < 2004-11-22 23:02  tim
4119 > 2004-11-22 18:02  tim
4120  
4121          * src/io/: DirectionalAtomTypesParser.hpp,
4122          DirectionalAtomTypesSectionParser.hpp: adding section parsers
4123  
4124 < 2004-11-22 23:02  tim
4124 > 2004-11-22 18:02  tim
4125  
4126          * src/io/DirectionalAtomTypesSectionParser.hpp: file
4127          DirectionalAtomTypesSectionParser.hpp was initially added on branch
4128          new_design.
4129  
4130 < 2004-11-22 20:55  tim
4130 > 2004-11-22 15:55  tim
4131  
4132          * src/io/DipoleAtomTypesSectionParser.hpp: file
4133          DipoleAtomTypesSectionParser.hpp was initially added on branch
4134          new_design.
4135  
4136 < 2004-11-22 20:55  tim
4136 > 2004-11-22 15:55  tim
4137  
4138          * src/io/AtomTypesSectionParser.hpp: file
4139          AtomTypesSectionParser.hpp was initially added on branch
4140          new_design.
4141  
4142 < 2004-11-22 20:55  tim
4142 > 2004-11-22 15:55  tim
4143  
4144          * src/io/HarmonicBondTypesSectionParser.hpp: file
4145          HarmonicBondTypesSectionParser.hpp was initially added on branch
4146          new_design.
4147  
4148 < 2004-11-22 20:55  tim
4148 > 2004-11-22 15:55  tim
4149  
4150          * src/io/StickyAtomTypesSectionParser.cpp: file
4151          StickyAtomTypesSectionParser.cpp was initially added on branch
4152          new_design.
4153  
4154 < 2004-11-22 20:55  tim
4154 > 2004-11-22 15:55  tim
4155  
4156          * src/io/LennardJonesAtomTypesSectionParser.hpp: file
4157          LennardJonesAtomTypesSectionParser.hpp was initially added on
4158          branch new_design.
4159  
4160 < 2004-11-22 20:55  tim
4160 > 2004-11-22 15:55  tim
4161  
4162          * src/io/HarmonicBondTypesSectionParser.cpp: file
4163          HarmonicBondTypesSectionParser.cpp was initially added on branch
4164          new_design.
4165  
4166 < 2004-11-22 20:55  tim
4166 > 2004-11-22 15:55  tim
4167  
4168          * src/io/DirectionalAtomTypesSectionParser.cpp: file
4169          DirectionalAtomTypesSectionParser.cpp was initially added on branch
4170          new_design.
4171  
4172 < 2004-11-22 20:55  tim
4172 > 2004-11-22 15:55  tim
4173  
4174          * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
4175          was initially added on branch new_design.
4176  
4177 < 2004-11-22 20:55  tim
4177 > 2004-11-22 15:55  tim
4178  
4179          * src/io/AtomTypesSectionParser.cpp: file
4180          AtomTypesSectionParser.cpp was initially added on branch
4181          new_design.
4182  
4183 < 2004-11-22 20:55  tim
4183 > 2004-11-22 15:55  tim
4184  
4185          * src/io/ChargeAtomTypesSectionParser.cpp: file
4186          ChargeAtomTypesSectionParser.cpp was initially added on branch
4187          new_design.
4188  
4189 < 2004-11-22 20:55  tim
4189 > 2004-11-22 15:55  tim
4190  
4191          * src/io/DipoleAtomTypesSectionParser.cpp: file
4192          DipoleAtomTypesSectionParser.cpp was initially added on branch
4193          new_design.
4194  
4195 < 2004-11-22 20:55  tim
4195 > 2004-11-22 15:55  tim
4196  
4197          * src/io/LennardJonesAtomTypesSectionParser.cpp: file
4198          LennardJonesAtomTypesSectionParser.cpp was initially added on
4199          branch new_design.
4200  
4201 < 2004-11-22 20:55  tim
4201 > 2004-11-22 15:55  tim
4202  
4203          * src/io/ChargeAtomTypesSectionParser.hpp: file
4204          ChargeAtomTypesSectionParser.hpp was initially added on branch
4205          new_design.
4206  
4207 < 2004-11-22 20:55  tim
4207 > 2004-11-22 15:55  tim
4208  
4209          * src/io/StickyAtomTypesSectionParser.hpp: file
4210          StickyAtomTypesSectionParser.hpp was initially added on branch
4211          new_design.
4212  
4213 < 2004-11-22 20:55  tim
4213 > 2004-11-22 15:55  tim
4214  
4215          * src/io/SectionParser.hpp: file SectionParser.hpp was initially
4216          added on branch new_design.
4217  
4218 < 2004-11-22 20:55  tim
4218 > 2004-11-22 15:55  tim
4219  
4220          * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
4221          brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
# Line 2933 | Line 4237
4237          types/AtomType.hpp, types/DirectionalAtomType.hpp,
4238          utils/GenericData.hpp: adding section parsers
4239  
4240 < 2004-11-22 20:55  tim
4240 > 2004-11-22 15:55  tim
4241  
4242          * src/io/DirectionalAtomTypesParser.hpp: file
4243          DirectionalAtomTypesParser.hpp was initially added on branch
4244          new_design.
4245  
4246 < 2004-11-22 20:55  tim
4246 > 2004-11-22 15:55  tim
4247  
4248          * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
4249          was initially added on branch new_design.
4250  
4251 < 2004-11-22 20:55  tim
4251 > 2004-11-22 15:55  tim
4252  
4253          * src/io/SectionParser.cpp: file SectionParser.cpp was initially
4254          added on branch new_design.
4255  
4256 < 2004-11-19 22:12  tim
4256 > 2004-11-19 17:12  tim
4257  
4258          * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
4259          added on branch new_design.
4260  
4261 < 2004-11-19 22:12  tim
4261 > 2004-11-19 17:12  tim
4262  
4263          * src/: brains/SimState.cpp, brains/SimState.hpp,
4264          io/InitializeFromFile.cpp, types/FixBondType.hpp,
4265          types/FixedBondType.hpp: remove more useless files
4266  
4267 < 2004-11-19 21:47  tim
4267 > 2004-11-19 16:47  tim
4268  
4269          * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
4270          integrators/Integrator.cpp, applications/Makedepend: remove more
4271          useless files
4272  
4273 < 2004-11-19 21:38  tim
4273 > 2004-11-19 16:38  tim
4274  
4275          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4276          UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
4277          integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
4278          integrators/NVT.hpp: refactory integrator
4279  
4280 < 2004-11-19 21:38  tim
4280 > 2004-11-19 16:38  tim
4281  
4282          * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
4283          branch new_design.
4284  
4285 < 2004-11-19 21:38  tim
4285 > 2004-11-19 16:38  tim
4286  
4287          * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
4288          branch new_design.
4289  
4290 < 2004-11-19 21:38  tim
4290 > 2004-11-19 16:38  tim
4291  
4292          * src/integrators/NPT.hpp: file NPT.hpp was initially added on
4293          branch new_design.
4294  
4295 < 2004-11-19 21:38  tim
4295 > 2004-11-19 16:38  tim
4296  
4297          * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
4298          on branch new_design.
4299  
4300 < 2004-11-19 21:38  tim
4300 > 2004-11-19 16:38  tim
4301  
4302          * src/integrators/NVT.hpp: file NVT.hpp was initially added on
4303          branch new_design.
4304  
4305 < 2004-11-19 20:37  tim
4305 > 2004-11-19 15:37  tim
4306  
4307          * forceFields/newDUFF.frc: new DUFF forcefield
4308  
4309 < 2004-11-19 20:23  tim
4309 > 2004-11-19 15:23  tim
4310  
4311          * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
4312          branch new_design.
4313  
4314 < 2004-11-19 20:23  tim
4314 > 2004-11-19 15:23  tim
4315  
4316          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
4317          UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
4318          utils/TypeContainer.hpp: add EAM
4319  
4320 < 2004-11-19 20:23  tim
4320 > 2004-11-19 15:23  tim
4321  
4322          * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
4323          branch new_design.
4324  
4325 < 2004-11-19 18:02  tim
4325 > 2004-11-19 13:02  tim
4326  
4327          * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
4328          error checking
4329  
4330 < 2004-11-19 17:56  tim
4330 > 2004-11-19 12:56  tim
4331  
4332          * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
4333          was initially added on branch new_design.
4334  
4335 < 2004-11-19 17:56  tim
4335 > 2004-11-19 12:56  tim
4336  
4337          * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
4338          was initially added on branch new_design.
4339  
4340 < 2004-11-19 17:56  tim
4340 > 2004-11-19 12:56  tim
4341  
4342          * src/types/FixBondType.hpp: file FixBondType.hpp was initially
4343          added on branch new_design.
4344  
4345 < 2004-11-19 17:56  tim
4345 > 2004-11-19 12:56  tim
4346  
4347          * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
4348          UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
# Line 3049 | Line 4353
4353          utils/StringTokenizer.cpp: DUFF is almost done except error
4354          checking
4355  
4356 < 2004-11-19 00:11  tim
4356 > 2004-11-18 19:11  tim
4357  
4358          * src/UseTheForce/DUFF.cpp: adding DUFF parser
4359  
4360 < 2004-11-18 23:26  tim
4360 > 2004-11-18 18:26  tim
4361  
4362          * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
4363          initially added on branch new_design.
4364  
4365 < 2004-11-18 23:26  tim
4365 > 2004-11-18 18:26  tim
4366  
4367          * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
4368          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
# Line 3070 | Line 4374
4374          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
4375          DUFF parser
4376  
4377 < 2004-11-18 21:42  tim
4377 > 2004-11-18 16:42  tim
4378  
4379          * forceFields/newDUFF.frc: adding new format DUFF force field
4380  
4381 < 2004-11-18 15:57  chrisfen
4381 > 2004-11-18 10:57  chrisfen
4382  
4383          * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
4384          slowed down the force loop
4385  
4386 < 2004-11-18 05:42  tim
4386 > 2004-11-18 00:42  tim
4387  
4388          * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
4389          initially added on branch new_design.
4390  
4391 < 2004-11-18 05:42  tim
4391 > 2004-11-18 00:42  tim
4392  
4393          * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
4394          initially added on branch new_design.
4395  
4396 < 2004-11-18 05:42  tim
4396 > 2004-11-18 00:42  tim
4397  
4398          * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
4399          primitives/Bend.cpp, utils/NumericConstant.cpp,
4400          utils/NumericConstant.hpp: Adding NumericConstant class
4401  
4402 < 2004-11-18 04:16  tim
4402 > 2004-11-17 23:16  tim
4403  
4404          * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
4405          UseTheForce/ForceFields.hpp: remove more junk files
4406  
4407 < 2004-11-18 04:12  tim
4407 > 2004-11-17 23:12  tim
4408  
4409          * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
4410          brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
# Line 3109 | Line 4413
4413          primitives/BondExtensions.cpp, primitives/SRI.hpp,
4414          primitives/TorsionExtensions.cpp: remove some junk files
4415  
4416 < 2004-11-18 04:07  tim
4416 > 2004-11-17 23:07  tim
4417  
4418          * src/primitives/BendExtensions.cpp: remove some junk files
4419  
4420 < 2004-11-18 04:04  tim
4420 > 2004-11-17 23:04  tim
4421  
4422          * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
4423          QuadraticBondType.hpp: refine QudraticBond
4424  
4425 < 2004-11-18 03:57  tim
4425 > 2004-11-17 22:57  tim
4426  
4427          * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
4428  
4429 < 2004-11-18 03:57  tim
4429 > 2004-11-17 22:57  tim
4430  
4431          * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
4432          initially added on branch new_design.
4433  
4434 < 2004-11-17 21:47  tim
4434 > 2004-11-17 16:47  tim
4435  
4436          * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
4437          was initially added on branch new_design.
4438  
4439 < 2004-11-17 21:47  tim
4439 > 2004-11-17 16:47  tim
4440  
4441          * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
4442          added on branch new_design.
4443  
4444 < 2004-11-17 21:47  tim
4444 > 2004-11-17 16:47  tim
4445  
4446          * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
4447          added on branch new_design.
4448  
4449 < 2004-11-17 21:47  tim
4449 > 2004-11-17 16:47  tim
4450  
4451          * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
4452          initially added on branch new_design.
4453  
4454 < 2004-11-17 21:47  tim
4454 > 2004-11-17 16:47  tim
4455  
4456          * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
4457          initially added on branch new_design.
4458  
4459 < 2004-11-17 21:47  tim
4459 > 2004-11-17 16:47  tim
4460  
4461          * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
4462          initially added on branch new_design.
4463  
4464 < 2004-11-17 21:47  tim
4464 > 2004-11-17 16:47  tim
4465  
4466          * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
4467          added on branch new_design.
4468  
4469 < 2004-11-17 21:47  tim
4469 > 2004-11-17 16:47  tim
4470  
4471          * src/: math/ChebyshevPolynomials.cpp,
4472          math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
# Line 3174 | Line 4478
4478          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
4479          UreyBradleyBend and GhostBend
4480  
4481 < 2004-11-17 18:58  tim
4481 > 2004-11-17 13:58  tim
4482  
4483          * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
4484          was initially added on branch new_design.
4485  
4486 < 2004-11-17 18:58  tim
4486 > 2004-11-17 13:58  tim
4487  
4488          * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
4489          was initially added on branch new_design.
4490  
4491 < 2004-11-17 18:58  tim
4491 > 2004-11-17 13:58  tim
4492  
4493          * src/: math/ChebyshevPolynomials.cpp,
4494          math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
# Line 3193 | Line 4497
4497          types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
4498          stuff and Chebyshev Polynomial
4499  
4500 < 2004-11-17 18:58  tim
4500 > 2004-11-17 13:58  tim
4501  
4502          * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
4503          initially added on branch new_design.
4504  
4505 < 2004-11-17 06:37  tim
4505 > 2004-11-17 01:37  tim
4506  
4507          * src/types/PolynomialTorsionType.hpp: file
4508          PolynomialTorsionType.hpp was initially added on branch new_design.
4509  
4510 < 2004-11-17 06:37  tim
4510 > 2004-11-17 01:37  tim
4511  
4512          * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
4513          initially added on branch new_design.
4514  
4515 < 2004-11-17 06:37  tim
4515 > 2004-11-17 01:37  tim
4516  
4517          * src/: math/Polynomial.hpp, primitives/Bend.cpp,
4518          primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
# Line 3222 | Line 4526
4526          CharmmTorsionType. Need to refine the design and add document for
4527          them
4528  
4529 < 2004-11-17 06:37  tim
4529 > 2004-11-17 01:37  tim
4530  
4531          * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
4532          initially added on branch new_design.
4533  
4534 < 2004-11-17 06:37  tim
4534 > 2004-11-17 01:37  tim
4535  
4536          * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
4537          initially added on branch new_design.
4538  
4539 < 2004-11-17 06:37  tim
4539 > 2004-11-17 01:37  tim
4540  
4541          * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
4542          initially added on branch new_design.
4543  
4544 < 2004-11-17 01:11  tim
4544 > 2004-11-16 20:11  tim
4545  
4546          * src/types/: BendType.hpp, PolynomialBondType.hpp,
4547          TorsionType.hpp: add PolynomialBondType
4548  
4549 < 2004-11-17 01:11  tim
4549 > 2004-11-16 20:11  tim
4550  
4551          * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
4552          initially added on branch new_design.
4553  
4554 < 2004-11-16 23:20  tim
4554 > 2004-11-16 18:20  tim
4555  
4556          * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
4557          on branch new_design.
4558  
4559 < 2004-11-16 23:20  tim
4559 > 2004-11-16 18:20  tim
4560  
4561          * src/math/Polynomial.hpp: Adding Polynomial class
4562  
4563 < 2004-11-16 22:04  gezelter
4563 > 2004-11-16 17:04  gezelter
4564  
4565          * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
4566          added on branch new_design.
4567  
4568 < 2004-11-16 22:04  gezelter
4568 > 2004-11-16 17:04  gezelter
4569  
4570          * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
4571          initially added on branch new_design.
4572  
4573 < 2004-11-16 22:04  gezelter
4573 > 2004-11-16 17:04  gezelter
4574  
4575          * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
4576          MorseBondType.hpp, TorsionType.hpp: added some new stuff
4577  
4578 < 2004-11-16 20:36  tim
4578 > 2004-11-16 15:36  tim
4579  
4580          * src/: primitives/Bend.cpp, primitives/Bend.hpp,
4581          primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
4582          types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
4583          TorsionType
4584  
4585 < 2004-11-16 02:07  tim
4585 > 2004-11-15 21:07  tim
4586  
4587          * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
4588          branch new_design.
4589  
4590 < 2004-11-16 02:07  tim
4590 > 2004-11-15 21:07  tim
4591  
4592          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4593          UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
4594          utils/StringTokenizer.cpp: adding DUFF class; adding checking
4595          statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
4596  
4597 < 2004-11-15 23:00  tim
4597 > 2004-11-15 18:00  tim
4598  
4599          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
4600          UseTheForce/ForceFieldFactory.cpp,
# Line 3298 | Line 4602
4602          UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
4603          types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
4604  
4605 < 2004-11-15 23:00  tim
4605 > 2004-11-15 18:00  tim
4606  
4607          * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
4608          was initially added on branch new_design.
4609  
4610 < 2004-11-15 23:00  tim
4610 > 2004-11-15 18:00  tim
4611  
4612          * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
4613          was initially added on branch new_design.
4614  
4615 < 2004-11-15 23:00  tim
4615 > 2004-11-15 18:00  tim
4616  
4617          * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
4618          branch new_design.
4619  
4620 < 2004-11-15 18:02  tim
4620 > 2004-11-15 13:02  tim
4621  
4622          * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
4623          initially added on branch new_design.
4624  
4625 < 2004-11-15 18:02  tim
4625 > 2004-11-15 13:02  tim
4626  
4627          * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
4628          branch new_design.
4629  
4630 < 2004-11-15 18:02  tim
4630 > 2004-11-15 13:02  tim
4631  
4632          * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
4633          branch new_design.
4634  
4635 < 2004-11-15 18:02  tim
4635 > 2004-11-15 13:02  tim
4636  
4637          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
4638          brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 3336 | Line 4640
4640          io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
4641          DumpWriter.Next Step is LJFF and integrators
4642  
4643 < 2004-11-13 05:08  tim
4643 > 2004-11-13 00:08  tim
4644  
4645          * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
4646          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 3344 | Line 4648
4648          primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
4649          refactory, refactory
4650  
4651 < 2004-11-12 22:43  tim
4651 > 2004-11-12 17:43  tim
4652  
4653          * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
4654          StringTokenizer.cpp: bug fix in hasMoreTokens
4655  
4656 < 2004-11-12 22:28  tim
4656 > 2004-11-12 17:28  tim
4657  
4658          * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
4659          initially added on branch new_design.
4660  
4661 < 2004-11-12 22:28  tim
4661 > 2004-11-12 17:28  tim
4662  
4663          * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
4664          StringUtils, a c-style strtok like class, need unit test
4665  
4666 < 2004-11-12 17:40  tim
4666 > 2004-11-12 12:40  tim
4667  
4668          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
4669          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
4670          brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
4671  
4672 < 2004-11-12 07:05  tim
4672 > 2004-11-12 02:05  tim
4673  
4674          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
4675          primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
4676          MoleculeCreator forget to create CutoffGroups for free atoms
4677  
4678 < 2004-11-12 06:19  tim
4678 > 2004-11-12 01:19  tim
4679  
4680          * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
4681          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3379 | Line 4683
4683          io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
4684          OOPSE = Object-Obfuscated Parallel Simulation Engine
4685  
4686 < 2004-11-11 21:48  chrisfen
4686 > 2004-11-11 16:48  chrisfen
4687  
4688          * samples/water/tip3p_ice/tp3.md: working sample
4689  
4690 < 2004-11-11 21:47  chrisfen
4690 > 2004-11-11 16:47  chrisfen
4691  
4692          * src/restraints/Restraints.cpp: working towards parallel
4693          restraints
4694  
4695 < 2004-11-11 21:47  chrisfen
4695 > 2004-11-11 16:47  chrisfen
4696  
4697          * src/integrators/Integrator.cpp: Commented out some write
4698          statements
4699  
4700 < 2004-11-11 21:46  chrisfen
4700 > 2004-11-11 16:46  chrisfen
4701  
4702          * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
4703          write statements
4704  
4705 < 2004-11-11 21:46  chrisfen
4705 > 2004-11-11 16:46  chrisfen
4706  
4707          * samples/water/tip3p_ice/tp3.md: Fun with ice
4708  
4709 < 2004-11-11 16:41  tim
4709 > 2004-11-11 11:41  tim
4710  
4711          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
4712          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 3411 | Line 4715
4715          io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
4716          useless mpiSimulation
4717  
4718 < 2004-11-11 16:41  tim
4718 > 2004-11-11 11:41  tim
4719  
4720          * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
4721          branch new_design.
4722  
4723 < 2004-11-10 22:50  tim
4723 > 2004-11-10 17:50  tim
4724  
4725          * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
4726          brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
4727          integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
4728  
4729 < 2004-11-10 22:01  tim
4729 > 2004-11-10 17:01  tim
4730  
4731          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
4732          brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 3436 | Line 4740
4740          BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
4741          Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
4742  
4743 < 2004-11-10 14:52  tim
4743 > 2004-11-10 09:52  tim
4744  
4745          * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
4746          configurable StatWriter
4747  
4748 < 2004-11-10 14:52  tim
4748 > 2004-11-10 09:52  tim
4749  
4750          * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
4751          branch new_design.
4752  
4753 < 2004-11-10 02:58  tim
4753 > 2004-11-09 21:58  tim
4754  
4755          * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
4756          in progress
4757  
4758 < 2004-11-09 23:11  tim
4758 > 2004-11-09 18:11  tim
4759  
4760          * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
4761          added on branch new_design.
4762  
4763 < 2004-11-09 23:11  tim
4763 > 2004-11-09 18:11  tim
4764  
4765          * src/integrators/VelocityVerletIntegrator.cpp: file
4766          VelocityVerletIntegrator.cpp was initially added on branch
4767          new_design.
4768  
4769 < 2004-11-09 23:11  tim
4769 > 2004-11-09 18:11  tim
4770  
4771          * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
4772          brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3471 | Line 4775
4775          integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
4776          integrators/VelocityVerletIntegrator.hpp: adding ForceManager
4777  
4778 < 2004-11-09 23:11  tim
4778 > 2004-11-09 18:11  tim
4779  
4780          * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
4781          added on branch new_design.
4782  
4783 < 2004-11-09 23:11  tim
4783 > 2004-11-09 18:11  tim
4784  
4785          * src/integrators/NVE.cpp: file NVE.cpp was initially added on
4786          branch new_design.
4787  
4788 < 2004-11-09 01:08  tim
4788 > 2004-11-08 20:08  tim
4789  
4790          * src/integrators/VelocityVerletIntegrator.hpp: file
4791          VelocityVerletIntegrator.hpp was initially added on branch
4792          new_design.
4793  
4794 < 2004-11-09 01:08  tim
4794 > 2004-11-08 20:08  tim
4795  
4796          * src/integrators/NVE.hpp: file NVE.hpp was initially added on
4797          branch new_design.
4798  
4799 < 2004-11-09 01:08  tim
4799 > 2004-11-08 20:08  tim
4800  
4801          * src/: brains/Exclude.hpp, brains/Stats.hpp,
4802          integrators/Integrator.hpp, integrators/NVE.hpp,
4803          integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
4804          utils/TypeContainer.hpp: More to break
4805  
4806 < 2004-11-06 05:21  tim
4806 > 2004-11-06 00:21  tim
4807  
4808          * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
4809          added on branch new_design.
4810  
4811 < 2004-11-06 05:21  tim
4811 > 2004-11-06 00:21  tim
4812  
4813          * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
4814          UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
4815          utils/TypeContainer.hpp, utils/next_combination.hpp: adding
4816          ForceField and TypeContainer classes
4817  
4818 < 2004-11-05 23:38  tim
4818 > 2004-11-05 18:38  tim
4819  
4820          * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
4821          initially added on branch new_design.
4822  
4823 < 2004-11-05 23:38  tim
4823 > 2004-11-05 18:38  tim
4824  
4825          * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
4826          initially added on branch new_design.
4827  
4828 < 2004-11-05 23:38  tim
4828 > 2004-11-05 18:38  tim
4829  
4830          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
4831          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
# Line 3529 | Line 4833
4833          brains/SimInfo.hpp, primitives/Molecule.hpp,
4834          utils/LocalndexManager.hpp: Fix Exclude class etc.
4835  
4836 < 2004-11-05 21:45  chrisfen
4836 > 2004-11-05 16:45  chrisfen
4837  
4838          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4839          visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
4840          linear visitor
4841  
4842 < 2004-11-05 21:04  chrisfen
4842 > 2004-11-05 16:04  chrisfen
4843  
4844          * src/UseTheForce/DarkSide/shapes.F90: current status of the
4845          debugging process
4846  
4847 < 2004-11-05 21:04  chrisfen
4847 > 2004-11-05 16:04  chrisfen
4848  
4849          * make/Makefile.in: included visitors and minimizer
4850  
4851 < 2004-11-05 21:03  chrisfen
4851 > 2004-11-05 16:03  chrisfen
4852  
4853          * ChangeLog: new changes
4854  
4855 < 2004-11-05 02:56  tim
4855 > 2004-11-04 21:56  tim
4856  
4857          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
4858          primitives/Molecule.hpp: Pain......
4859  
4860 < 2004-11-04 20:55  tim
4860 > 2004-11-04 15:55  tim
4861  
4862          * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
4863          src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
4864          src/brains/Stats.hpp: time to break SimSetup
4865  
4866 < 2004-11-04 20:51  gezelter
4866 > 2004-11-04 15:51  gezelter
4867  
4868          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
4869          classes in progress
4870  
4871 < 2004-11-04 19:48  tim
4871 > 2004-11-04 14:48  tim
4872  
4873          * src/brains/Stats.cpp: file Stats.cpp was initially added on
4874          branch new_design.
4875  
4876 < 2004-11-04 19:48  tim
4876 > 2004-11-04 14:48  tim
4877  
4878          * src/brains/Stats.hpp: file Stats.hpp was initially added on
4879          branch new_design.
4880  
4881 < 2004-11-04 19:48  tim
4881 > 2004-11-04 14:48  tim
4882  
4883          * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
4884          SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
4885          class
4886  
4887 < 2004-11-04 16:22  gezelter
4887 > 2004-11-04 11:22  gezelter
4888  
4889          * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
4890          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
# Line 3589 | Line 4893
4893          false and "-1" but there should be logic to figure them out in the
4894          other two classes
4895  
4896 < 2004-11-04 16:20  gezelter
4896 > 2004-11-04 11:20  gezelter
4897  
4898          * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
4899          remember what I did
4900  
4901 < 2004-11-04 16:20  gezelter
4901 > 2004-11-04 11:20  gezelter
4902  
4903          * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
4904  
4905 < 2004-11-04 16:20  gezelter
4905 > 2004-11-04 11:20  gezelter
4906  
4907          * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
4908          in the entry_plug so that it only is set if the atoms really are in
4909          the simulation
4910  
4911 < 2004-11-04 16:20  gezelter
4911 > 2004-11-04 11:20  gezelter
4912  
4913          * samples/water/ssd/ssd.md: testing force fields
4914  
4915 < 2004-11-04 16:19  gezelter
4915 > 2004-11-04 11:19  gezelter
4916  
4917          * samples/shape/linear.in: testing shapes
4918  
4919 < 2004-11-03 19:56  tim
4919 > 2004-11-03 14:56  tim
4920  
4921          * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
4922          class(similar as SimSetup)
4923  
4924 < 2004-11-03 19:56  tim
4924 > 2004-11-03 14:56  tim
4925  
4926          * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
4927          added on branch new_design.
4928  
4929 < 2004-11-03 19:56  tim
4929 > 2004-11-03 14:56  tim
4930  
4931          * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
4932          added on branch new_design.
4933  
4934 < 2004-11-03 18:00  tim
4934 > 2004-11-03 13:00  tim
4935  
4936          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4937          UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
# Line 3637 | Line 4941
4941          visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
4942          compiled. Still a long way to go ......
4943  
4944 < 2004-11-03 16:08  tim
4944 > 2004-11-03 11:08  tim
4945  
4946          * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
4947          src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
# Line 3652 | Line 4956
4956          src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
4957          src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
4958  
4959 < 2004-11-02 22:41  tim
4959 > 2004-11-02 17:41  tim
4960  
4961          * src/: brains/Migrator.hpp, brains/SimModel.cpp,
4962          utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
4963          Need unit test
4964  
4965 < 2004-11-02 22:41  tim
4965 > 2004-11-02 17:41  tim
4966  
4967          * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
4968          initially added on branch new_design.
4969  
4970 < 2004-11-02 22:41  tim
4970 > 2004-11-02 17:41  tim
4971  
4972          * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
4973          branch new_design.
4974  
4975 < 2004-11-02 16:59  tim
4975 > 2004-11-02 11:59  tim
4976  
4977          * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
4978          branch new_design.
4979  
4980 < 2004-11-02 16:59  tim
4980 > 2004-11-02 11:59  tim
4981  
4982          * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
4983          SimSnapshotManager.hpp: SimModel in progress
4984  
4985 < 2004-11-02 15:28  chrisfen
4985 > 2004-11-02 10:28  chrisfen
4986  
4987          * src/: UseTheForce/DarkSide/shapes.F90,
4988          primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
4989          looks like it's working
4990  
4991 < 2004-11-02 15:27  tim
4991 > 2004-11-02 10:27  tim
4992  
4993          * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
4994          functions for dealing with memory issue
4995  
4996 < 2004-11-02 15:27  tim
4996 > 2004-11-02 10:27  tim
4997  
4998          * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
4999          added on branch new_design.
5000  
5001 < 2004-11-02 15:23  tim
5001 > 2004-11-02 10:23  tim
5002  
5003          * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
5004          brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
5005          SimModel(something similar as SimInfo)
5006  
5007 < 2004-11-01 22:52  tim
5007 > 2004-11-01 17:52  tim
5008  
5009          * src/: applications/simpleBuilder/MoLocator.hpp,
5010          applications/simpleBuilder/simpleBuilder.cpp,
# Line 3719 | Line 5023
5023          visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
5024          RigidBody and StuntDouble classes get compiled
5025  
5026 < 2004-11-01 21:40  tim
5026 > 2004-11-01 16:40  tim
5027  
5028          * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
5029          on branch new_design.
5030  
5031 < 2004-11-01 21:40  tim
5031 > 2004-11-01 16:40  tim
5032  
5033          * src/primitives/Bend.hpp: file Bend.hpp was initially added on
5034          branch new_design.
5035  
5036 < 2004-11-01 21:40  tim
5036 > 2004-11-01 16:40  tim
5037  
5038          * src/primitives/Bond.hpp: file Bond.hpp was initially added on
5039          branch new_design.
5040  
5041 < 2004-11-01 21:40  tim
5041 > 2004-11-01 16:40  tim
5042  
5043          * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
5044          version of Bond, Bend and Torsion.
5045  
5046 < 2004-11-01 21:37  tim
5046 > 2004-11-01 16:37  tim
5047  
5048          * src/types/BendType.hpp: file BendType.hpp was initially added on
5049          branch new_design.
5050  
5051 < 2004-11-01 21:37  tim
5051 > 2004-11-01 16:37  tim
5052  
5053          * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
5054          BondType, BendType, TorsionType
5055  
5056 < 2004-11-01 21:37  tim
5056 > 2004-11-01 16:37  tim
5057  
5058          * src/types/TorsionType.hpp: file TorsionType.hpp was initially
5059          added on branch new_design.
5060  
5061 < 2004-11-01 21:37  tim
5061 > 2004-11-01 16:37  tim
5062  
5063          * src/types/BondType.hpp: file BondType.hpp was initially added on
5064          branch new_design.
5065  
5066 < 2004-11-01 20:15  tim
5066 > 2004-11-01 15:15  tim
5067  
5068          * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
5069          CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
# Line 3767 | Line 5071
5071          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
5072          break, break and break.....
5073  
5074 < 2004-11-01 19:57  tim
5074 > 2004-11-01 14:57  tim
5075  
5076          * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
5077          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
5078          StuntDouble.hpp: these core classes get compiled
5079  
5080 < 2004-10-29 22:37  tim
5080 > 2004-10-29 17:37  tim
5081  
5082          * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
5083          class
5084  
5085 < 2004-10-29 22:28  chrisfen
5085 > 2004-10-29 17:28  chrisfen
5086  
5087          * src/: UseTheForce/DarkSide/atype.F90,
5088          UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
5089          types/ShapeAtomType.cpp: still debugging
5090  
5091 < 2004-10-29 22:28  chrisfen
5091 > 2004-10-29 17:28  chrisfen
5092  
5093          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
5094          shapes rcut calculator added
5095  
5096 < 2004-10-29 22:27  chrisfen
5096 > 2004-10-29 17:27  chrisfen
5097  
5098          * samples/shape/linear.md: shorter run
5099  
5100 < 2004-10-29 20:54  tim
5100 > 2004-10-29 15:54  tim
5101  
5102          * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
5103  
5104 < 2004-10-29 16:22  tim
5104 > 2004-10-29 11:22  tim
5105  
5106          * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
5107          ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
5108          some deprecated files
5109  
5110 < 2004-10-29 16:20  tim
5110 > 2004-10-29 11:20  tim
5111  
5112          * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
5113          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
5114          More painful reconstruction is coming !!!
5115  
5116 < 2004-10-28 22:34  tim
5116 > 2004-10-28 17:34  tim
5117  
5118          * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
5119          test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
# Line 3817 | Line 5121
5121          test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
5122          DirectionalAtom and RigidBody
5123  
5124 < 2004-10-28 22:26  tim
5124 > 2004-10-28 17:26  tim
5125  
5126          * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
5127          src/applications/simpleBuilder/MoLocator.cpp,
# Line 3825 | Line 5129
5129          src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
5130          remove old Vector3d.hpp from application/simpleBuilder
5131  
5132 < 2004-10-28 21:42  tim
5132 > 2004-10-28 16:42  tim
5133  
5134          * src/utils/next_combination.hpp: Minor change in next_combination
5135  
5136 < 2004-10-28 21:28  tim
5136 > 2004-10-28 16:28  tim
5137  
5138          * src/utils/next_combination.hpp,
5139          test/utils/NextCombinationTestCase.cpp,
5140          test/utils/ReplaceWildCardTestCase.cpp: Done with combination
5141  
5142 < 2004-10-28 21:11  tim
5142 > 2004-10-28 16:11  tim
5143  
5144          * src/utils/next_combination.hpp: change documentation of
5145          next_combination.hpp
5146  
5147 < 2004-10-28 20:41  tim
5147 > 2004-10-28 15:41  tim
5148  
5149          * ChangeLog, src/utils/next_combination.hpp,
5150          test/utils/NextCombinationTestCase.cpp,
5151          test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
5152  
5153 < 2004-10-28 20:01  tim
5153 > 2004-10-28 15:01  tim
5154  
5155          * src/utils/next_combination.hpp: adding replace wildcard function
5156  
5157 < 2004-10-28 19:33  tim
5157 > 2004-10-28 14:33  tim
5158  
5159          * src/utils/next_combination.hpp: Minor change
5160  
5161 < 2004-10-28 19:06  tim
5161 > 2004-10-28 14:06  tim
5162  
5163          * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
5164          src/applications/simpleBuilder/simpleBuilder.cpp,
# Line 3864 | Line 5168
5168          test/utils/next_combination.hpp: STL next_permutation like
5169          next_combination is working
5170  
5171 < 2004-10-28 17:22  chrisfen
5171 > 2004-10-28 12:22  chrisfen
5172  
5173          * src/UseTheForce/WATER.cpp: fix of setDipoles
5174  
5175 < 2004-10-28 17:20  gezelter
5175 > 2004-10-28 12:20  gezelter
5176  
5177          * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
5178          shapeFile
5179  
5180 < 2004-10-28 17:20  gezelter
5180 > 2004-10-28 12:20  gezelter
5181  
5182          * samples/shape/linear.md: forgot the orientation line
5183  
5184 < 2004-10-28 16:56  gezelter
5184 > 2004-10-28 11:56  gezelter
5185  
5186          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5187          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
5188          UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
5189          declaration foo
5190  
5191 < 2004-10-28 16:55  gezelter
5191 > 2004-10-28 11:55  gezelter
5192  
5193          * samples/lipid/5x5.md: uncommented .in line
5194  
5195 < 2004-10-28 15:42  tim
5195 > 2004-10-28 10:42  tim
5196  
5197          * test/utils/: Makefile, NextCombinationTestCase.cpp,
5198          NextCombinationTestCase.hpp, next_combination.hpp: next_combination
5199          in progress
5200  
5201 < 2004-10-28 15:15  tim
5201 > 2004-10-28 10:15  tim
5202  
5203          * test/utils/: NextCombinationTestCase.cpp,
5204          NextCombinationTestCase.hpp: adding next_combination test case
5205  
5206 < 2004-10-28 15:02  tim
5206 > 2004-10-28 10:02  tim
5207  
5208          * test/utils/next_combination.hpp: STL Compatible combination
5209          sequence generator
5210  
5211 < 2004-10-28 06:23  tim
5211 > 2004-10-28 01:23  tim
5212  
5213          * test/utils/: GenerateCombination.hpp,
5214          ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
5215  
5216 < 2004-10-28 06:16  tim
5216 > 2004-10-28 01:16  tim
5217  
5218          * test/utils/GenerateCombination.hpp: a STL next_permutaion like
5219          next_combination function.
5220  
5221 < 2004-10-28 03:27  tim
5221 > 2004-10-27 22:27  tim
5222  
5223          * test/utils/ReplaceWildCard.hpp: no message
5224  
5225 < 2004-10-28 03:14  tim
5225 > 2004-10-27 22:14  tim
5226  
5227          * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
5228          ReplaceWildCard(recursive version) is working, need refactoring. An
5229          iterative version is on the way
5230  
5231 < 2004-10-28 02:28  tim
5231 > 2004-10-27 21:28  tim
5232  
5233          * test/utils/: Makefile, ReplaceWildCard.hpp,
5234          ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
5235  
5236 < 2004-10-28 02:08  tim
5236 > 2004-10-27 21:08  tim
5237  
5238          * test/utils/: ReplaceWildCardTestCase.cpp,
5239          ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
5240  
5241 < 2004-10-27 23:17  tim
5241 > 2004-10-27 18:17  tim
5242  
5243          * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
5244          test
5245  
5246 < 2004-10-27 06:25  tim
5246 > 2004-10-27 01:25  tim
5247  
5248          * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
5249          char matching is on the way
5250  
5251 < 2004-10-27 06:07  tim
5251 > 2004-10-27 01:07  tim
5252  
5253          * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
5254  
5255 < 2004-10-27 03:00  gezelter
5255 > 2004-10-26 22:00  gezelter
5256  
5257          * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
5258  
5259 < 2004-10-27 02:20  gezelter
5259 > 2004-10-26 21:20  gezelter
5260  
5261          * src/UseTheForce/ForceFields.hpp: subclass foo
5262  
5263 < 2004-10-27 02:16  gezelter
5263 > 2004-10-26 21:16  gezelter
5264  
5265          * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
5266          string conversion
5267  
5268 < 2004-10-27 00:01  gezelter
5268 > 2004-10-26 19:01  gezelter
5269  
5270          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5271          UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
5272          brains/SimSetup.hpp: char* -> string
5273  
5274 < 2004-10-26 22:25  gezelter
5274 > 2004-10-26 17:25  gezelter
5275  
5276          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
5277          Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
5278          ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
5279          isXXX
5280  
5281 < 2004-10-26 22:25  gezelter
5281 > 2004-10-26 17:25  gezelter
5282  
5283          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
5284          define name collision
5285  
5286 < 2004-10-26 22:24  gezelter
5286 > 2004-10-26 17:24  gezelter
5287  
5288          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5289          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
# Line 3988 | Line 5292
5292          UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
5293          forcefield refactoring for shapes
5294  
5295 < 2004-10-26 22:24  gezelter
5295 > 2004-10-26 17:24  gezelter
5296  
5297          * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
5298          Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
5299          linear.md, linear.shape, toluene.shape: adding sample shape
5300          directory
5301  
5302 < 2004-10-26 22:19  tim
5302 > 2004-10-26 17:19  tim
5303  
5304          * ChangeLog, src/brains/DataStorage.cpp,
5305          src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
# Line 4003 | Line 5307
5307          test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
5308          DataStorage passes unit test
5309  
5310 < 2004-10-26 18:03  chrisfen
5310 > 2004-10-26 13:03  chrisfen
5311  
5312          * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
5313          Changes to help advance shapes
5314  
5315 < 2004-10-26 18:02  chrisfen
5315 > 2004-10-26 13:02  chrisfen
5316  
5317          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
5318          Shapes force field reader
5319  
5320 < 2004-10-26 17:28  tim
5320 > 2004-10-26 12:28  tim
5321  
5322          * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
5323          SnapshotTestCase in progress
5324  
5325 < 2004-10-25 22:46  tim
5325 > 2004-10-25 17:46  tim
5326  
5327          * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
5328          src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
# Line 4027 | Line 5331
5331          test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
5332          and Vector classes
5333  
5334 < 2004-10-25 17:03  tim
5334 > 2004-10-25 12:03  tim
5335  
5336          * ChangeLog, src/utils/GenericFactory.hpp,
5337          test/utils/GenericFactoryTestCase.cpp,
# Line 4035 | Line 5339
5339          GenericFactory Test Case. GenericFactory now can bed used to creat
5340          ForcefieldFactory and IntegratorFactory etc.
5341  
5342 < 2004-10-25 04:08  tim
5342 > 2004-10-24 23:08  tim
5343  
5344          * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
5345          brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
5346          brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
5347          get reconstructed
5348  
5349 < 2004-10-24 07:55  tim
5349 > 2004-10-24 02:55  tim
5350  
5351          * src/utils/GenericFactory.hpp: GenericFactory pass unit test
5352  
5353 < 2004-10-23 23:09  tim
5353 > 2004-10-23 18:09  tim
5354  
5355          * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
5356          StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
5357          RigidBody.cpp: Refactoring in progress
5358  
5359 < 2004-10-22 23:09  tim
5359 > 2004-10-22 18:09  tim
5360  
5361          * ChangeLog, src/brains/Snapshot.hpp,
5362          src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
5363          test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
5364          test/brains/StuntDouble.hpp: more work in Snapshot
5365  
5366 < 2004-10-22 22:59  chrisfen
5366 > 2004-10-22 17:59  chrisfen
5367  
5368          * src/: UseTheForce/LJFF.cpp,
5369          UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
5370          god!  It runs and conserves energy!
5371  
5372 < 2004-10-22 22:54  chrisfen
5372 > 2004-10-22 17:54  chrisfen
5373  
5374          * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
5375  
5376 < 2004-10-22 22:53  chrisfen
5376 > 2004-10-22 17:53  chrisfen
5377  
5378          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5379          UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
# Line 4077 | Line 5381
5381          brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
5382          breakey
5383  
5384 < 2004-10-22 22:53  chrisfen
5384 > 2004-10-22 17:53  chrisfen
5385  
5386          * make/Makefile.in: compiler flags
5387  
5388 < 2004-10-22 21:20  gezelter
5388 > 2004-10-22 16:20  gezelter
5389  
5390          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5391          UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
5392          brains/fSimulation.h, types/AtomType.hpp,
5393          types/DirectionalAtomType.hpp: fixey fixey
5394  
5395 < 2004-10-22 20:22  gezelter
5395 > 2004-10-22 15:22  gezelter
5396  
5397          * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
5398          charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
5399          lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
5400          fortran files and c/Fortran interfaces
5401  
5402 < 2004-10-22 20:21  gezelter
5402 > 2004-10-22 15:21  gezelter
5403  
5404          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
5405          DirectionalAtomType.hpp, Makefile: More on AtomType and
5406          DirectionalAtomType
5407  
5408 < 2004-10-22 14:47  gezelter
5408 > 2004-10-22 09:47  gezelter
5409  
5410          * src/types/AtomType.hpp: Adding AtomType
5411  
5412 < 2004-10-21 21:31  tim
5412 > 2004-10-21 16:31  tim
5413  
5414          * ChangeLog, src/brains/Snapshot.hpp,
5415          src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
# Line 4114 | Line 5418
5418          test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
5419          Snapshot and SnapshotManager in progress
5420  
5421 < 2004-10-21 21:30  tim
5421 > 2004-10-21 16:30  tim
5422  
5423          * test/brains/: BrainsTest.cpp, Makefile,
5424          SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
5425          SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
5426          Snapshot and snapshotManager.
5427  
5428 < 2004-10-21 20:15  gezelter
5428 > 2004-10-21 15:15  gezelter
5429  
5430          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5431          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4132 | Line 5436
5436          brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
5437          Fixey Fixey.
5438  
5439 < 2004-10-21 16:32  tim
5439 > 2004-10-21 11:32  tim
5440  
5441          * src/utils/GenericData.cpp, src/utils/Makefile,
5442          test/utils/Makefile, test/utils/UtilTest: remove some junk files
5443  
5444 < 2004-10-21 16:24  tim
5444 > 2004-10-21 11:24  tim
5445  
5446          * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
5447  
5448 < 2004-10-21 16:22  tim
5448 > 2004-10-21 11:22  tim
5449  
5450          * ChangeLog, src/brains/SimSetup.cpp,
5451          src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
# Line 4159 | Line 5463
5463          src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
5464          GenericData
5465  
5466 < 2004-10-21 15:25  chuckv
5466 > 2004-10-21 10:25  chuckv
5467  
5468          * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
5469          module.
5470  
5471 < 2004-10-21 15:24  chuckv
5471 > 2004-10-21 10:24  chuckv
5472  
5473          * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
5474          fortran lj module.
5475  
5476 < 2004-10-20 22:54  tim
5476 > 2004-10-20 17:54  tim
5477  
5478          * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
5479          test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
# Line 4177 | Line 5481
5481          test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
5482          GenericData and PropertyMap  pass unit test.
5483  
5484 < 2004-10-20 21:52  gezelter
5484 > 2004-10-20 16:52  gezelter
5485  
5486          * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
5487          DarkSide/sticky_interface.h: fixed a fortran name problem
5488  
5489 < 2004-10-20 21:38  tim
5489 > 2004-10-20 16:38  tim
5490  
5491          * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
5492          GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
5493          UtilTest, UtilTest.cpp: adding generic data test case
5494  
5495 < 2004-10-20 21:16  chuckv
5495 > 2004-10-20 16:16  chuckv
5496  
5497          * configure, ac-tools/aclocal.m4,
5498          src/UseTheForce/DarkSide/Makefile,
# Line 4200 | Line 5504
5504          Fortran/C++ interface de-obfuscation project appears to be
5505          complete!  Woo hoo!
5506  
5507 < 2004-10-20 20:47  chuckv
5507 > 2004-10-20 15:47  chuckv
5508  
5509          * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
5510          fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
5511          continues
5512  
5513 < 2004-10-20 20:46  chuckv
5513 > 2004-10-20 15:46  chuckv
5514  
5515          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
5516          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4223 | Line 5527
5527          brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
5528          de-obfuscation project (It is a very long story)
5529  
5530 < 2004-10-20 18:07  tim
5530 > 2004-10-20 13:07  tim
5531  
5532          * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
5533          test/math/SquareMatrix3TestCase.cpp,
5534          test/math/SquareMatrixTestCase.cpp,
5535          test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
5536  
5537 < 2004-10-20 05:52  tim
5537 > 2004-10-20 00:52  tim
5538  
5539          * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
5540          SnapshotManager in design phase
5541  
5542 < 2004-10-20 04:54  gezelter
5542 > 2004-10-19 23:54  gezelter
5543  
5544          * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
5545          problem prevented linking
5546  
5547 < 2004-10-20 04:54  gezelter
5547 > 2004-10-19 23:54  gezelter
5548  
5549          * src/UseTheForce/Shapes_FF.cpp: fixed include
5550  
5551 < 2004-10-20 04:26  gezelter
5551 > 2004-10-19 23:26  gezelter
5552  
5553          * src/utils/: Makefile, definitions.F90, definitions_module.F90,
5554          oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
5555          more fortran name mangling
5556  
5557 < 2004-10-20 04:23  gezelter
5557 > 2004-10-19 23:23  gezelter
5558  
5559          * src/profiling/timing.F90: yet more fortran renaming
5560  
5561 < 2004-10-20 04:19  gezelter
5561 > 2004-10-19 23:19  gezelter
5562  
5563          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
5564          do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
5565          notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
5566          wrappers.F90: Fortran name cleanup continues
5567  
5568 < 2004-10-20 04:12  gezelter
5568 > 2004-10-19 23:12  gezelter
5569  
5570          * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
5571          broken fortran stuff
5572  
5573 < 2004-10-20 04:02  gezelter
5573 > 2004-10-19 23:02  gezelter
5574  
5575          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
5576          atype_interface.h, atype_module.F90, atype_module_interface.h,
# Line 4283 | Line 5587
5587          sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
5588          name sanity on the fortran side
5589  
5590 < 2004-10-20 00:18  tim
5590 > 2004-10-19 19:18  tim
5591  
5592          * test/math/SquareMatrix3TestCase.hpp: [no log message]
5593  
5594 < 2004-10-19 23:01  tim
5594 > 2004-10-19 18:01  tim
5595  
5596          * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
5597          src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
5598          except diagonalize(), all of functions in math library pass the
5599          test
5600  
5601 < 2004-10-19 22:43  chuckv
5601 > 2004-10-19 17:43  chuckv
5602  
5603          * src/UseTheForce/do_Forces.h: Added correct prototypes for
5604          C-fortran interface functions.
5605  
5606 < 2004-10-19 22:37  chuckv
5606 > 2004-10-19 17:37  chuckv
5607  
5608          * src/UseTheForce/DarkSide/: atype_module_interface.h,
5609          eam_module_inteface.h, gb_module_interface.h,
# Line 4307 | Line 5611
5611          sticky_pair_module_interface.h: Added correct prototypes for
5612          C-fortran interface functions.
5613  
5614 < 2004-10-19 21:28  tim
5614 > 2004-10-19 16:28  tim
5615  
5616          * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
5617          src/math/SquareMatrix.hpp, src/math/Vector.hpp,
# Line 4317 | Line 5621
5621          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
5622          bugs get fixed at math library
5623  
5624 < 2004-10-19 20:43  chuckv
5624 > 2004-10-19 15:43  chuckv
5625  
5626          * src/UseTheForce/: DarkSide/atype_module_interface.h,
5627          DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
# Line 4331 | Line 5635
5635          notifycutoffs_module_interface.h: Added new files for fortran
5636          interface.
5637  
5638 < 2004-10-19 20:43  gezelter
5638 > 2004-10-19 15:43  gezelter
5639  
5640          * src/UseTheForce/Makefile: regressing
5641  
5642 < 2004-10-19 20:40  gezelter
5642 > 2004-10-19 15:40  gezelter
5643  
5644          * src/: UseTheForce/DarkSide/calc_shapes.F90,
5645          UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
5646          working on shapes for portability
5647  
5648 < 2004-10-19 20:40  gezelter
5648 > 2004-10-19 15:40  gezelter
5649  
5650          * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
5651  
5652 < 2004-10-19 18:21  chrisfen
5652 > 2004-10-19 13:21  chrisfen
5653  
5654          * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
5655          findBegin
5656  
5657 < 2004-10-19 04:34  tim
5657 > 2004-10-18 23:34  tim
5658  
5659          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
5660          are fixed in Vector class
5661  
5662 < 2004-10-19 04:28  tim
5662 > 2004-10-18 23:28  tim
5663  
5664          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
5665          some bugs in RectMatrixTestCase
5666  
5667 < 2004-10-19 04:21  tim
5667 > 2004-10-18 23:21  tim
5668  
5669          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
5670          test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
5671          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
5672          test/math/VectorTestCase.hpp: implement more test cases
5673  
5674 < 2004-10-18 23:13  tim
5674 > 2004-10-18 18:13  tim
5675  
5676          * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
5677          src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
# Line 4376 | Line 5680
5680          test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
5681          tests on math library
5682  
5683 < 2004-10-18 21:03  tim
5683 > 2004-10-18 16:03  tim
5684  
5685          * test/math/: Makefile, QuaternionTestCase.cpp,
5686          QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
# Line 4384 | Line 5688
5688          Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
5689          more testing units
5690  
5691 < 2004-10-18 17:07  tim
5691 > 2004-10-18 12:07  tim
5692  
5693          * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
5694          math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
5695          math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
5696          utils/GenericFactory.hpp: fix some bugs in Quaternion class
5697  
5698 < 2004-10-18 16:30  gezelter
5698 > 2004-10-18 11:30  gezelter
5699  
5700          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
5701          Your basic run of the mill real-valued versions of Y_l^m(\theta,
5702          \phi)
5703  
5704 < 2004-10-18 16:29  gezelter
5704 > 2004-10-18 11:29  gezelter
5705  
5706          * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
5707          types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
5708          utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
5709          Shapes into OOPSE
5710  
5711 < 2004-10-18 15:21  gezelter
5711 > 2004-10-18 10:21  gezelter
5712  
5713          * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
5714  
5715 < 2004-10-18 05:23  tim
5715 > 2004-10-18 00:23  tim
5716  
5717          * test/math/VectorTestCase.hpp: adding  vector test case
5718  
5719 < 2004-10-18 05:23  tim
5719 > 2004-10-18 00:23  tim
5720  
5721          * src/utils/GenericFactory.hpp: adding generic factory and vector
5722          test case
5723  
5724 < 2004-10-17 01:19  tim
5724 > 2004-10-16 20:19  tim
5725  
5726          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
5727          SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
5728          progress
5729  
5730 < 2004-10-16 01:31  tim
5730 > 2004-10-15 20:31  tim
5731  
5732          * src/math/Quaternion.hpp: add quaternion class
5733  
5734 < 2004-10-15 21:11  tim
5734 > 2004-10-15 16:11  tim
5735  
5736          * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
5737          IfstrstreamTestCase.hpp: adding test file
5738  
5739 < 2004-10-15 21:10  tim
5739 > 2004-10-15 16:10  tim
5740  
5741          * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
5742  
5743 < 2004-10-15 20:42  tim
5743 > 2004-10-15 15:42  tim
5744  
5745          * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
5746  
5747 < 2004-10-15 20:35  tim
5747 > 2004-10-15 15:35  tim
5748  
5749          * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
5750  
5751 < 2004-10-15 20:34  tim
5751 > 2004-10-15 15:34  tim
5752  
5753          * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
5754          namespace oopse
5755  
5756 < 2004-10-15 19:38  chuckv
5756 > 2004-10-15 14:38  chuckv
5757  
5758          * configure, ac-tools/aclocal.m4: Changed optimization flags for
5759          XLF and XLC.
5760  
5761 < 2004-10-15 18:28  tim
5761 > 2004-10-15 13:28  tim
5762  
5763          * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
5764          adding ifstrstream test case
5765  
5766 < 2004-10-15 18:20  tim
5766 > 2004-10-15 13:20  tim
5767  
5768          * src/io/basic_ifstrstream.hpp: fix include
5769  
5770 < 2004-10-15 18:18  tim
5770 > 2004-10-15 13:18  tim
5771  
5772          * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
5773  
5774 < 2004-10-15 18:17  tim
5774 > 2004-10-15 13:17  tim
5775  
5776          * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
5777  
5778 < 2004-10-15 18:16  tim
5778 > 2004-10-15 13:16  tim
5779  
5780          * test/io/: Makefile, ifstrstreamTestCase.cpp,
5781          ifstrstreamTestCase.hpp: adding test case for ifstrstream
5782  
5783 < 2004-10-15 15:37  tim
5783 > 2004-10-15 10:37  tim
5784  
5785          * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
5786          ifstrstreamTestCase.hpp: add ifstrstreamTestCase
5787  
5788 < 2004-10-15 15:20  tim
5788 > 2004-10-15 10:20  tim
5789  
5790          * src/io/basic_ifstrstream.hpp: add checkFilename Option
5791  
5792 < 2004-10-15 15:19  tim
5792 > 2004-10-15 10:19  tim
5793  
5794          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
5795          SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
5796          SquareMatrixTestCase class
5797  
5798 < 2004-10-15 07:52  tim
5798 > 2004-10-15 02:52  tim
5799  
5800          * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
5801  
5802 < 2004-10-14 23:28  tim
5802 > 2004-10-14 18:28  tim
5803  
5804          * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
5805          Vector.hpp: math library in progress
5806  
5807 < 2004-10-14 23:27  tim
5807 > 2004-10-14 18:27  tim
5808  
5809          * src/io/FileReader.hpp: FileReader in progress
5810  
5811 < 2004-10-13 23:53  tim
5811 > 2004-10-13 18:53  tim
5812  
5813          * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
5814          test in isOrthogonal of SquareMatrix is failed by some reasons
5815  
5816 < 2004-10-13 22:28  tim
5816 > 2004-10-13 17:28  tim
5817  
5818          * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
5819          class
5820  
5821 < 2004-10-13 22:27  tim
5821 > 2004-10-13 17:27  tim
5822  
5823          * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
5824          RectMatrixTestCase.hpp: adding testing unit
5825  
5826 < 2004-10-13 22:24  tim
5826 > 2004-10-13 17:24  tim
5827  
5828          * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
5829  
5830 < 2004-10-13 06:51  tim
5830 > 2004-10-13 01:51  tim
5831  
5832          * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
5833          Vector3.hpp: refactory vector and matrix classes
5834  
5835 < 2004-10-13 06:50  tim
5835 > 2004-10-13 01:50  tim
5836  
5837          * src/math/Vector3d.hpp: Remove some Makefile.in
5838  
5839 < 2004-10-12 23:57  tim
5839 > 2004-10-12 18:57  tim
5840  
5841          * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
5842          Matrix3x3d.hpp
5843  
5844 < 2004-10-12 19:08  tim
5844 > 2004-10-12 14:08  tim
5845  
5846          * doc/: cppstyle.html, style.css: adding c++ coding style
5847  
5848 < 2004-10-11 22:15  tim
5848 > 2004-10-11 17:15  tim
5849  
5850          * src/: constraints/AbstractClasses.hpp,
5851          integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
5852          change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
5853  
5854 < 2004-10-11 21:54  tim
5854 > 2004-10-11 16:54  tim
5855  
5856          * scripts/filepp: fix a bug in filepp
5857  
5858 < 2004-10-11 21:13  tim
5858 > 2004-10-11 16:13  tim
5859  
5860          * make/Makefile.in: using filepp to generate dependencies instead
5861          of compilers
5862  
5863 < 2004-10-11 21:10  tim
5863 > 2004-10-11 16:10  tim
5864  
5865          * scripts/filepp: filepp can be used to generate dependencies for
5866          c/c++ now
5867  
5868 < 2004-10-11 18:40  tim
5868 > 2004-10-11 13:40  tim
5869  
5870          * make/Makefile.in: remove -module from F90Options
5871  
5872 < 2004-10-11 18:01  tim
5872 > 2004-10-11 13:01  tim
5873  
5874          * make/Makefile.in: adding rules to move fortran 90 module to
5875          target directory
5876  
5877 < 2004-10-11 15:43  gezelter
5877 > 2004-10-11 10:43  gezelter
5878  
5879          * make/Makefile.in: fixed makefile.in
5880  
5881 < 2004-10-11 14:51  tim
5881 > 2004-10-11 09:51  tim
5882  
5883          * scripts/filepp: remove "use bytes" which causes problem in sgi
5884          machine
5885  
5886 < 2004-10-11 14:26  tim
5886 > 2004-10-11 09:26  tim
5887  
5888          * forceFields/Makefile: add Makefile
5889  
5890 < 2004-10-11 14:23  tim
5890 > 2004-10-11 09:23  tim
5891  
5892          * samples/: water/dimer/Makefile, water/spce/Makefile,
5893          water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
5894          water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
5895          directory
5896  
5897 < 2004-10-09 06:01  tim
5897 > 2004-10-11 09:23  tim
5898  
5899 <        * samples/: alkane/Makefile.in, lipid/Makefile.in,
5900 <        metals/Makefile.in, minimizer/Makefile.in: Remove some Makefile.in
5899 >        * samples/argon/Makefile: remove argon.dump and argon.eor from
5900 >        Makefile
5901  
5902 < 2004-10-08 23:15  tim
5902 > 2004-10-09 01:01  tim
5903 >
5904 >        * samples/: alkane/Makefile.in, argon/Makefile.in,
5905 >        lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
5906 >        Remove some Makefile.in
5907  
5908 + 2004-10-08 18:15  tim
5909 +
5910          * make/Makefile.in: [no log message]
5911  
5912 < 2004-10-08 22:51  tim
5912 > 2004-10-08 17:51  tim
5913  
5914          * make/Makefile.in: fix make install
5915  
5916 < 2004-10-08 22:10  tim
5916 > 2004-10-08 17:10  tim
5917  
5918          * make/Makefile.in: adding make install
5919  
5920 < 2004-10-08 22:04  tim
5920 > 2004-10-08 17:04  tim
5921  
5922 <        * samples/: alkane/Makefile, lipid/Makefile, metals/Makefile,
5923 <        minimizer/Makefile, water/Makefile.in, water/dimer/Makefile,
5924 <        water/dimer/Makefile.in, water/spce/Makefile,
5922 >        * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
5923 >        metals/Makefile, minimizer/Makefile, water/Makefile.in,
5924 >        water/dimer/Makefile, water/dimer/Makefile.in, water/spce/Makefile,
5925          water/spce/Makefile.in, water/ssd/Makefile, water/ssd/Makefile.in,
5926          water/ssde/Makefile, water/ssde/Makefile.in,
5927          water/tip3p_ice/Makefile, water/tip3p_ice/Makefile.in,
5928          water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
5929          zcons/Makefile.in: add Makefile to sample directory
5930  
5931 < 2004-10-06 23:03  gezelter
5931 > 2004-10-06 18:03  gezelter
5932  
5933          * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
5934          stuff
5935  
5936 < 2004-10-06 23:03  gezelter
5936 > 2004-10-06 18:03  gezelter
5937  
5938          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
5939          make/Doxyfile, src/applications/getopt.c,
5940          src/applications/getopt1.c, src/applications/gnugetopt.h: more
5941          build fixes
5942  
5943 < 2004-10-06 22:20  tim
5943 > 2004-10-06 17:20  tim
5944  
5945          * make/: Doxyfile, Makefile.in: adding doxygen configuration file
5946  
5947 < 2004-10-06 22:19  tim
5947 > 2004-10-06 17:19  tim
5948  
5949          * scripts/filepp: filepp can handle different fortran module case
5950          and suffix
5951  
5952 < 2004-10-06 21:27  gezelter
5952 > 2004-10-06 16:27  gezelter
5953  
5954          * src/restraints/Restraints.cpp: Chris doesn't know about the
5955          OOPSE-2.0 directory structure yet
5956  
5957 < 2004-10-06 21:27  gezelter
5957 > 2004-10-06 16:27  gezelter
5958  
5959          * ChangeLog: Yeah yeah, we'lll get around to it later
5960  
5961 < 2004-10-06 21:22  gezelter
5961 > 2004-10-06 16:22  gezelter
5962  
5963          * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
5964          make/Makefile.in: cleaning up build process
5965  
5966 < 2004-10-06 20:01  chrisfen
5966 > 2004-10-06 15:01  chrisfen
5967  
5968          * src/restraints/Restraints.cpp: made the file reading in
5969          restraints more intelligent - no longer gives uninformative seg
5970          faults
5971  
5972 < 2004-10-06 19:55  gezelter
5972 > 2004-10-06 14:55  gezelter
5973  
5974          * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
5975  
5976 < 2004-10-06 19:51  gezelter
5976 > 2004-10-06 14:51  gezelter
5977  
5978          * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
5979          scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
5980  
5981 < 2004-10-06 18:53  tim
5981 > 2004-10-06 13:53  tim
5982  
5983          * make/: Makefile, Makefile.in: fix make statistics
5984  
5985 < 2004-10-06 18:18  tim
5985 > 2004-10-06 13:18  tim
5986  
5987          * make/: Makefile, Makefile.in: adding GNU make functions to
5988          combine all of the static libraries to a big library
5989  
5990 < 2004-10-05 22:57  tim
5990 > 2004-10-05 17:57  tim
5991  
5992          * make/: Makefile, Makefile.in:  adding shared library flag
5993  
5994 < 2004-10-05 19:37  tim
5994 > 2004-10-05 14:37  tim
5995  
5996          * src/: Makefile, UseTheForce/Makefile,
5997          UseTheForce/mpiSimulation_module.F90,
# Line 4689 | Line 5999
5999          UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
6000          mpiSimulation_module to DarkSide
6001  
6002 < 2004-10-05 19:35  tim
6002 > 2004-10-05 14:35  tim
6003  
6004          * make/: Makefile, Makefile.in: building MPI version;using static
6005          library instead of shared library
6006  
6007 < 2004-10-05 14:14  tim
6007 > 2004-10-05 09:14  tim
6008  
6009          * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
6010          to filepp
6011  
6012 < 2004-10-04 20:56  tim
6012 > 2004-10-04 15:56  tim
6013  
6014          * make/: Makefile, Makefile.in: add make cvslog
6015  
6016 < 2004-10-04 16:24  gezelter
6016 > 2004-10-04 11:24  gezelter
6017  
6018          * make/: Makefile, Makefile.in: more work on the parallel build
6019  
6020 < 2004-10-04 16:06  gezelter
6020 > 2004-10-04 11:06  gezelter
6021  
6022          * make/: Makefile, Makefile.in: changes to backport declare flags
6023  
6024 < 2004-10-04 15:27  gezelter
6024 > 2004-10-04 10:27  gezelter
6025  
6026          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
6027          DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
6028          shapes
6029  
6030 < 2004-10-02 04:40  tim
6030 > 2004-10-01 23:40  tim
6031  
6032          * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
6033  
6034 < 2004-10-02 04:22  tim
6034 > 2004-10-01 23:22  tim
6035  
6036          * make/: Makefile, Makefile.in: add oopse_ as library prefix
6037  
6038 < 2004-10-01 21:59  tim
6038 > 2004-10-01 16:59  tim
6039  
6040          * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
6041  
6042 < 2004-10-01 21:22  gezelter
6042 > 2004-10-01 16:22  gezelter
6043  
6044          * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
6045          few minor build changes
6046  
6047 < 2004-10-01 21:11  tim
6047 > 2004-10-01 16:11  tim
6048  
6049          * scripts/filepp: adding fortran90 make dependency tool
6050  
6051 < 2004-09-30 15:41  tim
6051 > 2004-09-30 10:41  tim
6052  
6053          * make/: Makefile, Makefile.in: make clean is smart enough to only
6054          remove object files belong to current package.  turn off silent
6055          mode
6056  
6057 < 2004-09-29 21:55  tim
6057 > 2004-09-29 16:55  tim
6058  
6059          * src/: Makefile, UseTheForce/Makefile,
6060          UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
# Line 4755 | Line 6065
6065          restraints/Makefile, types/Makefile, utils/Makefile,
6066          visitors/Makefile: define DEV_ROOT as relative path
6067  
6068 < 2004-09-29 21:54  tim
6068 > 2004-09-29 16:54  tim
6069  
6070          * make/: Makefile, Makefile.in: get the relative path by shell
6071          script
6072  
6073 < 2004-09-29 21:32  tim
6073 > 2004-09-29 16:32  tim
6074  
6075          * make/Makefile: eliminate DEV_ROOT by relative path
6076  
6077 < 2004-09-29 18:37  tim
6077 > 2004-09-29 13:37  tim
6078  
6079          * make/Makefile.in: add PackageLibs;  fix dependency rule
6080  
6081 < 2004-09-29 17:57  gezelter
6081 > 2004-09-29 12:57  gezelter
6082  
6083          * configure, ac-tools/configure.in: updates
6084  
6085 < 2004-09-29 17:56  gezelter
6085 > 2004-09-29 12:56  gezelter
6086  
6087          * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
6088          make stuff
6089  
6090 < 2004-09-29 17:46  tim
6090 > 2004-09-29 12:46  tim
6091  
6092          * Makefile: If makefile does not exist, print error message
6093  
6094 < 2004-09-29 17:12  tim
6094 > 2004-09-29 12:12  tim
6095  
6096          * make/: Make.conf.in, Makefile: fix dependencies rule
6097  
6098 < 2004-09-29 15:58  gezelter
6098 > 2004-09-29 10:58  gezelter
6099  
6100          * Makefile, make/Makefile: still working on build process
6101  
6102 < 2004-09-29 15:00  tim
6102 > 2004-09-29 10:00  tim
6103  
6104          * make/Makefile: add print statment to rules
6105  
6106 < 2004-09-29 14:59  tim
6106 > 2004-09-29 09:59  tim
6107  
6108          * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
6109          applications/dump2Xyz/Makefile, applications/oopse/Makefile,
# Line 4803 | Line 6113
6113          profiling/Makefile, restraints/Makefile, types/Makefile,
6114          utils/Makefile, visitors/Makefile: change Makefile to relative path
6115  
6116 < 2004-09-29 02:55  tim
6116 > 2004-09-28 21:55  tim
6117  
6118          * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
6119          which cause headache in bulding libutils
6120  
6121 < 2004-09-28 23:24  tim
6121 > 2004-09-28 18:24  tim
6122  
6123          * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
6124          Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
# Line 4831 | Line 6141
6141          change directory structure of application. Every executable file is
6142          replaced in seperate directory
6143  
6144 < 2004-09-28 22:15  gezelter
6144 > 2004-09-28 17:15  gezelter
6145  
6146          * lib/dummy: Keep that lib around, please.
6147  
6148 < 2004-09-28 22:14  gezelter
6148 > 2004-09-28 17:14  gezelter
6149  
6150          * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
6151          starting a configure version
6152  
6153 < 2004-09-28 21:08  tim
6153 > 2004-09-28 16:08  tim
6154  
6155          * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
6156          UseTheForce/DarkSide/Makefile,
# Line 4849 | Line 6159
6159          brains/Makefile, brains/simulation_module.F90: move fortran files
6160          around to solve dependency problem
6161  
6162 < 2004-09-28 20:43  tim
6162 > 2004-09-28 15:43  tim
6163  
6164          * Makefile, src/UseTheForce/ForceFields.hpp,
6165          src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
# Line 4859 | Line 6169
6169          src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
6170          src/utils/Makefile: [no log message]
6171  
6172 < 2004-09-28 20:41  tim
6172 > 2004-09-28 15:41  tim
6173  
6174          * make/Makefile, scripts/sfmakedepend: fix fortran dependency
6175          problem
6176  
6177 < 2004-09-28 16:13  tim
6177 > 2004-09-28 11:13  tim
6178  
6179          * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
6180          src/io/Makefile: add yacc and lex rules
6181  
6182 < 2004-09-27 20:24  tim
6182 > 2004-09-27 15:24  tim
6183  
6184          * make/Makefile: adding include path to F90Options
6185  
6186 < 2004-09-27 20:13  tim
6186 > 2004-09-27 15:13  tim
6187  
6188          * make/Makefile: change suffix from .cc to .cpp
6189  
6190 < 2004-09-24 16:27  tim
6190 > 2004-09-24 11:27  tim
6191  
6192          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
6193          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 4944 | Line 6254
6254          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
6255          visitors/ZconsVisitor.hpp: change the #include in source files
6256  
6257 < 2004-09-24 04:16  gezelter
6257 > 2004-09-23 23:16  gezelter
6258  
6259          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
6260          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 5090 | Line 6400
6400          samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
6401          samples/alkane/Makefile.in, samples/alkane/alkanes.md,
6402          samples/alkane/butane.in, samples/alkane/butane.md,
6403 +        samples/argon/500.in, samples/argon/500.md,
6404 +        samples/argon/Makefile.in, samples/argon/ar864.in,
6405 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
6406 +        samples/argon/argonNVT.md, samples/argon/lj.md,
6407          samples/lipid/5x5.in, samples/lipid/5x5.md,
6408          samples/lipid/Makefile.in, samples/lipid/lipid.md,
6409          samples/lipid/water.md, samples/minimizer/Makefile.in,
# Line 5116 | Line 6430
6430          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
6431          forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
6432  
6433 < 2004-09-24 04:16  gezelter
6433 > 2004-09-23 23:16  gezelter
6434  
6435          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
6436          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 5262 | Line 6576
6576          samples/water/tip4p/tp4.md, samples/water/tip4p/water.md,
6577          samples/alkane/Makefile.in, samples/alkane/alkanes.md,
6578          samples/alkane/butane.in, samples/alkane/butane.md,
6579 +        samples/argon/500.in, samples/argon/500.md,
6580 +        samples/argon/Makefile.in, samples/argon/ar864.in,
6581 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
6582 +        samples/argon/argonNVT.md, samples/argon/lj.md,
6583          samples/lipid/5x5.in, samples/lipid/5x5.md,
6584          samples/lipid/Makefile.in, samples/lipid/lipid.md,
6585          samples/lipid/water.md, samples/minimizer/Makefile.in,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines