src/inc/obscure.h 1.33

1.33 2009/11/24 15:36:22 kent
Fixing missing commnt end.
Index: src/inc/obscure.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/obscure.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -B -U 4 -r1.32 -r1.33
--- src/inc/obscure.h	24 Nov 2009 00:59:18 -0000	1.32
+++ src/inc/obscure.h	24 Nov 2009 15:36:22 -0000	1.33
@@ -149,6 +149,7 @@
 /* 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
+ * numbers.  For instance 0.23:9.89 becomes 0:10 */
 
 #endif /* OBSCURE_H */