X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fanalysisdata%2Fmodules%2Fhistogram.h;h=dff0fd7ba26fcd3b319b196511445f7dedfc7463;hb=4c23d613a90b6aab7d2abf73e11a4a0c43d35c7c;hp=0717b4b822d1c68b76a5f0397f7700af3cfd90c8;hpb=5139f5a42feb555194c9101b3f419401e0235b49;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/analysisdata/modules/histogram.h b/src/gromacs/analysisdata/modules/histogram.h index 0717b4b822..dff0fd7ba2 100644 --- a/src/gromacs/analysisdata/modules/histogram.h +++ b/src/gromacs/analysisdata/modules/histogram.h @@ -272,6 +272,9 @@ class AbstractAverageHistogram : public AbstractAnalysisArrayData /*! \brief * Creates a copy of the histogram with double the bin width. * + * \param[in] bIntegerBins If `true`, the first bin in the result will + * cover the first bin from the source. Otherwise, the first bin + * will cover first two bins from the source. * \throws std::bad_alloc if out of memory. * * The caller is responsible of deleting the returned object.