Skip to content

Commit

Permalink
Replace word 'strategy' with 'method' in abort message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Sep 7, 2023
1 parent 69a875f commit e049da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void LandmarkCostPartitioningHeuristic::set_cost_partitioning_algorithm(
task_properties::get_operator_costs(task_proxy),
*lm_graph, opts.get<bool>("alm"));
} else {
ABORT("Unknown cost partitioning strategy");
ABORT("Unknown cost partitioning method");
}
}

Expand Down

0 comments on commit e049da1

Please sign in to comment.