view accumulators.h @ 720:2fad8cfdb2d8

number of dims and number of vectors were backward stylistic standard.
author map01bf
date Fri, 25 Jun 2010 19:49:30 +0000
parents 342822c2d49a
children
line wrap: on
line source
#ifndef ACCUMULATORS_H
#define ACCUMULATORS_H

#include <string>
#include <set>
#include <queue>
#include <map>
#include <functional>

#include "accumulator.h"
#include "dbaccumulator.h"
#include "pertrackaccumulator.h"
#include "nearestaccumulator.h"

#endif