|
[yoda-svn] r296 - trunk/include/YODAblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Aug 18 22:36:41 BST 2011
Author: buckley Date: Thu Aug 18 22:36:40 2011 New Revision: 296 Log: Cosmetics Modified: trunk/include/YODA/HistoBin2D.h Modified: trunk/include/YODA/HistoBin2D.h ============================================================================== --- trunk/include/YODA/HistoBin2D.h Thu Aug 18 20:09:55 2011 (r295) +++ trunk/include/YODA/HistoBin2D.h Thu Aug 18 22:36:40 2011 (r296) @@ -45,7 +45,7 @@ /// A fill() function accepting coordinates as spearate numbers void fill(double X, double Y, double weight=1.0) { - _dbn.fill(X, Y, weight); + _dbn.fill(X, Y, weight); } /// A fill() function accepting the coordinates as std::pair @@ -96,6 +96,7 @@ //@} + /// @name Transformers //@{ @@ -116,7 +117,6 @@ return ret; } - //@}
More information about the yoda-svn mailing list |