Remove variable precision gro writing
authorBerk Hess <hess@kth.se>
Tue, 23 Aug 2016 10:13:35 +0000 (12:13 +0200)
committerBerk Hess <hess@kth.se>
Tue, 23 Aug 2016 10:13:35 +0000 (12:13 +0200)
commit82e0f41878f24cf62504c2e3770d6032249ae084
tree350766fdd90c0c9df300a0f44b131a11e7e4bf47
parent77ea7f5387d39b9e595b88819c5325e0336d7315
Remove variable precision gro writing

The gro precision is now fixed to 3, 4 and 5 decimal places for
x, v and box respectively to ensure compatibility with other software.
Variable precision reading is still supported.

Fixes #2037.

Change-Id: I0e593622ee0380c3934a7b7b6826ae29aed00a59
src/gromacs/fileio/confio.cpp
src/gromacs/fileio/groio.cpp
src/gromacs/fileio/groio.h
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/gmx_confrms.cpp
src/gromacs/gmxana/gmx_trjconv.cpp