]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
pat's changes to seq.error command
[mothur.git] / mothurout.h
index 9921a40dccec386ad1266e9954ed72686f7be130..a1d950661d8d0f3f8084859a85110db97846cd4d 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "mothur.h"
 
+
 /***********************************************/
 
 class MothurOut {
@@ -84,11 +85,11 @@ class MothurOut {
                vector<vector<double> > binomial(int);
                float ceilDist(float, int);
                float roundDist(float, int);
+               unsigned int fromBase36(string);
 
                int control_pressed;
                bool executing;
                
-
        private:
                static MothurOut* _uniqueInstance;
                MothurOut( const MothurOut& ); // Disable copy constructor