a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/textHist2/textHist2.c src/utils/textHist2/textHist2.c index 5842ac7..987f819 100644 --- src/utils/textHist2/textHist2.c +++ src/utils/textHist2/textHist2.c @@ -1,23 +1,22 @@ /* textHist2 - Make two dimensional histogram. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "psGfx.h" -static char const rcsid[] = "$Id: textHist2.c,v 1.10 2006/03/18 02:26:22 angie Exp $"; int xBins = 12, yBins = 12; int xBinSize = 1, yBinSize = 1; int xMin = 0, yMin = 0; char *psFile = NULL; boolean doLog = FALSE; int margin = 0; int psSize = 5*72; int labelStep = 1; double postScale = 1.0; void usage() /* Explain usage and exit. */ { errAbort(