X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedordervector.h;h=7d383ac84f431830e2324cd51d4777d80a3390e0;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=09d4959a0c741f8df9aa3bcb564d940d4825097d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;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 {