Skip to content

Commit e7acfbf

Browse files
changed to base function call
1 parent 3a10ac5 commit e7acfbf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

include/osp/bsp/scheduler/GreedySchedulers/GrowLocalMaxBsp.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ typename std::deque<VertexIdxT<GraphT>>::difference_type GrowLocalSSP<GraphT>::m
7979

8080
template <typename GraphT>
8181
ReturnStatus GrowLocalSSP<GraphT>::ComputeSchedule(BspSchedule<GraphT> &schedule) {
82-
MaxBspSchedule<GraphT> tmpSched(schedule.GetInstance());
83-
ReturnStatus status = ComputeSchedule(tmpSched);
84-
schedule = tmpSched;
85-
return status;
82+
return MaxBspScheduler<GraphT>::ComputeSchedule(schedule);
8683
}
8784

8885
template <typename GraphT>

0 commit comments

Comments
 (0)