Fixed -npstring command line argument in gmx tune_pme
commit85495797c9c868bcb097f9b033c65aba2550142f
authorCarsten Kutzner <ckutzne@gwdg.de>
Tue, 17 Nov 2015 11:32:22 +0000 (17 12:32 +0100)
committerCarsten Kutzner <ckutzne@gwdg.de>
Tue, 17 Nov 2015 12:43:18 +0000 (17 13:43 +0100)
tree58d55efce8bbec8e45a2720b7ae1214742cefee6
parent845355624cbe14afbfe8ec45e9c8f677e958868d
Fixed -npstring command line argument in gmx tune_pme

The old format "-npstring -n" would be interpreted as two command
line options by the parser. Therefore, now the syntax is adapted
to "-npstring n" and the minus sign is added later when the mdrun
command line is constructed.

Change-Id: I97b96a2985c3376f60297d336c7914bb48e21e41
src/gromacs/gmxana/gmx_tune_pme.c