Removed Selection::indexGroup().
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 11 Apr 2012 19:47:23 +0000 (22:47 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 11 Apr 2012 19:50:47 +0000 (22:50 +0300)
commit1dbe8e82780281b279595aa12da3ec66103b7514
tree774e22b1052b8bf43d6a20853eba2c15760829c3
parent16f6aef1fd69c226494dae9c92a08410727015d5
Removed Selection::indexGroup().

This method provided access to the old C structure that was used in 4.5
to expose the selected atoms to help in converting code that used
certain old C functions.  Now this structure should be considered an
implementation detail of the selection module, and the new C++ API
should be preferred.  Changed remaining uses of the method to use
alternative approaches (which actually simplified select.cpp somewhat).

Change-Id: I8806b3e080b6fafd83d7634308f39f7335021376
src/gromacs/selection/selection.h
src/gromacs/trajectoryanalysis/modules/select.cpp
src/gromacs/trajectoryanalysis/modules/select.h
src/gromacs/trajectoryanalysis/tests/test_selection.cpp