Compilation and portability fixes
Fixed a bunch of stylistic and performance issues discovered via cppcheck.
Fixed a bunch of cppcheck warnings.
Added an ellipsoidal shaped lattice
Adding nanoparticle generators, fixing a Qhull static link bug
Added a Harmonic Torsion Type, fixed some bugs in RNEMD and waterReplacer.
Added a new icosahedralBuilder for single-component Mackay Icosahedron nanoparticles.
Fixed a widespread typo in the license
More careful with casts, fixed windows compilation issues
Windows compilation fixes
More cruft removal
Fixed some cruft
Merged trunk changes into the development branch
Various fixes required to compile OpenMD with the MS Visual C++ compiler
Individual ForceField classes have been removed (they were essentially all duplicates anyway). ForceField has moved to brains, and since only one force field is in play at any time, the ForceFieldFactory and Register methods have been removed.
qhull modifications for compilation
Added files for fcc and pentagonal nanorod builders. Updated runMe in samples/builders to include nanorod builders.
Some fixes for CMake and single precision builds
updated copyright notices
Replacing most of the C-code with C++ code, and migrating the config.h file into the PROJECT_BINARY_DIR so that we can have multiple builds on the same architecture.
fixing the build system
updating gengetopt runs
Creating busticated version of OpenMD
Adding property set to svn entries
Almost all of the changes necessary to create OpenMD out of our old project (OOPSE-4)
bug fixes for vacancies
bug fixes
bugfixing shapedLattice to have crystal origin at one of the occupied lattice sites
fixed a few bugs
Changed nanoparticle builder for new dump syntax.
adding NgammaT integrator
Change in siminfo used in nanoparticleBuilder.
More testing of nanoparticleBuilder.
Fixed latticeOrt in shapedlatice and latticebuilder.
Makefile for nanoparticle builder.
Debugging changes to nanoparticle builder.
Added shaped lattice.
Changed Names of class files.
Changes to nanoparticle builder
Added Makefile for nanoparticle builder.
Removed MixingRule from Globals. Handled by forceField now.
Added code for nanoparticle builder to cvs.