Remove unused TrajectoryAnalysisModule code
commit09e2893e131c90ce306e2bc58a9242459e76dd03
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 27 Oct 2015 18:24:17 +0000 (27 20:24 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 28 Oct 2015 17:35:15 +0000 (28 18:35 +0100)
tree06b1f25e7176367a04d877994d04048999b45126
parent3ad081ab6d1c012fe7b5dd771f0efc2fae370989
Remove unused TrajectoryAnalysisModule code

Remove unused constructor arguments and accessors for the properties
they set, simplifying the constructors for all the analysis tools, and
clarifying the code overall.  Recent refactoring of the options
initialization left these behind.

Change-Id: Ibea4c25e5a648de532b6eb4d5a787cac98a5865b
13 files changed:
docs/doxygen/user/analysistemplate.md
share/template/template.cpp
src/gromacs/trajectoryanalysis/analysismodule.cpp
src/gromacs/trajectoryanalysis/analysismodule.h
src/gromacs/trajectoryanalysis/modules/angle.cpp
src/gromacs/trajectoryanalysis/modules/distance.cpp
src/gromacs/trajectoryanalysis/modules/freevolume.cpp
src/gromacs/trajectoryanalysis/modules/pairdist.cpp
src/gromacs/trajectoryanalysis/modules/rdf.cpp
src/gromacs/trajectoryanalysis/modules/sasa.cpp
src/gromacs/trajectoryanalysis/modules/select.cpp
src/gromacs/trajectoryanalysis/tests/cmdlinerunner.cpp
src/gromacs/trajectoryanalysis/tests/test_selection.cpp