소스 검색

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);