]> git.donarmstrong.com Git - mothur.git/blob - fullmatrix.cpp
added full matrix files
[mothur.git] / fullmatrix.cpp
1 /*
2  *  fullmatrix.cpp
3  *  Mothur
4  *
5  *  Created by Sarah Westcott on 3/6/09.
6  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
7  *
8  */
9
10 #include "fullmatrix.h"
11
12
13 /**************************************************************************
14 FullMatrix::FullMatrix(ifstream& in) {
15
16 }
17 ~FullMatrix::FullMatrix(){}
18         
19         int FullMatrix::getNumSeqs(){}
20 */