]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / sharedrabundvector.cpp
index 94a65191eabe4a286481c3829f31a1ba0ed02c00..135763e49ad192911497434ff3aeeddcd5cfd5ed 100644 (file)
@@ -135,7 +135,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                //put file pointer back since you are now at a new distance label
                f.seekg(pos, ios::beg);
        
-               if (globaldata->gGroupmap == NULL) { globaldata->gGroupmap = groupmap; }
+               if (globaldata->gGroupmap == NULL) { globaldata->gGroupmap = groupmap;  }
                
        }
        catch(exception& e) {