Index: trunk/Ohana/src/relphot/include/relphot.h
===================================================================
--- trunk/Ohana/src/relphot/include/relphot.h	(revision 39643)
+++ trunk/Ohana/src/relphot/include/relphot.h	(revision 39648)
@@ -10,4 +10,6 @@
 
 # define ID_SECF_STACK_PRIMARY 0x00004000
+
+# define NBOOTSTRAP 100
 
 # ifndef MAX_INT
@@ -121,4 +123,16 @@
   int    *msklist;	      // mask modifications
   int     Nlist;
+
+  double *values;
+  double *wtvals;
+  double *wtlist;
+  double *ykeep;
+  double *dykeep;
+  double *wtkeep;
+  double *ysample;
+  double *dysample;
+  double *wtsample;
+  double *bvalue;
+
 } StatDataSet;
 
