Skip to content

Commit

Permalink
Don't do "mean" by default in stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Feb 4, 2011
1 parent 894fd8d commit 5f0c1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/stats.cpp
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char* argv[]) {
int column = 0;

bool doAll = true;
bool doMean = true;
bool doMean = false;
bool doGeoMean = false;
bool doMode = false;
bool doMedian = false;
Expand Down

0 comments on commit 5f0c1f5

Please sign in to comment.