Properly forward a parameter

This commit is contained in:
Mael Rouxel-Labbé 2019-11-20 09:09:05 +01:00
parent 0813fd740b
commit 5057df5cb7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public:
const FT discontinuity_multiplier = FT(100)) const FT discontinuity_multiplier = FT(100))
{ {
Vertex_cost_map vcm = get(Cost_property(), tmesh); Vertex_cost_map vcm = get(Cost_property(), tmesh);
get_cost_ = Get_cost(vcm); get_cost_ = Get_cost(vcm, discontinuity_multiplier);
get_placement_ = Get_placement(vcm); get_placement_ = Get_placement(vcm);
} }