Add a source file for Indexer class
- Move some non-performance critical methods to the source file - Fix some implicit declarions of members in iomanip - Fix declaration order in Makefile.in
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include <cassert>
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#include "WeightedBp.h"
|
||||
|
||||
|
||||
namespace Horus {
|
||||
|
||||
WeightedBp::~WeightedBp (void)
|
||||
|
Reference in New Issue
Block a user