Samuel Thibault před 10 roky
rodič
revize
892cb0ba21
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/starpu_sched_component.h

+ 1 - 1
include/starpu_sched_component.h

@@ -143,7 +143,7 @@ struct starpu_sched_component_mct_data
 {
 	double alpha;
 	double beta;
-	double gamma;
+	double _gamma;
 	double idle_power;
 };
 struct starpu_sched_component *starpu_sched_component_mct_create(struct starpu_sched_tree *tree, struct starpu_sched_component_mct_data *mct_data);