X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Fcmdlineoptionsmodule.h;h=2aa8dbebdcb08dc2b43fb4df8e20c95100b19608;hb=86f86f19d985cd5516b5f8bd5d3dab4760d4b573;hp=529bc55f98d6f3b60bfe06703c6fd705d38219f0;hpb=bd8ff104f5c56e7040041a456a349dac48bf60d9;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/cmdlineoptionsmodule.h b/src/gromacs/commandline/cmdlineoptionsmodule.h index 529bc55f98..2aa8dbebdc 100644 --- a/src/gromacs/commandline/cmdlineoptionsmodule.h +++ b/src/gromacs/commandline/cmdlineoptionsmodule.h @@ -236,16 +236,13 @@ class ICommandLineOptionsModule /*! \brief * Called after all option values have been set. * - * \param[in,out] options Options object in which options are stored. - * * When running the module, this method is called after all - * command-line arguments have been parsed, but while the Options - * object still exists. + * command-line arguments have been parsed. * - * If the module needs to call, e.g., Options::isSet(), this is the - * place to do that. + * \todo + * Remove if no real need materializes. */ - virtual void optionsFinished(Options *options) = 0; + virtual void optionsFinished() = 0; /*! \brief * Runs the module.