Selaa lähdekoodia

Add missing piece of commit

Samuel Thibault 14 vuotta sitten
vanhempi
commit
ad7869523c
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;