]> git.donarmstrong.com Git - mothur.git/blob - regularizeddecisiontree.h
changes while testing
[mothur.git] / regularizeddecisiontree.h
1 //
2 //  regularizeddecisiontree.h
3 //  Mothur
4 //
5 //  Created by Kathryn Iverson on 11/16/12.
6 //  Copyright (c) 2012 Schloss Lab. All rights reserved.
7 //
8
9 #ifndef __Mothur__regularizeddecisiontree__
10 #define __Mothur__regularizeddecisiontree__
11
12 #include <iostream>
13 #include "rftreenode.hpp"
14 #include "abstractdecisiontree.hpp"
15
16 #endif /* defined(__Mothur__regularizeddecisiontree__) */