]> git.donarmstrong.com Git - mothur.git/blobdiff - globaldata.cpp
fixed some bugs
[mothur.git] / globaldata.cpp
index 62641beab3e0603715ff4ff57c6a2d7326a22421..d7afc40b352229484d2f350f1ad190631a5ab7ed 100644 (file)
@@ -366,8 +366,8 @@ GlobalData::GlobalData() {
        //option definitions should go here...
        helpRequest = "";
        clear();
-       gListVector == NULL;            
-       gSparseMatrix == NULL;  
+       gListVector = NULL;             
+       gSparseMatrix = NULL;   
 }
 /*******************************************************/
 
@@ -404,7 +404,7 @@ void GlobalData::clear() {
        step                    =       "0.01";
        form                    =       "integral";
        sorted                  =       "T";  //F means don't sort, T means sort.
-       vertical        =   "";         
+       vertical        =   "F";                
        trump           =       "";             
        hard                    =   "";         
        soft            =   "";