Add pdbname selection keyword.
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 24 Sep 2012 04:48:01 +0000 (07:48 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 24 Sep 2012 15:43:18 +0000 (18:43 +0300)
commit79f2d06a34715ea2950352a8cbf339423219d7d8
tree17832b1443975f53eb081472431ab1fcc16bc52b
parentcaf863c4b51432db29429968c582073fda341865
Add pdbname selection keyword.

As a supporting change, remove trailing space from t_pdbinfo.atomnm, as
the trailing whitespace does not seem to be used anywhere.
This makes it possible to use it easily in the selection code.

Fixes #1007; fix backported from Iac36bda8.

Also includes changes from 8bddac3 to make the backport easier.

Change-Id: Iac36bda8a84d0a6c131445e7f47ad91d7209fb10
include/types/atoms.h
src/gmxlib/pdbio.c
src/gmxlib/selection/selhelp.c
src/gmxlib/selection/selmethod.c
src/gmxlib/selection/sm_simple.c