src/inc/obscure.h 1.32
1.32 2009/11/24 00:59:18 kent
Adding rangeRoundUp to obscure library and testing in freen.
Index: src/inc/obscure.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/obscure.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -b -B -U 4 -r1.31 -r1.32
--- src/inc/obscure.h 18 Sep 2008 20:00:32 -0000 1.31
+++ src/inc/obscure.h 24 Nov 2009 00:59:18 -0000 1.32
@@ -147,5 +147,8 @@
void spaceToUnderbar(char *s);
/* Convert white space to underbar. */
+void rangeRoundUp(double start, double end, double *retStart, double *retEnd);
+/* Round start and end so that they cover a slightly bigger range, but with more round
+
#endif /* OBSCURE_H */