Selection output to xvgr files is now cleaner.
commite1729487b9cb4ccccf3b2c6946e03120ebe900ed
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Thu, 8 Oct 2009 09:49:53 +0000 (8 11:49 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Thu, 8 Oct 2009 09:49:53 +0000 (8 11:49 +0200)
treecd47b44d362f514973a9955afc9952b3a8898fe1
parent33703b66e9468eb1364e11020cb00fa7038e4284
Selection output to xvgr files is now cleaner.

Instead of printing the selections exactly as provided by the user
(including help requests etc.), use the strings constructed by the
tokenized. This also moves unnecessary complexity out from the
tokenizer.
include/selection.h
src/gmxlib/selection/parsetree.c
src/gmxlib/selection/scanner.c
src/gmxlib/selection/scanner.l
src/gmxlib/selection/scanner_internal.c
src/gmxlib/selection/scanner_internal.h
src/gmxlib/selection/selection.c