a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/ave/ave.c src/utils/ave/ave.c index 8cd04e0..418a4b0 100644 --- src/utils/ave/ave.c +++ src/utils/ave/ave.c @@ -1,25 +1,24 @@ /* ave - Compute average and basic stats. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "sqlNum.h" #include "hmmstats.h" #include <float.h> -static char const rcsid[] = "$Id: ave.c,v 1.10 2009/11/18 20:07:23 hiram Exp $"; static int col = 1; static bool tableOut = FALSE; static bool noQuartiles = FALSE; void usage() /* Explain usage and exit. */ { errAbort( "ave - Compute average and basic stats\n" "usage:\n" " ave file\n" "options:\n" " -col=N Which column to use. Default 1\n"