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

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 727 by tim, Wed Aug 27 16:16:01 2003 UTC vs.
Revision 1126 by tim, Tue Apr 20 05:39:38 2004 UTC

# Line 1 | Line 1
1 + 2004-04-19 15:54  tim
2 +
3 +        * libmdtools/CompositeVisitor.cpp, libmdtools/CompositeVisitor.hpp,
4 +        libmdtools/OtherVisitor.cpp, libmdtools/OtherVisitor.hpp,
5 +        libmdtools/RigidBody.cpp, utils/Make.dep, utils/Makefile.in: fixed
6 +        a bug in CompositeVisitor which cause the double counting problem
7 +
8 + 2004-04-19 12:44  tim
9 +
10 +        * libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
11 +        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
12 +        libmdtools/DumpReader.cpp, libmdtools/Make.dep,
13 +        libmdtools/OtherVisitor.cpp, libmdtools/RigidBodyVisitor.cpp,
14 +        libmdtools/ZconsVisitor.cpp, utils/Dump2XYZ.cpp, utils/Makefile.in:
15 +        Dump2XYZ is almost working except atoms in rigidbody are double
16 +        counted
17 +
18 + 2004-04-18 22:52  tim
19 +
20 +        * ChangeLog, libmdtools/Atom.cpp, libmdtools/Atom.hpp,
21 +        libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
22 +        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
23 +        libmdtools/CompositeVisitor.hpp, libmdtools/DumpReader.cpp,
24 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
25 +        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
26 +        libmdtools/MatVec3.h, libmdtools/OtherVisitor.cpp,
27 +        libmdtools/OtherVisitor.hpp, libmdtools/ReadWrite.hpp,
28 +        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
29 +        libmdtools/RigidBodyVisitor.cpp, libmdtools/RigidBodyVisitor.hpp,
30 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
31 +        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
32 +        libmdtools/Thermo.cpp, libmdtools/ZConsReader.cpp,
33 +        libmdtools/ZConsReader.hpp, libmdtools/ZconsVisitor.cpp,
34 +        libmdtools/ZconsVisitor.hpp, utils/Dump2XYZ.cpp,
35 +        utils/Dump2XYZ.ggo, utils/Dump2XYZCmd.c, utils/Dump2XYZCmd.h: new
36 +        implement of quickLate using visitor and composite pattern
37 +
38 + 2004-04-15 17:15  tim
39 +
40 +        * libmdtools/SimSetup.cpp, utils/zsub.cpp: fix a bug in setting
41 +        exclude list
42 +
43 + 2004-04-15 11:18  tim
44 +
45 +        * ChangeLog, forceFields/DUFF.frc, libBASS/MoleculeStamp.cpp,
46 +        libmdtools/Atom.hpp, libmdtools/InitializeFromFile.cpp,
47 +        libmdtools/Integrator.cpp, libmdtools/Molecule.cpp,
48 +        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
49 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
50 +        libmdtools/Thermo.cpp, libmdtools/WATER.cpp,
51 +        libmdtools/calc_charge_charge.F90, libmdtools/do_Forces.F90: fix
52 +        whole bunch of bugs :-)
53 +
54 + 2004-04-14 12:20  chrisfen
55 +
56 +        * forceFields/WATER.frc: Added the WATER.frc force field
57 +
58 + 2004-04-14 11:32  gezelter
59 +
60 +        * libmdtools/Molecule.cpp: fixed for get_potential
61 +
62 + 2004-04-14 10:37  tim
63 +
64 +        * AUTHORS, ChangeLog, libmdtools/DumpWriter.cpp,
65 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
66 +        libmdtools/Integrator.hpp, libmdtools/Make.dep,
67 +        libmdtools/Molecule.hpp, libmdtools/OOPSEMinimizer.cpp,
68 +        libmdtools/ReadWrite.hpp, libmdtools/RigidBody.hpp,
69 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
70 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
71 +        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
72 +        libmdtools/ZConsReader.cpp, libmdtools/mpiSimulation.cpp,
73 +        libmdtools/mpiSimulation.hpp, utils/quickLate.c, utils/zsub.cpp:
74 +        Change DumpWriter and InitFromFile
75 +
76 + 2004-04-13 11:26  gezelter
77 +
78 +        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: Now
79 +        molecules can keep track of their own IntegrableObjects (and
80 +        RigidBodies).  Also a bug-fix so that SimInfo can keep track of
81 +        RigidBodies (which was done incorrectly before).
82 +
83 + 2004-04-13 11:25  gezelter
84 +
85 +        * libBASS/: MoleculeStamp.cpp, MoleculeStamp.hpp: Added Integrable
86 +        (will back out momentarily)
87 +
88 + 2004-04-13 10:10  gezelter
89 +
90 +        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Oops.
91 +        Those were old.
92 +
93 + 2004-04-13 10:09  gezelter
94 +
95 +        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Forgot
96 +        to add IntegrableObjects
97 +
98 + 2004-04-12 16:02  gezelter
99 +
100 +        * libmdtools/: RigidBody.cpp, RigidBody.hpp: Adding RigidBody code
101 +
102 + 2004-04-12 15:32  gezelter
103 +
104 +        * samples/: alkane/butane.bass, water/ssd.bass: Slightly longer
105 +        test run
106 +
107 + 2004-04-12 15:32  gezelter
108 +
109 +        * libmdtools/: Atom.cpp, Atom.hpp, DUFF.cpp, DipoleTestFF.cpp,
110 +        DirectionalAtom.cpp, DirectionalAtom.hpp, DumpReader.cpp,
111 +        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, Exclude.hpp,
112 +        ForceFields.cpp, ForceFields.hpp, InitializeFromFile.cpp,
113 +        Integrator.cpp, Integrator.hpp, LJFF.cpp, Make.dep, Makefile.in,
114 +        MatVec3.c, MatVec3.h, Molecule.cpp, Molecule.hpp, NPT.cpp,
115 +        NPTf.cpp, NPTxyz.cpp, NVT.cpp, OOPSEMinimizer.cpp, SRI.hpp,
116 +        SimInfo.cpp, SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SkipList.cpp,
117 +        SkipList.hpp, StuntDouble.cpp, StuntDouble.hpp, TraPPE_ExFF.cpp,
118 +        WATER.cpp, ZConsReader.cpp: Changes for RigidBody dynamics
119 +        (Somewhat extensive)
120 +
121 + 2004-04-12 15:31  gezelter
122 +
123 +        * libBASS/BASSyacc.y, libBASS/Globals.cpp, libBASS/MakeStamps.cpp,
124 +        libBASS/RigidBodyStamp.cpp, libBASS/RigidBodyStamp.hpp,
125 +        utils/sysbuilder/MoLocator.cpp, utils/sysbuilder/MoLocator.hpp:
126 +        Changes for RigidBody dynamics
127 +
128 + 2004-03-17 09:22  tim
129 +
130 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libBASS/ZconStamp.cpp,
131 +        libBASS/ZconStamp.hpp, libmdtools/GenericData.hpp,
132 +        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
133 +        libmdtools/ZConstraint.cpp: incorporate SMD into ZConstraint,it
134 +        does not sound a good choice, next commit will seperate SMD and
135 +        ZConstraint
136 +
137 + 2004-03-16 14:22  tim
138 +
139 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
140 +        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
141 +        libmdtools/SimSetup.cpp, libmdtools/ZConsWriter.cpp,
142 +        libmdtools/ZConsWriter.hpp, libmdtools/ZConstraint.cpp: ZConstraint
143 +        now can support sequential moving. Refactorying is needed to
144 +        support SMD in ZConstraint
145 +
146 + 2004-03-02 15:32  tim
147 +
148 +        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, ReadWrite.hpp,
149 +        StatWriter.cpp, ZConsWriter.hpp: add LARGEFILE_SOURCE64 macro to
150 +        support large file
151 +
152 + 2004-03-01 16:17  tim
153 +
154 +        * utils/zsub.cpp: Fix a couple of bugs in zsub
155 +
156 + 2004-03-01 15:01  tim
157 +
158 +        * ChangeLog, libmdtools/DumpReader.cpp, libmdtools/Makefile.in,
159 +        libmdtools/OOPSEMinimizer.cpp, libmdtools/ReadWrite.hpp,
160 +        libmdtools/ZConsReader.cpp, libmdtools/ZConsReader.hpp,
161 +        utils/CmdlineZsub.c, utils/CmdlineZsub.h, utils/Makefile.in,
162 +        utils/quickLate.c, utils/zsub.cpp, utils/zsub.ggo: Adding zsub, a
163 +        program which can be used to replace atom type for zconstraint into
164 +        OOPSE
165 +
166 + 2004-02-24 11:36  tim
167 +
168 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
169 +        libmdtools/PRCG.cpp, libmdtools/SimSetup.cpp, src/oose.cpp: [no log
170 +        message]
171 +
172 + 2004-02-24 10:49  tim
173 +
174 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
175 +        Constraint.cpp, Constraint.hpp, ConstraintList.cpp,
176 +        ConstraintList.hpp, Minimizer.hpp, Minimizer1D.cpp,
177 +        Minimizer1D.hpp, MinimizerBase.hpp, NLModel.hpp, NLModel0.cpp,
178 +        NLModel1.cpp, NonlinearCons.cpp, NonlinearCons.hpp,
179 +        OOPSEMinimizerBase.cpp, SteepestDescent.cpp, SteepestDescent.hpp,
180 +        SymMatrix.hpp: remove the old implement of minimizer from cvs tree
181 +
182 + 2004-02-24 10:44  tim
183 +
184 +        * libmdtools/: CGFamilyMinimizer.cpp, ConjugateMinimizer.cpp,
185 +        Integrator.hpp, Makefile.in, Minimizer1D.cpp,
186 +        MinimizerParameterSet.hpp, OOPSEMinimizer.cpp, OOPSEMinimizer.hpp,
187 +        OOPSEMinimizerBase.cpp, PRCG.cpp, SDMinimizer.cpp, SimInfo.hpp,
188 +        SimSetup.cpp, Utility.cpp, Utility.hpp: Using inherit instead of
189 +        compose to implement Minimizer both versions are working
190 +
191 + 2004-02-17 14:23  tim
192 +
193 +        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
194 +        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
195 +        libmdtools/Minimizer1D.cpp, libmdtools/Minimizer1D.hpp,
196 +        libmdtools/MinimizerParameterSet.hpp,
197 +        libmdtools/OOPSEMinimizerBase.cpp: adding function shakeF in order
198 +        to remove the constraint force along bond direction
199 +
200 + 2004-02-10 16:33  tim
201 +
202 +        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
203 +        libmdtools/DirectionalAtom.cpp, libmdtools/OOPSEMinimizerBase.cpp:
204 +        single version of energy minimization is working.
205 +
206 + 2004-02-09 15:38  mmeineke
207 +
208 +        * staticProps/: AllCorr.cpp, staticProps.cpp:  started a bug fix on
209 +        the massive memory overusage by OOPSE
210 +
211 + 2004-02-09 09:48  chrisfen
212 +
213 +        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90: Stripped out the
214 +        hardwired LJ_rcut
215 +
216 + 2004-02-06 19:14  tim
217 +
218 +        * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
219 +        message]
220 +
221 + 2004-02-06 16:37  tim
222 +
223 +        * ChangeLog, libBASS/Globals.cpp,
224 +        libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
225 +        libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
226 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
227 +        energy minimization for argon is working, need to add constraint
228 +
229 + 2004-02-06 14:05  tim
230 +
231 +        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
232 +        one more file into Makefile.in
233 +
234 + 2004-02-06 13:58  tim
235 +
236 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
237 +        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
238 +        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
239 +        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
240 +        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
241 +        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
242 +        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
243 +        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
244 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
245 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
246 +        some lines into global.cpp to make it work with energy minimization
247 +
248 + 2004-02-04 17:26  tim
249 +
250 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
251 +        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
252 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
253 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
254 +        Single version of conjugate gradient with golden search linesearch
255 +        pass a couple of functions test. Brent's  algorithm is still broken
256 +
257 + 2004-02-03 17:54  tim
258 +
259 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
260 +        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
261 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
262 +        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
263 +
264 + 2004-02-03 15:47  tim
265 +
266 +        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
267 +        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
268 +        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
269 +        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
270 +        SteepestDescent.hpp: [no log message]
271 +
272 + 2004-02-03 15:43  tim
273 +
274 +        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
275 +        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
276 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
277 +        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
278 +        constraint class
279 +
280 + 2004-02-03 12:10  tim
281 +
282 +        * libmdtools/Functor.hpp: Functor.hpp pass unit test
283 +
284 + 2004-02-03 10:21  tim
285 +
286 +        * ChangeLog, libmdtools/Minimizer1D.cpp,
287 +        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
288 +
289 + 2004-02-02 15:29  tim
290 +
291 +        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
292 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
293 +        Adding GoldenSection and Brent LineSearch Method
294 +
295 + 2004-01-30 16:47  tim
296 +
297 +        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
298 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
299 +        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
300 +        MinimizerBase instead of a functor to do line seach
301 +
302 + 2004-01-30 10:00  chrisfen
303 +
304 +        * forceFields/Makefile.in, libmdtools/Atom.cpp,
305 +        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
306 +        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
307 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
308 +        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
309 +        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
310 +        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
311 +        has a working WATER.cpp forcefield and parser.  This involved
312 +        changes to WATER.cpp and ForceFields amoung other files. One
313 +        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
314 +        This will be removed on the next commit...
315 +
316 + 2004-01-29 18:00  gezelter
317 +
318 +        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
319 +        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
320 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
321 +        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
322 +        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
323 +        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
324 +        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
325 +        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
326 +        member list fixes for rigid bodies
327 +
328 + 2004-01-29 16:44  tim
329 +
330 +        * libmdtools/MinimizerParameterSet.hpp: Adding
331 +        MinimizerParameterSet class.
332 +
333 + 2004-01-28 17:44  tim
334 +
335 +        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
336 +        NLModel0 and NLModel1
337 +
338 + 2004-01-28 15:40  tim
339 +
340 +        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
341 +        of NLModel
342 +
343 + 2004-01-27 15:34  gezelter
344 +
345 +        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
346 +        water.mdl file, updated ssd.bass to use new SSD name
347 +
348 + 2004-01-27 15:34  gezelter
349 +
350 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
351 +        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
352 +        stuff
353 +
354 + 2004-01-27 14:39  gezelter
355 +
356 +        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
357 +
358 + 2004-01-27 14:39  gezelter
359 +
360 +        * samples/metals/Au.bass: Longer run time to test gold in MPI
361 +
362 + 2004-01-27 14:38  gezelter
363 +
364 +        * samples/argon/argon.bass: Longer run time to test argon
365 +
366 + 2004-01-27 14:38  gezelter
367 +
368 +        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
369 +        changes to do new rigidBody scheme a copy of WATER.cpp from this
370 +        morning
371 +
372 + 2004-01-27 14:37  gezelter
373 +
374 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
375 +        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
376 +        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
377 +        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
378 +        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
379 +        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
380 +        do new rigidBody scheme
381 +
382 + 2004-01-27 14:15  tim
383 +
384 +        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
385 +        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
386 +        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
387 +        constraint for Nonlinear Optimization Model
388 +
389 + 2004-01-26 17:01  gezelter
390 +
391 +        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
392 +        Euler angles for orientation instead of unit vectors required
393 +        changes in MoLocator
394 +
395 + 2004-01-26 16:53  gezelter
396 +
397 +        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
398 +        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
399 +        water/water.mdl: Changed orientation lines from unit vectors to
400 +        euler angles
401 +
402 + 2004-01-26 16:52  gezelter
403 +
404 +        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
405 +
406 + 2004-01-26 16:45  gezelter
407 +
408 +        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
409 +        use Euler angles in the following order: phi, theta, psi Removed
410 +        the ability to set orientation using a unit vector
411 +
412 + 2004-01-26 16:26  gezelter
413 +
414 +        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
415 +        RigidBodyStamp.hpp: Changed default orientation in BASS to use
416 +        Euler angles in the following order: phi, theta, psi Removed the
417 +        ability to set orientation using a unit vector
418 +
419 + 2004-01-26 13:52  gezelter
420 +
421 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
422 +        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
423 +
424 + 2004-01-22 12:34  chrisfen
425 +
426 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
427 +        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
428 +        Corrected spelling in several directories, and stated WATER.cpp
429 +
430 + 2004-01-21 17:16  tim
431 +
432 +        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
433 +        NLOPModel.hpp: constraint class in energy minimization
434 +
435 + 2004-01-20 15:34  tim
436 +
437 +        * libmdtools/MinimizerBase.hpp: Adding energy minimization
438 +
439 + 2004-01-20 15:32  tim
440 +
441 +        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
442 +        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
443 +
444 + 2004-01-19 16:17  gezelter
445 +
446 +        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
447 +        more user-friendly
448 +
449 + 2004-01-19 13:51  chrisfen
450 +
451 +        * forceFields/DUFF.frc: Updated the default water to SSD/E
452 +
453 + 2004-01-19 13:36  tim
454 +
455 +        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
456 +        time, status time, thermal time and reset time are not divisible by
457 +        dt
458 +
459 + 2004-01-19 11:10  gezelter
460 +
461 +        * third-party/Makefile.in: Added a bunch of dummy targets so make
462 +        won't complain
463 +
464 + 2004-01-19 11:10  gezelter
465 +
466 +        * samples/lipid/5x5.bass: Fixed old bass file
467 +
468 + 2004-01-19 11:09  gezelter
469 +
470 +        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
471 +        required a change in how the MoleculeStamps are used by divideLabor
472 +        in mpiSimulation.cpp
473 +
474 + 2004-01-19 11:08  gezelter
475 +
476 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
477 +        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
478 +        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
479 +        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
480 +        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
481 +        parse_tree.c: BASS changes to add RigidBodies and LJrcut
482 +
483 + 2004-01-16 16:55  tim
484 +
485 +        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
486 +        eor file
487 +
488 + 2004-01-16 16:51  mmeineke
489 +
490 +        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
491 +        write eor files
492 +
493 + 2004-01-16 10:01  mmeineke
494 +
495 +        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
496 +        initialization of the AtomStruct
497 +
498 + 2004-01-15 16:57  chuckv
499 +
500 +        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
501 +
502 + 2004-01-15 10:51  gezelter
503 +
504 +        * ac-tools/aclocal.m4: Changes for altivec
505 +
506 + 2004-01-15 09:22  gezelter
507 +
508 +        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
509 +
510 + 2004-01-14 23:33  gezelter
511 +
512 +        * libmdtools/do_Forces.F90: changes for charge charge interactions
513 +
514 + 2004-01-14 20:14  gezelter
515 +
516 +        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
517 +        notifyCutoffs.F90: More work for adding charges
518 +
519 + 2004-01-14 17:41  gezelter
520 +
521 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
522 +        src/Makefile.in: autoconf fixes
523 +
524 + 2004-01-14 11:28  mmeineke
525 +
526 +        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
527 +
528 + 2004-01-14 10:48  gezelter
529 +
530 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
531 +        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
532 +        changes for icc8
533 +
534 + 2004-01-13 18:01  gezelter
535 +
536 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
537 +        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
538 +        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
539 +        Changes for adding direct charge-charge interactions (with
540 +        switching function)
541 +
542 + 2004-01-13 17:34  gezelter
543 +
544 +        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
545 +        oopseMPI_module.F90: Some changes for new MPI organization and
546 +        direct charge-charge interactions
547 +
548 + 2004-01-13 17:11  tim
549 +
550 +        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
551 +
552 + 2004-01-13 16:22  tim
553 +
554 +        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
555 +
556 + 2004-01-13 15:35  tim
557 +
558 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
559 +        eor file whenever it is used instead of rewinding it
560 +
561 + 2004-01-13 15:04  tim
562 +
563 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
564 +        of writeFrame
565 +
566 + 2004-01-13 10:46  tim
567 +
568 +        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
569 +        Merge the code of writeFinal and writeDump;
570 +         Adding sortingIndex into DumpWriter;
571 +         Fix a bug of writing last frame twice in integrator
572 +
573 + 2004-01-12 17:54  tim
574 +
575 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
576 +        a bug in copying string
577 +
578 + 2004-01-12 15:37  tim
579 +
580 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
581 +        samples/water/ssd.bass: Dumpwriter only write out the atoms on
582 +        master nodes
583 +
584 + 2004-01-10 04:46  tim
585 +
586 +        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
587 +        roll it back fix a bug of copying string to a pointer Still have
588 +        Seg fault, it looks like a random MPI seg fault in totalview
589 +
590 + 2004-01-09 21:15  tim
591 +
592 +        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
593 +
594 + 2004-01-09 15:29  gezelter
595 +
596 +        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
597 +
598 + 2004-01-08 17:25  chuckv
599 +
600 +        * libmdtools/DumpWriter.cpp: A work in progress...
601 +
602 + 2004-01-08 13:59  gezelter
603 +
604 +        * libmdtools/DumpWriter.cpp: null terminate some strings just in
605 +        case
606 +
607 + 2004-01-08 13:13  mmeineke
608 +
609 +        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
610 +        state bug.
611 +
612 + 2004-01-08 13:05  gezelter
613 +
614 +        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
615 +
616 + 2004-01-08 12:57  mmeineke
617 +
618 +        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
619 +        exstended state bug
620 +
621 + 2004-01-08 12:40  gezelter
622 +
623 +        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
624 +
625 + 2004-01-08 10:44  mmeineke
626 +
627 +        * libmdtools/InitializeFromFile.cpp: added support for the ignore
628 +        XS state info  flag
629 +
630 + 2004-01-07 14:26  tim
631 +
632 +        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
633 +        samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
634 +        sending message from master node to itself in DumpWriter.cpp and
635 +        InitializeFromFile.cpp
636 +
637 + 2004-01-06 14:49  chuckv
638 +
639 +        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
640 +        performance fixes in the dipole dipole and reaction field code
641 +
642 + 2004-01-06 13:54  chuckv
643 +
644 +        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
645 +        little more sane
646 +
647 + 2004-01-05 17:49  chuckv
648 +
649 +        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
650 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
651 +        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
652 +        performance by reducing spurious function calls
653 +
654 + 2004-01-05 17:18  chuckv
655 +
656 +        * libmdtools/do_Forces.F90: mangling forces even further
657 +
658 + 2004-01-05 17:18  chuckv
659 +
660 +        * configure, ac-tools/configure.in: mpich mucking
661 +
662 + 2004-01-05 17:12  chuckv
663 +
664 +        * libmdtools/do_Forces.F90: mangled do_forces...
665 +
666 + 2004-01-05 16:00  chuckv
667 +
668 +        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
669 +        libmdtools/do_Forces.F90: Added bitmask to do_forces property
670 +        lookup
671 +
672 + 2003-12-29 14:56  chuckv
673 +
674 +        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
675 +        third-party directory for code not written by us. Also added
676 +        Mersenne Twister random number generator code. This will eventually
677 +        replace sprng as the random number generator used by OOPSE.
678 +
679 + 2003-12-22 16:26  chuckv
680 +
681 +        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
682 +        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
683 +        Fixes to profile code.
684 +
685 + 2003-12-19 15:36  mmeineke
686 +
687 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
688 +        timing.F90, timing.f90: More profiling fixes.
689 +
690 + 2003-12-19 15:19  chuckv
691 +
692 +        * libmdtools/timing.f90: Another change for MPI in timing.
693 +
694 + 2003-12-19 15:17  chuckv
695 +
696 +        * libmdtools/timing.f90: Small update to timing in MPI
697 +
698 + 2003-12-19 13:53  mmeineke
699 +
700 +        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
701 +        profiling commands work now. Will start adding PROFILE ifdefs into
702 +        the code
703 +
704 + 2003-12-19 12:25  mmeineke
705 +
706 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
707 +        some profiling routines
708 +
709 + 2003-12-19 10:12  mmeineke
710 +
711 +        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
712 +        and GofRomega
713 +        
714 +        additional work on randomBilayer
715 +
716 + 2003-12-19 10:12  mmeineke
717 +
718 +        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
719 +        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
720 +        GofRomega
721 +
722 + 2003-12-18 16:47  mmeineke
723 +
724 +        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
725 +        some profile functionality
726 +
727 + 2003-12-18 15:46  chuckv
728 +
729 +        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
730 +        Added functions for simple profiling in fortran.
731 +
732 + 2003-12-17 15:13  chuckv
733 +
734 +        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
735 +        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
736 +        rho_col were scattered into the same array. Unfortunately, MPI
737 +        zeros the array between scatters so half of the sum was being lost.
738 +        Fixed by added a temp array for column scatter, then sum loop over
739 +        nlocal.
740 +
741 + 2003-12-16 15:49  mmeineke
742 +
743 +        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
744 +        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
745 +        gofRomega. both need to be debugged and tested.
746 +
747 + 2003-12-12 10:42  gezelter
748 +
749 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
750 +        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
751 +        gradients (to do minimizations)
752 +
753 + 2003-12-12 10:33  mmeineke
754 +
755 +        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
756 +        header
757 +
758 + 2003-12-10 11:52  mmeineke
759 +
760 +        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
761 +        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
762 +        randomBilayer to the build. Also move the random bilayer builder
763 +        from bilayerSys to randomBilayer
764 +
765 + 2003-11-25 10:44  mmeineke
766 +
767 +        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
768 +        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
769 +        TB3 in DUFF.frc
770 +
771 + 2003-11-21 15:09  mmeineke
772 +
773 +        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
774 +        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
775 +        message in SimInfo. Added a more informative error message in
776 +        InitializeFromFile
777 +
778 + 2003-11-21 15:07  mmeineke
779 +
780 +        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
781 +        ing in the GofR,CosTheta
782 +
783 + 2003-11-21 14:31  chrisfen
784 +
785 +        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
786 +        a bug in SimInfo ordering of radii
787 +
788 + 2003-11-11 12:20  mmeineke
789 +
790 +        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
791 +        a min function.
792 +
793 + 2003-11-10 16:50  mmeineke
794 +
795 +        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
796 +        reordered the rcut/ecr/boxSize initialization
797 +        
798 +        removed the rcut/ecr shrink and grow algorithm. the simulation will
799 +        now exit when it runs into rcut or ecr.
800 +
801 + 2003-11-07 16:46  chuckv
802 +
803 +        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
804 +        oopseMPI_module.F90: Added support for compiling fortran without
805 +        use of mpich modules. We use mpif.h instead.:
806 +
807 + 2003-11-07 12:09  mmeineke
808 +
809 +        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
810 +        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
811 +        the atom loop in the NPT family of integrators.
812 +
813 + 2003-11-06 17:01  mmeineke
814 +
815 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
816 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
817 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
818 +        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
819 +        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
820 +        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
821 +          * useIntiTime => useInitialTime
822 +
823 + 2003-11-06 14:24  mmeineke
824 +
825 +        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
826 +        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
827 +        parse_tree.h: fixed the includes in the Make.dep
828 +
829 + 2003-11-06 14:11  mmeineke
830 +
831 +        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
832 +        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
833 +        new-templateless branch to the main trunk.
834 +        
835 +        bug Fixes include:   * fixed the switching function from ortho to
836 +        non-ortho box.           !!!!! THis was responsible for all of the
837 +        sudden deaths we saw.    * some formating in the string when we
838 +        write out the extended system state.    * added NPT.cpp to the
839 +        makefile.in
840 +
841 + 2003-11-06 13:20  mmeineke
842 +
843 +        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
844 +        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
845 +        bug.    The box was not switching between orthorhombic and
846 +        non-orthorhombic wrapping correctly.         we added a fabs() to
847 +        the check.which should fix it.
848 +
849 + 2003-11-05 14:16  mmeineke
850 +
851 +        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
852 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
853 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
854 +        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
855 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
856 +        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
857 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
858 +        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
859 +        some work on trying to find the compression bug
860 +
861 + 2003-11-03 17:07  mmeineke
862 +
863 +        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
864 +        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
865 +        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
866 +        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
867 +        most of standard template library from OOPSE.
868 +
869 + 2003-10-31 16:06  mmeineke
870 +
871 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
872 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
873 +        SimSetup.cpp: started work on template removal.
874 +
875 + 2003-10-31 13:28  mmeineke
876 +
877 +        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
878 +        added template stuff to the Maikefile template
879 +        
880 +        little changes to some printf format statements
881 +
882 + 2003-10-31 13:28  mmeineke
883 +
884 +        * libBASS/Makefile.in: added template stuff to the Maikefile
885 +        template
886 +
887 + 2003-10-30 13:59  gezelter
888 +
889 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
890 +        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
891 +        rList problems
892 +
893 + 2003-10-30 09:11  gezelter
894 +
895 +        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
896 +        queried before q0 was allocated.
897 +
898 + 2003-10-29 15:41  mmeineke
899 +
900 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
901 +        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
902 +        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
903 +        in bass.l
904 +        
905 +        fixed a little bug in the first time step, regarding the setting of
906 +        ecr and est in fortran
907 +
908 + 2003-10-29 15:40  mmeineke
909 +
910 +        * libBASS/BASSlex.l: fixed a stdlib.h include error
911 +
912 + 2003-10-29 12:55  mmeineke
913 +
914 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
915 +        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
916 +        rcut is setup, as well as additional debugging comments.
917 +
918 + 2003-10-29 09:28  gezelter
919 +
920 +        * configure, ac-tools/configure.in, libBASS/Makefile.in,
921 +        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
922 +        templates
923 +
924 + 2003-10-28 22:16  gezelter
925 +
926 +        * src/Makefile.in: Refixed broken makefile
927 +
928 + 2003-10-28 22:06  gezelter
929 +
930 +        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
931 +        fixes
932 +
933 + 2003-10-28 19:19  tim
934 +
935 +        * ChangeLog, libmdtools/AbstractClasses.hpp,
936 +        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
937 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
938 +        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
939 +        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
940 +        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
941 +        samples/water/ssd.bass: add chi and eta to the comment line of dump
942 +        file.
943 +
944 + 2003-10-28 17:25  mmeineke
945 +
946 +        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
947 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
948 +        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
949 +        how c calls fortran. All function pointers and fortran calls are
950 +        rigidly typecast now.
951 +
952 + 2003-10-28 15:42  gezelter
953 +
954 +        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
955 +        Portability fixes
956 +
957 + 2003-10-28 15:09  gezelter
958 +
959 +        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
960 +        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
961 +        src/Makefile.in: Compatibility fixes
962 +
963 + 2003-10-28 12:08  mmeineke
964 +
965 +        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
966 +        started work on template removal
967 +
968 + 2003-10-28 12:04  gezelter
969 +
970 +        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
971 +        trying to understand extern "C" stuff for pointers
972 +
973 + 2003-10-28 11:20  gezelter
974 +
975 +        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
976 +        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
977 +
978 + 2003-10-28 11:03  gezelter
979 +
980 +        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
981 +        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
982 +        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
983 +        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
984 +        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
985 +        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
986 +        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
987 +        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
988 +        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
989 +        more portable c header stuff Also, mod file fixes and portability
990 +        changes Some fortran changes will need to be reversed.
991 +
992 + 2003-10-28 11:03  gezelter
993 +
994 +        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
995 +        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
996 +        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
997 +        portable c header stuff Also, mod file fixes and portability
998 +        changes
999 +
1000 + 2003-10-28 11:02  gezelter
1001 +
1002 +        * configure, ac-tools/aclocal.m4: mod file fixes and portability
1003 +        stuff
1004 +
1005 + 2003-10-27 18:00  gezelter
1006 +
1007 +        * Makefile.in, configure, ac-tools/aclocal.m4,
1008 +        ac-tools/configure.in, ac-tools/fortran90.m4,
1009 +        libmdtools/Makefile.in: Stuff for MOD support in other compilers
1010 +
1011 + 2003-10-27 17:08  mmeineke
1012 +
1013 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1014 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
1015 +        added routines for the sysbuilder to work with simSetup
1016 +        
1017 +        remved the QuickBass routines, and had all parsing go through
1018 +        SimSetup.  LatticeBilayer is in complete working order now.
1019 +
1020 + 2003-10-27 17:07  mmeineke
1021 +
1022 +        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
1023 +        routines for the sysbuilder to work with simSetup
1024 +
1025 + 2003-10-27 11:20  gezelter
1026 +
1027 +        * configure, ac-tools/configure.in, samples/water/ssd.bass,
1028 +        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
1029 +
1030 + 2003-10-24 17:17  mmeineke
1031 +
1032 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1033 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
1034 +        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
1035 +        QuickBass, MoLocator, and latticeBuilder into a Builder Library
1036 +        overhauled latticeBilayer into its own program. Removed sysBuild
1037 +        from the Makefile
1038 +
1039 + 2003-10-24 12:36  gezelter
1040 +
1041 +        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
1042 +        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
1043 +        builder
1044 +
1045 + 2003-10-24 12:35  gezelter
1046 +
1047 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
1048 +        merge problem
1049 +
1050 + 2003-10-23 14:57  mmeineke
1051 +
1052 +        * samples/metals/Makefile.in: added eam ForceField files to the
1053 +        init
1054 +        
1055 +        fixed an eam mpi parmeter setup bug
1056 +        
1057 +        added the init file to the makefile
1058 +
1059 + 2003-10-23 14:57  mmeineke
1060 +
1061 +        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
1062 +        to the init
1063 +        
1064 +        fixed an eam mpi parmeter setup bug
1065 +
1066 + 2003-10-23 14:57  mmeineke
1067 +
1068 +        * forceFields/Makefile.in: added eam ForceField files to the init
1069 +
1070 + 2003-10-22 16:17  mmeineke
1071 +
1072 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
1073 +        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
1074 +        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
1075 +        no box skew allowed.
1076 +
1077 + 2003-10-21 14:33  mmeineke
1078 +
1079 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1080 +        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
1081 +        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
1082 +            * useInitTime = false: sets the origin time to 0.0 regardless
1083 +        of the time stamp in the .init file     * default=> useInitTime =
1084 +        true;
1085 +
1086 + 2003-10-17 16:19  mmeineke
1087 +
1088 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
1089 +        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1090 +        staticProps.cpp, obj/placeholder: added the staticProps directory
1091 +        to the build list for both configure  and configure.in
1092 +        
1093 +        fixed a number of bugs in the staticProps code. gofr is now
1094 +        working.
1095 +
1096 + 2003-10-17 16:18  mmeineke
1097 +
1098 +        * ac-tools/configure.in: added the staticProps directory to the
1099 +        build list for both configure  and configure.in
1100 +
1101 + 2003-10-17 16:17  mmeineke
1102 +
1103 +        * configure: added the staticProps directory to the build list
1104 +
1105 + 2003-10-16 14:16  mmeineke
1106 +
1107 +        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
1108 +        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
1109 +        use linked lists instead of a vector.
1110 +        
1111 +        Fixed the makefile to build DumpReader.cpp
1112 +        
1113 +        Removed a comment output in Exclude.cpp
1114 +        
1115 +        Modified DumpWriter and Integrator to write an eor file every time
1116 +        a frame is written.  This lets the .eor file represent the last
1117 +        written frame of a simulation.
1118 +
1119 + 2003-10-10 12:10  mmeineke
1120 +
1121 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
1122 +        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
1123 +        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1124 +        staticProps.cpp: removed the props directory, and moved everything
1125 +        over to staticProps
1126 +
1127 + 2003-10-09 17:09  mmeineke
1128 +
1129 +        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
1130 +        a position where it will compile and run first runs.
1131 +
1132 + 2003-10-04 13:46  chuckv
1133 +
1134 +        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
1135 +        samples/metals/Au.bass: Fixed bug in calc_eam.
1136 +
1137 + 2003-10-04 13:08  chuckv
1138 +
1139 +        * samples/metals/init_au.in: added Au init file for eam.
1140 +
1141 + 2003-10-03 17:11  mmeineke
1142 +
1143 +        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
1144 +        entahlpy from the statwriter and thermo.
1145 +
1146 + 2003-10-03 17:02  mmeineke
1147 +
1148 +        * libmdtools/SimInfo.hpp: changed the formating ogf the error
1149 +        statements in simError
1150 +        
1151 +        added a function to get the maxCutoff
1152 +
1153 + 2003-10-03 17:01  mmeineke
1154 +
1155 +        * libBASS/simError.c: changed the formating ogf the error
1156 +        statements in simError
1157 +
1158 + 2003-09-30 11:00  mmeineke
1159 +
1160 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
1161 +        f90Flags so they are no longer overwritten by the compiler.
1162 +
1163 + 2003-09-29 17:06  mmeineke
1164 +
1165 +        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
1166 +        for conifig.in
1167 +        
1168 +        fixed wrappers to extern "C"
1169 +
1170 + 2003-09-29 17:06  mmeineke
1171 +
1172 +        * ac-tools/configure.in: added mpif90 mod check back same for
1173 +        conifig.in
1174 +
1175 + 2003-09-29 17:05  mmeineke
1176 +
1177 +        * configure: added mpif90 mod check back
1178 +
1179 + 2003-09-29 16:16  mmeineke
1180 +
1181 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1182 +        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
1183 +        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
1184 +        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
1185 +        libBASS/ZconStamp.cpp, libBASS/simError.c,
1186 +        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
1187 +        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
1188 +        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
1189 +        found with SUN's SUNWspro.s1s7
1190 +
1191 + 2003-09-29 12:38  mmeineke
1192 +
1193 +        * libmdtools/GenericData.hpp: light change in syntax. no
1194 +        signifigant change.
1195 +
1196 + 2003-09-25 16:17  mmeineke
1197 +
1198 +        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
1199 +        additional remarks from icc -w3 (extra verbose output)
1200 +
1201 + 2003-09-25 14:27  mmeineke
1202 +
1203 +        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1204 +        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
1205 +        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
1206 +        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
1207 +        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
1208 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
1209 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1210 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1211 +        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
1212 +        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
1213 +        gcc -Wall and g++ -Wall
1214 +
1215 + 2003-09-25 13:54  gezelter
1216 +
1217 +        * configure, ac-tools/configure.in: fixed a bug in configure
1218 +
1219 + 2003-09-25 11:42  gezelter
1220 +
1221 +        * Makefile.in, configure, ac-tools/aclocal.m4,
1222 +        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
1223 +        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
1224 +        fixes for configure
1225 +
1226 + 2003-09-24 14:34  mmeineke
1227 +
1228 +        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1229 +        that it is called before the first Statistics are written.
1230 +
1231 + 2003-09-23 15:36  gezelter
1232 +
1233 +        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1234 +        bunch of Make.dep files to CVS
1235 +
1236 + 2003-09-23 15:34  mmeineke
1237 +
1238 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1239 +        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1240 +        
1241 +        Some small syntax cleaning in NPTfm and SimSetup
1242 +
1243 + 2003-09-22 18:07  tim
1244 +
1245 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1246 +        SimInfo.hpp: fix bug in calculating maxCutoff
1247 +
1248 + 2003-09-22 16:23  mmeineke
1249 +
1250 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1251 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1252 +        Converted NPTf to work with the NPT base class.
1253 +        
1254 +        Removed NPTfm and NPTim from cvs
1255 +
1256 + 2003-09-19 15:00  mmeineke
1257 +
1258 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1259 +        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1260 +        class. NPTi is up to date. NPTf is not.
1261 +
1262 + 2003-09-19 11:03  mmeineke
1263 +
1264 +        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1265 +        makefile
1266 +
1267 + 2003-09-19 11:01  gezelter
1268 +
1269 +        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1270 +
1271 + 2003-09-19 11:01  gezelter
1272 +
1273 +        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1274 +        (nearly) conserved quantities for both NPTi and NPTf
1275 +
1276 + 2003-09-19 10:20  mmeineke
1277 +
1278 +        * utils/Makefile.in: fixed a typo in the makefile.
1279 +
1280 + 2003-09-19 09:55  gezelter
1281 +
1282 +        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1283 +        samples/water/ssd.bass: [no log message]
1284 +
1285 + 2003-09-19 09:22  tim
1286 +
1287 +        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1288 +
1289 + 2003-09-17 09:22  mmeineke
1290 +
1291 +        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1292 +        work with constraints.
1293 +
1294 + 2003-09-16 15:02  tim
1295 +
1296 +        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1297 +        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1298 +        
1299 +        fixed conserved quantity in NPT (Still some small bug)
1300 +        
1301 +        NPTi appears very stable.
1302 +
1303 + 2003-09-15 11:52  tim
1304 +
1305 +        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1306 +        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1307 +        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1308 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1309 +        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1310 +        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1311 +        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1312 +        statWriter fix bug of vector wrapping at NPTi
1313 +
1314 + 2003-09-12 11:20  gezelter
1315 +
1316 +        * libmdtools/: Make.dep, Makefile.in: Added integrators to
1317 +        Makefile.in
1318 +
1319 + 2003-09-12 11:20  gezelter
1320 +
1321 +        * ChangeLog: Entered changes for configure into ChangeLog
1322 +
1323 + 2003-09-09 15:35  mmeineke
1324 +
1325 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
1326 +        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
1327 +        
1328 +        added two new NPT integrators, they still need work.
1329 +
1330 + 2003-09-09 15:34  mmeineke
1331 +
1332 +        * ChangeLog: updated the ChangeLog
1333 +
1334 + 2003-09-05 17:45  gezelter
1335 +
1336 +        * libmdtools/Make.dep: dependency on config.h
1337 +
1338 + 2003-09-05 17:36  gezelter
1339 +
1340 +        * configure, ac-tools/aclocal.m4: fixed sprng problem
1341 +
1342 + 2003-09-05 16:29  gezelter
1343 +
1344 +        * samples/metals/Makefile.in: New Makefile for metals sample
1345 +
1346 + 2003-09-05 16:27  gezelter
1347 +
1348 +        * Makefile, Makefile.in, ac-tools/aclocal.m4,
1349 +        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
1350 +        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
1351 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
1352 +        libBASS/Makefile.in, libmdtools/Integrator.hpp,
1353 +        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
1354 +        libmdtools/Makefile, libmdtools/Makefile.in,
1355 +        libmdtools/calc_eam.F90, libmdtools/config.h.in,
1356 +        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
1357 +        libmdtools/fortranWrappers.cpp,
1358 +        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
1359 +        libmdtools/simulation_module.F90, samples/Makefile,
1360 +        samples/Makefile.in, samples/alkane/Makefile,
1361 +        samples/alkane/Makefile.in, samples/argon/Makefile,
1362 +        samples/argon/Makefile.in, samples/argon/argon.bass,
1363 +        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1364 +        samples/lipid/Makefile, samples/lipid/Makefile.in,
1365 +        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1366 +        src/Makefile.in, utils/Makefile, utils/Makefile.in,
1367 +        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1368 +        autoconf / configure method of configuring OOPSE
1369 +
1370 + 2003-09-04 16:48  mmeineke
1371 +
1372 +        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1373 +        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
1374 +        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
1375 +        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
1376 +        added resetTime to the Global namespace.
1377 +        
1378 +        added ability to reset the integrators in the NVT and NPT family.
1379 +
1380 + 2003-09-04 16:48  mmeineke
1381 +
1382 +        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1383 +        namespace.
1384 +
1385 + 2003-09-02 09:30  tim
1386 +
1387 +        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1388 +        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1389 +        PolicyByMass
1390 +
1391 + 2003-08-28 16:09  tim
1392 +
1393 +        * ChangeLog, libmdtools/GenericData.cpp,
1394 +        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1395 +        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1396 +
1397 + 2003-08-27 14:23  tim
1398 +
1399 +        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
1400 +        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
1401 +        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
1402 +        turn on the optimization flag, it causes a seg fault
1403 +
1404 + 2003-08-27 11:25  gezelter
1405 +
1406 +        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
1407 +        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
1408 +        stress tensor parallel bug.
1409 +
1410 + 2003-08-27 11:16  tim
1411 +
1412 +        * ChangeLog, libmdtools/DUFF.cpp,
1413 +        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
1414 +        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
1415 +        molMembershipList use global index instead of local index
1416 +
1417   2003-08-26 15:37  tim
1418  
1419          * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
# Line 249 | Line 1665
1665          samples/metals/Au.bass: EAM works...... Neighbor list also
1666          works.....
1667  
252 2003-08-08 13:32  mmeineke
253
254        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
255        moved frameCount's functionality into DumpReader. also split props
256        into staticProps and dynamicProps. (currently only have
257        staticProps)
258
1668   2003-08-08 12:48  mmeineke
1669  
1670          * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
# Line 312 | Line 1721
1721   2003-07-29 11:32  mmeineke
1722  
1723          * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1724 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1725 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
317 <        src/Makefile: working on the props code
1724 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1725 >        working on the props code
1726  
1727   2003-07-29 11:32  mmeineke
1728  
# Line 1441 | Line 2849
2849  
2850   2003-03-25 09:29  mmeineke
2851  
2852 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
2852 >        * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2853          src/MPIobj/dummy, src/obj/dummy: [no log message]
2854  
2855   2003-03-25 09:29  mmeineke
# Line 1595 | Line 3003
3003          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
3004          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
3005          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
3006 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
3007 <        Tree
3006 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
3007 >        revision
3008  
3009   2003-03-21 12:42  mmeineke
3010  
# Line 1653 | Line 3061
3061          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
3062          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
3063          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
3064 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
3065 <        revision
3064 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
3065 >        Tree
3066  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines