--- trunk/OOPSE-3.0/ChangeLog 2004/10/25 17:03:56 1643 +++ trunk/OOPSE-3.0/ChangeLog 2004/10/28 22:26:32 1681 @@ -1,3 +1,226 @@ +2004-10-28 16:28 tim + + * src/utils/next_combination.hpp, + test/utils/NextCombinationTestCase.cpp, + test/utils/ReplaceWildCardTestCase.cpp: Done with combination + +2004-10-28 16:11 tim + + * src/utils/next_combination.hpp: change documentation of + next_combination.hpp + +2004-10-28 15:41 tim + + * ChangeLog, src/utils/next_combination.hpp, + test/utils/NextCombinationTestCase.cpp, + test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working + +2004-10-28 15:01 tim + + * src/utils/next_combination.hpp: adding replace wildcard function + +2004-10-28 14:33 tim + + * src/utils/next_combination.hpp: Minor change + +2004-10-28 14:06 tim + + * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp, + src/applications/simpleBuilder/simpleBuilder.cpp, + src/utils/next_combination.hpp, test/utils/Makefile, + test/utils/NextCombinationTestCase.cpp, + test/utils/ReplaceWildCardTestCase.cpp, + test/utils/next_combination.hpp: STL next_permutation like + next_combination is working + +2004-10-28 12:22 chrisfen + + * src/UseTheForce/WATER.cpp: fix of setDipoles + +2004-10-28 12:20 gezelter + + * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the + shapeFile + +2004-10-28 12:20 gezelter + + * samples/shape/linear.md: forgot the orientation line + +2004-10-28 11:56 gezelter + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp, + UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate + declaration foo + +2004-10-28 11:55 gezelter + + * samples/lipid/5x5.md: uncommented .in line + +2004-10-28 10:42 tim + + * test/utils/: Makefile, NextCombinationTestCase.cpp, + NextCombinationTestCase.hpp, next_combination.hpp: next_combination + in progress + +2004-10-28 10:15 tim + + * test/utils/: NextCombinationTestCase.cpp, + NextCombinationTestCase.hpp: adding next_combination test case + +2004-10-28 10:02 tim + + * test/utils/next_combination.hpp: STL Compatible combination + sequence generator + +2004-10-28 01:23 tim + + * test/utils/: GenerateCombination.hpp, + ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp + +2004-10-28 01:16 tim + + * test/utils/GenerateCombination.hpp: a STL next_permutaion like + next_combination function. + +2004-10-27 22:27 tim + + * test/utils/ReplaceWildCard.hpp: no message + +2004-10-27 22:14 tim + + * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp: + ReplaceWildCard(recursive version) is working, need refactoring. An + iterative version is on the way + +2004-10-27 21:28 tim + + * test/utils/: Makefile, ReplaceWildCard.hpp, + ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress + +2004-10-27 21:08 tim + + * test/utils/: ReplaceWildCardTestCase.cpp, + ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard + +2004-10-27 18:17 tim + + * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need + test + +2004-10-27 01:25 tim + + * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild + char matching is on the way + +2004-10-27 01:07 tim + + * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4 + +2004-10-26 22:00 gezelter + + * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix + +2004-10-26 21:20 gezelter + + * src/UseTheForce/ForceFields.hpp: subclass foo + +2004-10-26 21:16 gezelter + + * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* -> + string conversion + +2004-10-26 19:01 gezelter + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/ForceFields.hpp, brains/SimSetup.cpp, + brains/SimSetup.hpp: char* -> string + +2004-10-26 17:25 gezelter + + * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp, + Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp, + ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some + isXXX + +2004-10-26 17:25 gezelter + + * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp: + define name collision + +2004-10-26 17:24 gezelter + + * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp, + UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp, + UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp, + UseTheForce/WATER.cpp, UseTheForce/doForces.F90, + UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp: + forcefield refactoring for shapes + +2004-10-26 17:24 gezelter + + * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape, + Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in, + linear.md, linear.shape, toluene.shape: adding sample shape + directory + +2004-10-26 17:19 tim + + * ChangeLog, src/brains/DataStorage.cpp, + src/brains/DataStorage.hpp, src/brains/Snapshot.hpp, + test/brains/DataStorageTestCase.cpp, + test/brains/DataStorageTestCase.hpp, test/brains/Makefile: + DataStorage passes unit test + +2004-10-26 13:03 chrisfen + + * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h: + Changes to help advance shapes + +2004-10-26 13:02 chrisfen + + * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to + Shapes force field reader + +2004-10-26 12:28 tim + + * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and + SnapshotTestCase in progress + +2004-10-25 17:46 tim + + * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp, + src/math/SquareMatrix3.hpp, src/math/Vector.hpp, + src/math/Vector3.hpp, test/brains/StuntDouble.hpp, + test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp, + test/math/VectorTestCase.cpp: add getArray function to RectMatrix + and Vector classes + +2004-10-25 12:03 tim + + * ChangeLog, src/utils/GenericFactory.hpp, + test/utils/GenericFactoryTestCase.cpp, + test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding + GenericFactory Test Case. GenericFactory now can bed used to creat + ForcefieldFactory and IntegratorFactory etc. + +2004-10-24 23:08 tim + + * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp, + brains/SimSnapshotManager.hpp, brains/Snapshot.hpp, + brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes + get reconstructed + +2004-10-24 02:55 tim + + * src/utils/GenericFactory.hpp: GenericFactory pass unit test + +2004-10-23 18:09 tim + + * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp, + StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp, + RigidBody.cpp: Refactoring in progress + 2004-10-22 18:09 tim * ChangeLog, src/brains/Snapshot.hpp,