瀏覽代碼

fix build

Samuel Thibault 10 年之前
父節點
當前提交
892cb0ba21
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);