Make binning work with stuff other than FS_MEASURE
--HG-- extra : convert_revision : e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6
This commit is contained in:
parent
347166d908
commit
2fecc3c785
1 changed files with 1 additions and 1 deletions
|
@ -2184,7 +2184,7 @@ class SumNode : public Node
|
|||
* binned. If the typedef is NoBin, nothing is binned. If it is
|
||||
* MainBin, then all stats are binned under that Bin.
|
||||
*/
|
||||
#if defined(FS_MEASURE)
|
||||
#if defined(FS_MEASURE) || defined(STATS_BINNING)
|
||||
typedef MainBin DefaultBin;
|
||||
#else
|
||||
typedef NoBin DefaultBin;
|
||||
|
|
Loading…
Reference in a new issue