X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedordervector.h;h=7d383ac84f431830e2324cd51d4777d80a3390e0;hb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;hp=09d4959a0c741f8df9aa3bcb564d940d4825097d;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/sharedordervector.h b/sharedordervector.h index 09d4959..7d383ac 100644 --- a/sharedordervector.h +++ b/sharedordervector.h @@ -24,7 +24,7 @@ struct individual { bool operator()(const individual& i1, const individual& i2) { return (i1.abundance > i2.abundance); } - individual() { group = ""; bin = 0; abundance = 0; } + individual() { group = ""; bin = 0; abundance = 0; } }; struct individualFloat {