Fix nstep command line override print
authorSzilard Pall <pall.szilard@gmail.com>
Wed, 10 Dec 2014 16:49:07 +0000 (17:49 +0100)
committerSzilard Pall <pall.szilard@gmail.com>
Wed, 10 Dec 2014 19:49:41 +0000 (20:49 +0100)
commitac6556c4a76881d51fb1768552119e8ef9da47f0
tree224408b9c64e24b9c88064e96a18b6a45874ee78
parenta79e02bc7fb42612ffe43f98365f872bc7ba3fdd
Fix nstep command line override print

The commit addresses two issues:
- printing negative simulation length with "-nsteps -1";
- eliminates rounding when converting a non-integer time-step value from
  fs to ps units.

Fixes #1633

Change-Id: If1aac7e0f4e8e37f3e9777fa4eaa79744f3ccd65
src/programs/mdrun/runner.c