]> git.donarmstrong.com Git - mothur.git/blobdiff - database.cpp
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / database.cpp
diff --git a/database.cpp b/database.cpp
deleted file mode 100644 (file)
index f587f42..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- *  database.cpp
- *  
- *
- *  Created by Pat Schloss on 12/16/08.
- *  Copyright 2008 Patrick D. Schloss. All rights reserved.
- *
- */
-
-#include "mothur.h"
-#include "sequence.hpp"
-#include "database.hpp"
-
-/**************************************************************************************************/
-
-Database::Database(){          
-       longest = 0;
-       numSeqs = 0;
-       m = MothurOut::getInstance();
-}
-/**************************************************************************************************/
-
-Database::~Database(){}
-
-/**************************************************************************************************/
-
-float Database::getSearchScore()       {       return searchScore;             }       //      we're assuming that the search is already done
-
-
-/**************************************************************************************************/
-
-int Database::getLongestBase() {       return longest+1;               }       
-
-/**************************************************************************************************/