Browse Source

Add missing piece of commit

Samuel Thibault 14 years ago
parent
commit
ad7869523c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      include/starpu_perfmodel.h

+ 4 - 0
include/starpu_perfmodel.h

@@ -61,6 +61,10 @@ struct starpu_regression_model_t {
 	double sumlnx;
 	double sumlnx2;
 
+	/* minimum/maximum(size) */
+	unsigned long minx;
+	unsigned long maxx;
+
 	/* sum of ln(size) ln(measured) */
 	double sumlnxlny;