a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/jkOwnLib/patSpace.c src/jkOwnLib/patSpace.c index b7c8f2a..80f1de7 100644 --- src/jkOwnLib/patSpace.c +++ src/jkOwnLib/patSpace.c @@ -1,25 +1,24 @@ /* patSpace - a homology finding algorithm that occurs mostly in * pattern space (as opposed to offset space). */ /* Copyright 1999-2003 Jim Kent. All rights reserved. */ #include "common.h" #include "portable.h" #include "dnaseq.h" #include "ooc.h" #include "patSpace.h" -static char const rcsid[] = "$Id: patSpace.c,v 1.3 2006/03/15 18:36:16 angie Exp $"; #define blockSize (256) #define BIGONE /* define this for 32 bit version. */ #ifdef BIGONE #define maxBlockCount (2*230*1024 - 1) #define psBits bits32 /* psBits is the size of an index word. If 16 bits * patSpace will use less memory, but be limited to * 16 meg or less genome size. */ #else /* BIGONE */