A bit more modular selection position handling.
commit1baa5d2b75db8d2c18e29833fe8d8944a63c694a
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Fri, 6 Nov 2009 13:19:05 +0000 (6 14:19 +0100)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Fri, 6 Nov 2009 13:19:05 +0000 (6 14:19 +0100)
tree9a061b5e0bee925e55d153cccf77cc1c2bc3d163
parent1c2fab9ceb04b8a8cb7e7c24b816861dea88ffdb
A bit more modular selection position handling.

Internal flags of the index group mapping in gmx_ana_pos_t are now only
accessed through functions in position.c (it would be better still to
access them only from indexutil.c).
include/position.h
src/gmxlib/selection/sm_merge.c
src/gmxlib/selection/sm_permute.c
src/gmxlib/trajana/indexutil.c
src/gmxlib/trajana/position.c