]> git.donarmstrong.com Git - mothur.git/blob - noalign.hpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / noalign.hpp
1 #ifndef NOALIGN_HPP
2 #define NOALIGN_HPP
3
4 /*
5  *  noalign.hpp
6  *  
7  *
8  *  Created by Pat Schloss on 2/19/09.
9  *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include "mothur.h"
14
15 /**************************************************************************************************/
16
17 class NoAlign : public Alignment {
18         
19 public:
20         NoAlign();
21         ~NoAlign();
22         void align(string, string);
23         
24 private:        
25 };
26
27 /**************************************************************************************************/
28
29
30 #endif