colvars icon indicating copy to clipboard operation
colvars copied to clipboard

last line of config can be added twice to config_string

Open jhenin opened this issue 5 years ago • 0 comments

I think this happens when the last line is something else than a closing brace. Example :

cv config  "colvarsTrajfrequency 12 \n smp off"
cv getconfig

Gives:

colvarsTrajfrequency 12 
 smp off
 smp off

jhenin avatar Dec 05 '19 21:12 jhenin