X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftrajectoryanalysis%2Frunnercommon.h;h=82fea3bf7957db2080279d7de39a46709e4d2c5f;hb=d140ff68d87ca3c962308fc03dadd4d99cdd9459;hp=3fd5057ec6ada73d27112fc3545f3ada5b7dfa07;hpb=5750bfe806310856448a1e7baf46a7d648d1185e;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/trajectoryanalysis/runnercommon.h b/src/gromacs/trajectoryanalysis/runnercommon.h index 3fd5057ec6..82fea3bf79 100644 --- a/src/gromacs/trajectoryanalysis/runnercommon.h +++ b/src/gromacs/trajectoryanalysis/runnercommon.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2010,2011,2012,2013,2014, by the GROMACS development team, led by + * Copyright (c) 2010,2011,2012,2013,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -49,6 +49,7 @@ struct t_trxframe; namespace gmx { +class IOptionsContainer; class Options; class SelectionCollection; class TopologyInformation; @@ -79,7 +80,7 @@ class TrajectoryAnalysisRunnerCommon * * \param[in,out] options Options object to add the options to. */ - void initOptions(Options *options); + void initOptions(IOptionsContainer *options); //! Scales time option values according to the time unit set. void scaleTimeOptions(Options *options); /*! \brief