Fixes for compilation with PGI compilers
* Changed the stdDev printouts in RNEMD stats to the 95% confidence intervals * Added the ability to specify non-bonded constraints in a molecule * Added the ability to do selection offsets in the pAngle staticProps module
Fixed a few MPI issues that were triggered in mpich.
Fixes to deal with deprecation of MPI C++ bindings. We've reverted back to the C calls.
fixed a bug in the temperature profile calculation
Fixing the angular momentum printout bug
Angular velocity fix in RNEMD
Some MPI include re-ordering to work with the Intel MPI implementation.
Test to see if we can eliminate a bug in MPI runs involving RNEMD.
MERGE OpenMD development 1783:1878 into trunk
Fixed a bug when the bins have no objects in them.
Some parallel fixes for "select all" selection scripts. The distance finder selection, e.g. "select within(4.0, Au)", still needs work, however.
Cleaning up some warning messages on linux
switched to a base accumulator to make the hidden function warnings from the intel compiler go away.
Fixing a compilation issue on Windows
MERGE OpenMD development branch 1465:1781 into trunk
Various fixes for the RNEMD output.
Fixes to mdParser to handle vector assignments, fixes for VelocityVerletIntegrator deleting rnemd_ when it doesn't exist yet.
Tracking down a strange bug report. Fixing some output. Fixing some samples.
Cleaning up RNEMD log, adding XY area to Snapshot
Adding new RNEMD options and output file format
Code readability updates.
Refactored Snapshot and Stats to use the Accumulator classes. Collected a number of methods into Thermo that belonged there.
Reorganized source directories, added RNEMD and flucQ blocks for options parsing.