X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fanalysisdata%2Fmodules%2Fframeaverager.h;h=58604f04fe4cb8258991dbbffcb14bd36d290bf5;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=61867c24c4c084750d1c785d72413bb3675ebb3d;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/analysisdata/modules/frameaverager.h b/src/gromacs/analysisdata/modules/frameaverager.h index 61867c24c4..58604f04fe 100644 --- a/src/gromacs/analysisdata/modules/frameaverager.h +++ b/src/gromacs/analysisdata/modules/frameaverager.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2013,2014, by the GROMACS development team, led by + * Copyright (c) 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. @@ -87,7 +87,7 @@ class AnalysisDataFrameAverager * * \throws std::bad_alloc if out of memory. * - * Typically called from AnalysisDataModuleInterface::dataStarted(). + * Typically called from IAnalysisDataModule::dataStarted(). * * Must be called exactly once, before setting calling any other method * in the class. @@ -103,7 +103,7 @@ class AnalysisDataFrameAverager /*! \brief * Accumulates data from a given point set into the average. * - * Typically called from AnalysisDataModuleInterface::pointsAdded(). + * Typically called from IAnalysisDataModule::pointsAdded(). * * Each call accumulates the values for those columns that are present * in the point set. Can be called multiple times for a frame, and @@ -117,7 +117,7 @@ class AnalysisDataFrameAverager * addPoints(). Currently, does nothing, but provided as a placeholder * for more complex implementation. * - * Typically called from AnalysisDataModuleInterface::dataFinished(). + * Typically called from IAnalysisDataModule::dataFinished(). */ void finish();