e4dc5f0504182a78676676ea772abfd3df806c51
braney
  Wed May 24 14:11:58 2017 -0700
oops, left out mathWig.h

diff --git src/hg/inc/mathWig.h src/hg/inc/mathWig.h
new file mode 100644
index 0000000..6ced5ce
--- /dev/null
+++ src/hg/inc/mathWig.h
@@ -0,0 +1,13 @@
+/* Copyright (C) 2017 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
+#ifndef MATHWIG_H
+#define MATHWIG_H
+
+#include "cart.h"
+
+double *mathWigGetValues(char *equation, char *chrom, unsigned start, unsigned end);
+/* Build an array of doubles that is calculated from bigWig's listed
+ * in equation in the requested region. */
+
+#endif